1.5k views
5 votes
An I/O-bound process ___________________________________________________ Select one: a. does not need CPU time b. spends less of its time seeking I/O operations than doing computational work c. spends more of its time seeking I/O operations than doing computational work d. spends equal time seeking I/O operations and doing computational work

1 Answer

3 votes

Answer:

Spends more of its time seeking I/O operations than doing computational work.

Step-by-step explanation:

The I/O bound process are depend on Input and output speed. on the other hand computational work is associated with CPU bound processes. Therefore option "C" is better option for I/O bound processes.

User Sandino
by
5.6k points