1.1 System Architecture Flashcards
What is a computer?
An electronic device which takes input, processes data , and delivers output
What is the CPU?
Executes instructions and performs calculations
What is memory?
Stored in programs
What is the FDE cycle?
In which a computer fetches institutions, decodes them, and executes them in a continuous repetitive cycle billions of times in a second
What is the role of Fetch in the FDE cycle?
when the CPU fetches the instructions from the main memory and stores it into the processor
What is the role of Decode in the FDE cycle?
The instruction needs to be decoded before it can run. The control signal works out what signals to issue to the component for execution.
What is Execute?
The instruction is carried out(the control unit sends signals to relevant components)
What is the clock speed?
Measured in Hertz - one cycle per second
What is the CPU made up of?
Arithmetic Logic Unit, Control Unit, Cache and Registers
What is the Arithmetic Logic Unit (ALU)?
This is responsible for carrying out arithmetic calculations and making logical decisions
What is the Control Unit?
The control unit sends signals to control how data moves around CPU and co-ordinates the CPU’s operations
What is the Cache?
A small amount of very fast memory, is located in the CPU. It provides fast access to frequently used instructions and data.
What is the Register?
Tiny super-fast pieces of onboard memory inside the CPU, each with a very specific purpose.
What is the Von Neumann Architecture?
It is based on the stored-program computer concept, where instruction data and program data are stored in the same memory in binary form.
What does VNA consist of?
CPU, CU, ALU, Memory Unit (RAM) and Inputs and Outputs