Computer program
A computer program repetedly does the following tasks: read a 4 KB block from the hard disk, process the data and generate a 4 KB block, and store the new block on the disk. The program is fully dedicated for the above tasks without any overlap between the I/O operations and processing. The processing task […]