• 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/7

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;

7 Cards in this Set

  • Front
  • Back
What is the system bus?
A communication channel that connects all computer system components
What are the 3 primary components of the system bus?
address bus
control bus
data bus
What is a bus master?
any device that can initiate a transfer across the bus.
What is the advantage of having devices other than the CPU be a bus master?
Frees CPU cycles to perform other tasks.

It also allows a form of parallelism in which peripheral to peripheral data transfers can occur simultaneously with instruction execution.
What characteristics of the CPU and of the system bus should be balanced to obtain maximum system performance?
The width of the data bus should equal or exceed CPU word size.

The bus clock rate should match the CPU clock rate, though this is difficult or impossible to achieve.
What is a stack?
An area of memory that holds register values of suspended processes
Describe the execution of the PUSH and POP operations.
PUSH copies and increments pointer
POP removes and decrements pointer