Home »
MCQs »
Operating System MCQs
Which of the following states the correct - difference between the process and thread?
53. Which of the following states the correct - difference between the process and thread?
- A thread is a program in execution while a process is a flow of control within a thread
- A process is a program in execution while a thread is a flow of control within a process
- A thread does not share the CPU as processes do
- Threads share the CPU as processes do
Select the correct answer.
- Only (i)
- Only (iii)
- Both (i) and (iii)
- Both (ii) and (iv)
Answer: D) Both (ii) and (iv)
Explanation:
A process is a program in execution while a thread is a flow of control within a process also; Threads share the CPU as processes do.