A single thread of control allows the process to perform __________
2023
A single thread of control allows the process to perform __________
- A.
only one task at a time
- B.
multiple tasks at a time
- C.
only two tasks at a time
- D.
all of the mentioned
Attempted by 86 students.
Show answer & explanation
Correct answer: A
Answer: a
Explanation: A single thread of control allows the process to perform only one task at a time. In the case of multi-core, multiple threads can be run simultaneously and can perform multiple tasks at a time.