Chapter 18 Concurrency Flashcards
1
Q
Introducing Threads
A
A thread is the smallest unit of execution that can be scheduled by the operating system.
A process is a group of associated threads that execute in the same, shared environment.
A task is a single unit of work performed by a thread.
2
Q
DISTINGUISHING THREAD TYPES
A
3
Q
UNDERSTANDING THREAD CONCURRENCY
A
4
Q
A