1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No study sessions yet.
What is the role of the CPU?
To process data, execute instructions, and control the computer system.
Q: What does the ALU do?
Performs arithmetic calculations and logical operations.
Q: What is the role of the Control Unit (CU)?
Controls the execution of instructions and sends control signals to components.
Q: What is a register?
Very fast memory inside the CPU used to store data and instructions temporarily.
Q: What is the Program Counter (PC)?
Stores the memory address of the next instruction to be executed.
Q: What is Von Neumann architecture?
A computer architecture where data and instructions are stored in the same memory.
Q: One disadvantage of Von Neumann architecture?
Bottleneck because data and instructions share the same bus.