Sample Test 5 Flashcards
The __________ category of external devices are 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
The requested operations and data are converted into appropriate sequences of I/O instructions, channel commands, and controller orders at the __________ layer.
device I/O
__________ external devices are suitable for communicating with modems.
Communication
__________ is a technique that smoothes out peaks in I/O demand.
Buffering
The advantage of _________ is that it provides extremely high data availability
RAID 6
The _________ technique is used on a Windows server to optimize the use of threads.
I/O completion ports
On a moveable-head system, the time it takes to position the head at the track is known as ________ .
seek time
The advantage of __________ is that it provides extremely high data availability
RAID 6
The __________ technique allows multiple simultaneous I/O requests against a single device or file.
signaling an event object
__________ are an efficient way of making consistent snapshots of volumes so that they can be backed up.
Shadow copies
RAID 5 is organized in a similar fashion to _________ , but is different in the fact that RAID 5 distributes the parity strips across all disks.
RAID 4
The disk scheduling algorithm that implements two sub-queues in a measure to avoid the problem of “arm stickiness” is the __________ .
FSCAN policy
The simplest type of support that the operating system can provide is _________ .
single buffering
External devices that engage in I/O with computer systems are grouped into three categories: human readable, machine readable, and __________ .
communication
Disk drives, USB keys, sensors, and controllers are examples of __________ external I/O devices.
machine readable
A __________ module controls the exchange of data between main memory and an I/O module.
direct memory access (DMA)
Two objectives are paramount in designing the I/O facility: generality and __________ .
efficiency
The __________ module deals with the device as a logical resource and is not concerned with the details of actually controlling the device.
logical I/O
The _________ layer deals with the logical structure of files and with the operations that can be specified by users, such as open, close, read, and write.
file system
At the _________ layer, symbolic file names are converted to identifiers that either reference the file directly or indirectly through a file descriptor or index table.
directory management
The __________ policy is to select the disk I/O request that requires the least movement of the disk arm from its current position.
shortest-service-time-first (SSTF)
A __________ transfers data in and out as a stream of bytes, with no block structure.
stream-oriented device