4 - Computer Systems Flashcards
What is a computer system?
A computer system takes a set of digital inputs, processes them and creates a set of outputs. This is done by a combination of hardware and software.
Hardware
Hardware is the physical components that make up a computer e.g. keyboard
Software
Software is human-written programs that contain instructions on how the hardware will operate
Role of the CPU
CPU processes data. It does this by fetching instructions from memory (RAM), decoding the instructions and then executing them
What does the CPU do as well as processing data?
The CPU controls all of the component parts of a computer e.g. the hard disk
Where is the CPU located?
In the motherboard
What are the 3 main parts of the CPU?
Control Unit
Arithmetic Logic Unit (ALU)
Registers
What is the role of the ALU?
To handle all of the data processing inside the CPU. The arithmetic part deals with arithmetic operations. The logic part deals with logic and comparisons.
What is the CPU clock?
A tiny quartz crystal inside the CPU chip that ticks at a steady speed. During each tick the CPU processes and executes a single instruction.
What are CPU clocks measured in/
They are measured in Hz. 1 GHz enables 1 billion instruction to process every second
What is Von Neumann architecture?
Von Neumann is where both the data and the software currently being used are stored in the RAM.
What does the Control Unit do?
It handles the movement of data and instructions around the computer.
What are buses and what do they do?
The buses are collections of wires through which data is transmitted from one component to another in a CPU
What is main memory (RAM)?
RAM is where the programs and data whilst in use are stored
What are registers?
Registers are a very small but fast type of memory which can hold a data value in use by the CPU