Unit 1.1 Hardware and Communication Flashcards
(129 cards)
Define CPU.
CPU (Central Processing Unit) - the ‘brain’ of the computer. It refers to that part of the processor which ‘processes’ the data and instructions.
State the 3 main parts of a CPU.
- ALU (Arithmetic and Logic unit)
- Control unit
- Some memory storage (Register)
Define ALU.
ALU (Arithmetic and Logic Unit)- which performs the calculations on the data.
Define control unit.
Control unit- which controls all operations inside the computer.
Define register.
Register is a place where a single item of data can be stored.
State 5 ‘things’ all computers have.
- Input device
- Output device
- Some memory
- Program a computer is running
- Data stored in memory
Define RAM.
RAM (Random Access Memory) is the type of memory used for temporarily storing programs and data.
What does memory consist of?
A large number of store locations in which data can be stored.
What are ‘store locations’ identified as?
Address
Define data bus.
Data will need to be moved between several of these elements. The path along which data moves is called a data bus.
What happens when data is saved to (or loaded from) memory?
The address of the store location at which it is to be stored (or loaded) must also be sent.
What is an address bus?
The address of data always travel along an address buss.
State the function of the control unit.
It sends and receives signals from all parts of the computer which makes sure that all processes take place at the right time and in the correct order.
Where does the signals of which processes take place travel along?
Control bus
What does a computer memory consist of?
It consists of a large number of ‘two-state devices’, which can be ‘On’ or ‘Off’.
What digit is stored when the switch is ‘On’?
1
What number is stored when the switch is ‘Off’?
0
What is a bit?
(Binary digIT) is a 0 or a 1.
What is 1 byte?
8 bits
What is 1 kilobyte (K)?
1024 bits
What is 1 megabyte (Mb)?
1024 kilobytes
What is 1 gigabyte (Gb)?
1024 megabytes
What is 1 terabyte (Tb)?
1024 gigabytes
What is all data stored as?
Binary numbers