Computer Science, asked by cvsaikiran2001, 2 months ago

Distinguish
between
CPU bond and I/o bond process

Answers

Answered by dhrumil4447sgvpin
0

Answer:

CPU bound means the program is bottlenecked by the CPU, or central processing unit, while I/O bound means the program is bottlenecked by I/O, or input/output, such as reading or writing to disk, network, etc. In general, when optimizing computer programs, one tries to seek out the bottleneck and eliminate it.

Similar questions