2. Hardware Flashcards
What does CPU stand for?
Central Processing Unit
What does the CPU do?
The hardware that executes programs and manages the rest of the hardware.
What are the two main parts of the CPU?
Control Unit - Sends electrical signals to components to control them
ALU - Carries out all the logic and calculations
What does ALU stand for?
Arithmetic Logic Unit
What things does the CPU need to access?
- Main Memory (RAM)
- Storage devices (Hard disk)
- Input/Output Devices
How does the CPU access the things it needs to access?
A system of Buses (wires).
What is measured in Ghz?
The amount of instructions that can be carried out per second. (Clock speed)
How many calculations per second is 1 Ghz?
1 billion
What is a multi-core processor?
One component where two or more CPUs (processors) or ‘cores’ work together to improve the clock speed.
What is cache memory?
Memory close to the core processor with very rapid response. It is used to store instructions before they are executed and temporary data.
What is architecture?
How large the gap between transistors is and how many transistors are on a chip.
What is memory?
How computers store data and programs.
What is RAM?
- ‘Main Memory’
- Loads programs and data before running
- Storing generated data before they are stored permanently
- Allows CPU to access data from hard disk
- Volatile -> Loses content when power is turned off
What is ROM?
- Holds programs that start up the computer (boot up programs) and programs that have information about the hardware
- Non-Volatile -> ‘Remembers’ state
- Cannot easily be overwritten
What are the main differences between RAM and ROM?
RAM
• Loses its data when computer is switched off
• Temporary storage that is constantly being written to and read from
ROM
• Retains its data even when computer is switched off
• ‘Read only’ and cannot easily be changed by the program or user
What does RAM stand for?
Random Access Memory
What does ROM stand for?
Read Only Memory
What is virtual memory?
When there is not enough space on RAM, an area of the hard disk is used for temporary memory. This is, however, much slower than RAM.
What are some examples of magnetic devices?
- Tape Drive / Digital Audio Tape
- Hard Disk Drive
- Floppy Disk Drive / Disk
How do magnetic devices work?
By setting an area of magnetic coated material to NS or EW setting. This can then be scanned by a read/write head.
What are some examples of optical devices?
- CD - Rom, CD - R, CD - RW
- DVD - Rom, DVD - R/RW/RAM
- Blu-Ray
- HD-DVD
How do optical devices work?
They are read using light - usually laser light (lighter and darker areas are detected). Commercially, troughs are cut into the disk surface. At home, colour change is used.
What are some examples of solid state technology?
- Solid State Hard Disc
- Memory Stick (USB)
- Flash Memory (camera type)
How does solid state technology work?
There are no moving parts (solid state). Data is stored by applying a voltage to a grid of transistors and enabling or disabling current. NAND gates are used.