Chapter 7 Key Terms Flashcards

(42 cards)

1
Q

the total time required to access data in secondary storage

A

access time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

a storage-saving and I/O-saving technique that groups individual records into a block that’s stored and retrieved as a unit

A

blocking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

temporary storage areas residing in main memory, channels, and control units.

A

buffers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

a data structure that contains information indicating the condition of the channel, including three bits for the three components of the I/O sub system—one each for the channel, control unit, and device.

A

Channel Status Word (CSW)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

a scheduling strategy for direct access storage devices that’s an optimization of C-SCAN.

A

C-LOOK

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

a scheduling strategy for direct access storage devices that’s used to optimize seek time. It’s an abbreviation for circular-SCAN.

A

C-SCAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

a concept that describes a virtual tube that is formed when two or more read/write heads are positioned at the same track, at the same relative position, on their respective surfaces

A

cylinder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

a device that can be assigned to only one job at a time; it serves that job for the entire time the job is active.

A

dedicated device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

any secondary storage device that can directly read or write to a specific place. Sometimes called a random access storage device

A

direct access storage device (DASD)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

an I/O technique that allows a control unit to access main memory directly and transfer data without the intervention of the CPU.

A

direct memory access (DMA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

the simplest scheduling algorithm for direct access storage devices that satisfies track requests in the order in which they are received

A

first-come, first-served (FCFS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

a type of nonvolatile memory used as a secondary storage device that can be erased and reprogrammed in blocks of data

A

flash memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

an error-detecting and error-correcting code that greatly improves the reliability of data, named after mathematician Richard Hamming, its inventor.

A

Hamming code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

a specialized programmable unit placed between the CPU and the control units, which synchronizes the fast speed of the CPU with the slow speed of the I/O device and vice versa, making it possible to overlap I/O operations with CPU operations.

A

I/O channel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

the program that controls the channels.

A

I/O channel program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

the hardware unit containing the electronic components common to one type of I/O device, such as a disk drive

A

I/O control unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

the module that processes the I/O interrupts, handles error conditions, and provides detailed scheduling algorithms that are extremely device dependent.

A

I/O device handler

18
Q

one of the modules of the I/O subsystem that allocates the devices, control units, and channels.

A

I/O scheduler

19
Q

a collection of modules within the operating system that controls all I/O requests

A

I/O subsystem

20
Q

one of the modules of the I/O subsystem that monitors the status of every device, control unit, and channel.

A

I/O traffic controller

21
Q

an unused space between records on a magnetic tape. It facilitates the tape’s start/stop operations.

A

interrecord gap (IRG)

22
Q

a hardware signal that suspends execution of a program and activates the execution of a special program known as the interrupt handler.

23
Q

flat surface areas on the reflective layer of an optical disc. Each land is interpreted as a 1. Contrasts with pits, which are interpreted as 0s

24
Q

a scheduling strategy for direct access storage devices that’s used to optimize seek time. Sometimes known as the elevator algorithm.

25
a variation of the SCAN scheduling strategy for direct access storage devices that’s used to optimize seek times
N-step SCAN
26
tiny depressions on the reflective layer of an optical disc. Each pit is interpreted as a 0. Contrasts with lands, which are interpreted as 1s
pits
27
acronym for redundant array of independent disks; a group of hard disks controlled in such a way that they speed read access of data on secondary storage devices and aid data recovery.
RAID
28
an algorithm used to reorder record requests within tracks to optimize search time
rotational ordering
29
a scheduling strategy for direct access storage devices that’s used to optimize seek time. The most common variations are N-step SCAN and C-SCAN
SCAN
30
the time it takes to rotate the disk from the moment an I/O command is issued until the requested record is moved under the read/write head. Also known as rotational delay
search time
31
a predetermined policy used by the I/O device handler to optimize seek times.
seek strategy
32
the time required to position the read/write head on the proper track from the time the I/O request is issued.
seek time
33
any medium that stores records only in a sequential manner, one after the other, such as magnetic tape
sequential access medium
34
a device that can be assigned to several active processes at the same time
shared device
35
a scheduling strategy for direct access storage devices that’s used to optimize seek time. The track requests are ordered so the one closest to the currently active track is satisfied first and the ones farthest away are made to wait.
shortest seek time first (SSTF)
36
the place where data is stored in the computer system. Secondary storage is nonvolatile media, such as disks and flash memory. Primary storage is main memory.
storage
37
a set of consecutive strips across disks; the strips contain data bits and some times parity bits depending on the RAID level
stripe
38
a path on a storage medium along which data is recorded
track
39
the rate at which data is transferred from sequential access media.
transfer rate
40
the time required for data to be transferred between secondary storage and main memory.
transfer time
41
the interface between the operating system, device drivers, and applications that read and write to devices connected to the computer through the USB port
universal serial bus (USB) controller
42
a dedicated device that has been transformed into a shared device through the use of spooling techniques.
virtual device