ch4_MicroProcessors Flashcards
What is a registrar
Worktables, tiny storage areas, that are 16 bits wide, on the CPU that hold charged binary commands.
What are the core CPU components?
Speed External Data Bus Address Bus CPU Code book = Machine Language Registrar
What is the External Data Bus
Used to communicate from the CPU and the RAM
What is the Address Bus
Enables the CPU to communicate with the MCC
How does the CPU represent commands
On or Off, 1 or 0
What are the four general purpose registrars
AX BX CX DX
What is the Clock Wire
The clock wire tells the CPU that there is another piece of data waiting to be processed. It may take many cycles for the data to be processed.
1 Hz = 1 cycle
What is a Clock Cycle
The voltage that must be applied to the CLK wire
What is the clock speed?
the max number of clock cycles
What determines the speed
The system crystal, quartz oscillator
How does RAM work
Like a spreadsheet, each line of memory is addressed and holds either a 1 or 0.
How does RAM stay charged
DRAM is charged by the semiconductors on the RAM stick
How is data handled on the RAM
MCC grabs the contents of any line of RAM to place on the EDB.
How do the CPU and MCC communicate
Address Bus
Why does the number of wires on the address bus matter?
The number of wires is equal to the amount of RAM that the CPU can handle