Question: 44
(Choose 1 answer)
With respect to multi-threading technique, choose an INCORRECT statement.
A. A thread is a dispatchable unit of work within a process.
B. Each thread needs an individual program counter and stack pointer.
C. Each thread has its own data area for a stack (to enable subroutine branching).
D. A thread executes sequentially and interrupts cannot be allowed.