Thinking Concurrently Flashcards
1
Q
What is concurrent thinking?
A
Concurrent thinking is completing more than one task at any given time.
2
Q
Are concurrent processing and concurrent thinking the same thing?
A
No.
3
Q
What is parallel processing?
A
Parallel processing is completing multiple tasks simultaneously at any given time.
4
Q
What is concurrent processing?
A
Concurrent processing is giving a slice of processor time to tasks to give the illusion of parallel processing.
5
Q
What are the benefits of concurrent processing?
A
- More tasks can be completed in a given time
6
Q
- Other tasks can be completed while waiting for an input user interaction.
A
7
Q
What are the drawbacks of concurrent processing?
A
If lots of users are requesting for tasks to be completed it takes longer for everyone to complete their task.