Computer Science, asked by 70067264, 10 months ago

How do I/O-bound and CPU-bound programs differ?

Answers

Answered by kabir9495
0

Explanation:

Search Results

Featured snippet from the web

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