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
When more than two buffers are used, the collection of buffers is itself referred to as a __________, with each individual buffer being one unit.
circular buffer
The sum of the seek time and the rotational delay equals the __________ , which is the time it takes to get into position to read or write.
access time
The simplest form of scheduling is ___________ scheduling, which processes items from the queue in sequential order.
first-in-first-out (FIFO)
A set of logically consecutive strips that maps exactly one strip to each array member is referred to as a __________ .
stripe
The term _________ is usually used to apply to a memory that is smaller and faster than main memory, and that is interposed between main memory and the processor.
cache memory
Windows supports two sorts of RAID configurations: Software RAID and __________ .
Hardware RAID
A _________ is the basic element of data.
field
A __________ is responsible for starting I/O operations on a device and processing the completion of an I/O request.
device driver
A _________ is a collection of related fields that can be treated as a unit by some application program.
record
An objective of the __________ is to provide a standardized set of I/O interface routines to user processes.
file management system
A __________ is a collection of similar records
file
The __________ level is the primary interface with the environment outside of the computer system.
physical I/O
_________ are used mostly in applications where timeliness of information is critical and where data are rarely processed exhaustively.
Indexed files
A _________ is a collection of related data.
database
The _________ is concerned with scheduling disk and tape accesses to optimize performance.
basic I/O supervisor
The term _________ refers to the logical structuring of the records as determined by the way in which they are accessed.
file organization
The most common form of file structure is __________ .
the sequential file
The _________ file exploits the capability found on disks to access directly any block of a known address.
direct
A _________ is a contiguous set of allocated blocks.
portion
A(n) __________ is a general model of access control as exercised by a file or database management system.
access matrix
__________ represents an open file associated with a process.
File object
A UNIX file system resides on a single logical disk or disk partition and is laid out with the following elements: superblock, inode table, data blocks, and __________ .
boot block
The __________ level provides a standard interface between applications and the file systems and devices that hold the data.
access method
In the __________ form of file structure all records are of the same length, consisting of the same number of fixed-length fields in a particular order.
sequential file
The essential aspects of a __________ are that the relationships that exist among elements of data are explicit and designed for use by a number of different applications.
database
The physical organization of the file on secondary storage depends on the blocking strategy and the __________ strategy.
file allocation
__________ provides a general purpose record I/O capability and maintains basic data about files.
Logical I/O
An _________ is a control structure that contains the key information needed by the operating system for a particular file.
inode (index node)
An objective of the __________ is to meet the data management needs and requirements of the user, which include storage of data and the ability to perform related operations.
file management system
The __________ is responsible for all file I/O initiation and termination.
basic I/O supervisor
Because there is no structure to the _________ form of file organization, record access is by exhaustive search.
pile
__________ are often used where very rapid access is required, where fixed-length records are used, and where records are always accessed one at a time.
Direct files (or Hashed files)
The ________ is a balanced tree structure with all branches of equal length, and has become the standard method of organizing indexes for databases.
B-tree
Linux makes use of a __________ , which presents a single, uniform file system interface to user processes.
Virtual file system (VFS)
Three methods of file allocation commonly used are: chained, indexed and _________ .
contiguous
A _________ is a collection of addressable sectors in secondary memory that an OS or application can use for data storage.
volume