2.1.5 Thinking concurrently Flashcards
(4 cards)
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
- By giving each task a slice of processor time
- Making it appear simultaneous
3
Q
Advantages of concurrent processing?
A
- Increased program throughput
- Possible to find quicker solution
4
Q
Disadvantages of concurrent processing?
A
- Takes up more memory
- Difficult to program