Concurrency 2.1 Flashcards

1
Q

What is a parallel system?

A

When a system is running on separate processes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a concurrent system?

A

A set of sequential programs that can be executed in parallel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a race condition?

A

When two processes try to write to a shared variable at the same time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly