• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/34

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

34 Cards in this Set

  • Front
  • Back

A __________ is the communication channel that connects all computer system components.

bus or system bus

Cache types that are generally implemented on the same chip as the CPU include __________ and__________.

L1 or level one, and L2 or level two

The CPU is always capable of being a(n) __________, thus controlling access to the bus by all other devices in the computer system.

bus master

A(n) __________ is a reserved area of memory used to resolve differences in data transfer rate or data transfer unit size.

buffer

A(n) __________ is an area of fast memory where data held in a storage device is prefetched in anticipation of future requests for the data.

cache

A cache controller is a hardware device that initiates a(n) __________ when it detects a cache miss.

cache swap

The __________ transmits command, timing, and status signals between devices in a computer system

control bus

If possible, the system bus __________ rate should equal the CPU’s speed.

clock

The __________ is a special-purpose register that always points to the next empty address in the stack

stack pointer

The __________ transfers control to the interrupt handler at the memory address corresponding to theinterrupt code.

supervisor

The set of register values stored in the stack while processing an interrupt is also called the __________.

machine state

A(n) __________ is a program stored in a separate part of primary storage to process a specific interrupt.

interrupt handler

During interrupt processing, register values of a suspended process are held on the __________.

stack

A(n) __________ is a signal to the CPU or OS that some device or program requires processing services.

interrupt

A(n) __________ is a simple processor that intervenes when two devices want control of the bus at the same time.

bus arbitration unit

The __________ has a much higher data transfer rate than the system bus because of its shorter length, higher clock rate, and large number of parallel communication lines.

memory bus

The CPU incurs one or more __________ if it’s idle pending the completion of an I/O operation.

I/O wait states

The system bus can be divided logically into four sets of transmission lines: the __________ bus, the__________ bus, the _ bus, and the __________ bus.

address, control, data, power

During a(n) __________ operation, one or more register values are copied to the top of the stack. Duringa(n) __________ operation, one or more values are copied from the top of the stack to registers.

push, pop

The comparative size of a data set before and after data compression is described by the compression__________.

ratio

If data isn’t exactly the same as the original after compressing and decompressing, the compressionalgorithm is said to be __________. If data is the same as the original after compressing anddecompressing, the compression algorithm is said to be __________.

lossy, lossless

A(n) __________ is a special-purpose processor dedicated to managing cache content.

cache controller

A(n) __________ is a communication pathway from the CPU to a peripheral device.

I/O port

A(n) __________ is implemented using main memory, improves file I/O performance and is controlled by the operating system .

file cache

The _________________ transmits a memory address when primary storage is the sending or receivingdevice

address bus

The CPU and bus normally view any storage device as a(n) __________, ignoring the device’s physical storage organization.

linear address space

Part of a device controller’s function is to translate __________ into physical accesses.

logical accesses

A(n) __________ controller assumes the role of bus master for all transfers between memory and other storage or I/O devices, leaving the CPU free to execute computation and data movement instructions.

DMA

When a read operation accesses data already contained in the cache, it’s called a(n) __________.

cache hit

The __________ defines the format, content, and timing of data, memory addresses, and control messagessent across the bus.

bus protocol

In __________ architecture, multiple CPUs and cache memory are embedded on a single chip.

multicore

The term __________ describes methods of increasing processing and other computer system power byusing larger and more powerful computers.

scaling up

__________ architecture is a cost-effective approach to computer system design when a single computerruns many different applications or services at once.

multiple-processor

Examples of a(n) __________ bus include SATA and SCSI.

storage