Computer Science, asked by mahekbhuva33, 1 month ago

What is process ? compare CPU
hound process and I/O bound
process.​

Answers

Answered by nehabhosale454
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