1/12
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
basic model of a computer system
What is Von Neumann architecture?
The idea of holding both programs and data in memory
Central Processing Unit (CPU)
hardware that executes programs and manages the rest of the hardware
Cache
very fast memory
What does the processor do to run the program?
Fetch
What does the control unit do?
Arithematic Logic Unit (ALU)
Types of registers
MAR
What does the MAR do?
Memory Address Register - holds the address of the instruction or piece of data to be fetched or stored
What does the MDR do?
Memory Data Register - holds the data or a program instruction temporarily when it is fetched from memory or is to be sent to memory
What does the PC do?
Program Counter - holds the memory address of the next instruction to be processed
What does the ACC do?
Holds the results of calculations from the ALU
What are the main factors affecting CPU?