Question 49

Computer Awareness Introduction to Operating Systems Easy

A CPU -bound program might have

(A) a few long CPU bursts
(B) a few short CPU bursts
(C) many short CPU bursts
(D) None of the above
View Dynamic Solution & Explanation
Correct Solution: Option A

Step-by-step Solution:

A CPU-bound program is a program that spends most of its time performing computations on the CPU rather than waiting for I/O operations. Such programs are characterized by few long CPU bursts, as they require sustained computation without frequent interruptions. \[\] Correct Option: (a)