What is process ? compare CPU
hound process and I/O bound
process.
Answers
Answered by
32
Answer:
CPU Bound means the rate at which process progresses is limited by the speed of the CPU. ... I/O Bound means the rate at which a process progresses is limited by the speed of the I/O subsystem. A task that processes data from disk, for example, counting the number of lines in a file is likely to be I/O bound.
Similar questions