1/6
Flashcards covering CPU components, memory registers, and the fetch-decode-execute cycle based on the provided notes.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
CPU
Responsible for all component processing in a computer system.
Control Unit (CU)
A CPU component that coordinates all activities in the CPU.
Arithmetic Logic Unit (ALU)
A CPU component where all calculations take place.
Register
A very fast memory location.
MAR
Holds the address of a location that is to be read from.
MDR
Stores data that has been read or data that needs to be written.
Fetch-Decode-Execute Cycle
The process of fetching an instruction from main memory, decoding the instruction, and executing the instruction.