Systems Architeture Flashcards
What does the central processing unit do
Processes data and instructions by constantly repeating the fetch-execute cycle
What are the 4 cpu components
Control unit
Arithmetic and Logic unit
Registers
Cache
What does the control unit do
Sends control signals in to the direct operation of the CPU
What type of signals are sent to the ALU and other components such as RAM
Control and timing signals
What does the control unit do as part of the FE cycle
Decodes instructions
What is a register
A temporary storage space for one instruction or address
What does the ALU do
Performs simple calculations and logic operations
Why is cache sometimes used instead of RAM
This is because although it is slower to access than the registers it is much faster than RAM
What is cache used for
Used to temporarily store data that is frequently accessed
What is the pathway that data transferred between components called
Buses
Which cycle shows how the cpu processes data and instructions
The fetch execute cycle
What are the 5 types of registers
Program counter
Memory address Register
Memory data register
Current instruction register
Accumulator
What does the accumulator do
Stores the result of mathematical and logical calculations
What does the program counter do
Tracks the RAM address of the next instruction to be fetched
What does the memory address register do
Tracks the RAM address of the instruction that is to be fetched