Kizspy | Question: 24 (Choose 1 answer)
Which of the following best describes the difference between a process and a thread in the context of the
Windows operating system?
A. A process contains multiple threads and shares resources, while a thread is an independent execution unit within a process.
B. A process is a program in execution, while a thread is a sequence of instructions that can execute independently.
C. A process and a thread are essentially the same in Windows OS, with no significant difference between them.
D. A process represents system resources, while a thread is responsible for user interface interactions in Windows OS.