2.1.5 Thinking concurrently Flashcards
1
Q
What is Thinking concurrently?
A
- Deciding which tasks can be completed at the same time
2
Q
What is concurrent processing?
A
- Carrying out more than one task at a time
- Multiple processors
- Each processor performs simultaneously
- Each processort performs tasks independently
3
Q
Advantages of concurrent processing?
A
- Increased program throughput
- Possible to fine quicker solution
4
Q
Disadvantages of concurrent processing?
A
- Takes up more memory
- Difficult to program