A CPU -bound program might have
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)