1.1.1 FDE, CPU, Von Neumann. Flashcards
What is the Central Processing Unit(CPU) ? (2 points)
The “brain” of the computer.
Processes Instructions.
What is Opcode ? (Operation Code)
An instruction for the CPU to process.
What is Operand ?
Data for the CPU to run an instruction on.
What is the stored program concept ?
Instructions and data are stored in memory together.
(The Von Neumann Architecture)
What happens in the Fetch part of the FDE Cycle ?
The CPU finds the requested Address and Retrieves data.
What happens in the Decode part of the FDE Cycle ?
The data is read as Opcode and Operand(s).
What happens in the Execute part of the FDE Cycle ?
The computer follows the instruction to act on the data, or fetch more.
What are the steps of the FDE Cycle ? (5 steps)
- Copy the address held in PC to MAR
- Add 1 to PC and load the value at the address in the MAR to the MDR
- The instruction in the MDR is copied in the CIR.
- In the CIR instruction is decoded
- Execute
What is an Input Device ? ( 3 examples)
Any hardware giving information to the computer.
E.g. Microphone, Keyboard, Mouse.
What is an Output Device ? (3 examples)
Any hardware giving information to the user.
E.g. Monitor, Speaker, Light.
What does the Control Unit (CU) do ? (2 points)
Decodes Instructions.
Sends control signals to co-ordinate the movement of data through the CPU.
What does the Arithmetic Logic Unit (ALU) do ?
Performs maths and logic functions.
What is Binary ?
A base 2 number system where each digit can be 0 or 1.
What is a register ?
High speed memory built within the CPU.
What does the Program Counter(PC) do ?
Points to the next instruction.