Chap 11 Flashcards
Examples of human-readable external I/O devices are printers, terminals, and keyboards.
TRUE
The use to which a device is put does not have an influence on the software and policies in the operating system and supporting utilities.
FALSE
Direct memory access is the dominant form of transfer that must be supported by the operating system.
TRUE
The hierarchical philosophy is that the functions of the operating system should be separated according to their complexity, their characteristic time scale, and their level of abstraction.
TRUE
The actual queuing and scheduling of I/O operations occurs at the logical I/O module.
FALSE
Access rights are managed at the physical organization layer.
FALSE
Double buffering is when a process transfers data to (or from) one buffer while the operating system empties (or fills) the other.
TRUE
RAID 0 provides real-time backups of all data so that in the event of a disk failure, all of the critical data is still immediately available.
FALSE
The SCAN policy favors jobs whose requests are for tracks nearest to both innermost and outermost tracks, and favors the latest arriving jobs.
TRUE
RAID is a set of physical disk drives viewed by the operating system as a single logical drive.
TRUE
Windows has no way to support the encryption of entire volumes.
FALSE
Cache memory reduces average memory access time by exploiting the principle of locality.
TRUE
A key aspect of I/O is the use of buffers that are controlled by I/O utilities rather than by application processes.
TRUE
Two of the most widely used approaches to improve disk I/O performance are disk scheduling and disk cache.
TRUE
In the C-SCAN disk scheduling algorithm, the disk arm is required to move in one direction only until it reaches the last track or there are no more requests to service in that direction, then it reverses direction, and the scan proceeds in the opposite direction in the same fashion.
FALSE
The __________ category of external devices is suitable for communicating with the computer user.
human-readable
The __________ unit is capable of mimicking the processor and of taking over control of the system bus just like a processor.
direct memory access
__________ external devices are suitable for communicating with electronic equipment.
Machine-readable