1.3 Northbridge Components Flashcards
Function of CPU (4)
Carry out machine cycles FETCH instructions from memory DECODE : understand the instruction EXECUTE the instruction using data STORE the result in memory
Parts of CPU (3)
Control Unit (CU)
- sends read and write signals to memory
- sends address of instruction to be fetched
Arithmetic Logic Unit (ALU)
- calculations and comparisons
Registers
- Stores current instructions (registers for CU and ALU)
- Accumulator stores results of each execution
Cache: What is it and functions?
Between CPU, RAM
Made out of SRAM
Function: stores blocks of instructions pre-fetched form RAM
Cache: Levels of Cache
1: small amount, with internal circuitry of CPU
2: On the CPU, larger than 1
3: On motherboard: closer to CPU than RAM
RAM: Functions
Main primary memory
Stores programs currently in use and relevant data
RAM: Types
DRAM: Dynamic RAM - needs to be refreshed SDRAM: Synchronized - Synchronized refreshing with CPU DDR: Double Date Rate - data transferred twice per clock pulse
Latency
How much time memory delays in giving info to CPU