Unit 1.1 Hardware and Communication Flashcards
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
Define a ‘word’.
It is the number of bits that the CPU can handle at a time (usually 16, 32, 64 or 128).
State 2 types of storage.
- Primary storage - (memory)
- Secondary storage - (backing storage)
State a fact about memory.
It is very fast to store data and retrieve data from it.
Define RAM.
RAM (Random Access Memory) is used for temporary storage of data and programs. It is volatile- the data is lost when power is switched off.
What does RAM consist of?
It consists of a large number of store locations, each of which can store a (binary) number.
What is each store location identified by?
A unique address
Define ROM.
ROM (Read Only Memory) is used for storing permanent data. The numbers in
the store locations cannot be altered. It is non-volatile. The data is never lost.
State Ex.1 of what ROM is used for.
It is used for storing the programs that control embedded systems.
State Ex.2 of what ROM is used for.
It may also store the first section of a program which boots a computer- this is the program which starts running as soon as you switch on a PC.
What are registers?
There are some special store locations in the CPU called registers which are used extensively when a program is being run.
What is RAM cache?
It is a memory chip used to temporarily store data.
Give no.1 function of RAM cache.
It is used to improve the speed of a computer when running a program, because it can supply data to the CPU faster than normal RAM.
Give no.2 function of RAM cache.
It is also used to store the most frequently used data when a program is run.
State an example of RAM cache.
When a loop in a program is executed, the data that is repeatedly used may be placed in cache memory.
What is a disc cache?
It is an area of memory used for storing data when it is input from a disc.
Give an example of why disc cache is being used.
Recently accessed data from a disc may be temporarily stored in cache, because if
it is needed again, it is faster to access it from cache than keep reading it from the disc.
Describe how cache work when viewing web pages.
Recently viewed pages are stored temporarily in cache. A second viewing of the page (perhaps the ‘Back’ button has been clicked) would be loaded faster from cache than downloading the whole page again.
What is secondary storage also known as?
Backing store
Give 4 of the most commonly used secondary storage.
- Magnetic tape
- Magnetic disk
- Optical disk
- Flash memory
What is magnetic tape commonly used for?
Backup and archiving
Describe magnetic disc.
It has fast storage and access to data.
Describe optical disks.
Laser technology is used to read data.
Describe flash memory.
A flash memory chip stores the data.
State 3 facts about a hark disk.
- Available in several sizes (500Gb is possible).
- Permanently enclosed in their drive mechanism.
- Some drives are external and plug in to the USB port.
State an advantage of a hark disk.
It is faster to store and load than floppy disk.
State a disadvantage of a hark disk.
It is sealed; internal drives are not portable.
Give the abbreviation for RAID.
Redundant Array of Inexpensive Drives