Hardware Flashcards
What is hardware?
The tangible components of a computer system.
What is the CPU?
The Central Processing Unit.
What is the role of the CPU?
To execute calculations and process on the computer.
What are the two key components of the CPU?
CU and ALU.
What does CU stand for?
Control Unit.
What does ALU stand for?
Arithmetic Unit.
What is the job of the control unit?
To control the process of the computer. It turns transistors on and off using electrical signals.
What is the job of the arithmetic unit?
To carry out all of the logical and arithmetic operations including addition, subtraction and comparisons (greater than/ less than / equal.
What is the clock speed of a processer?
How fast the processor is. How many calculations it can carry out in a second.
What is the clock speed measured in?
Hertz (Hz).
What is the average speed of a modern CPU?
4.3 gHz.
How many calculations a second can a processor with a clock speed of 4.3gHz carry out?
4.3 billion.
What is a multi-core processor?
A processor with more than one core.
Why are multicore processors faster than single core processors?
They can carry out multiple processes simultaneously.
What is the job of the cache memory?
To store recent instructions in case they are needed later on. It makes the computer run faster as cache memory is fast.
What is the job of the RAM?
To store instructions for different actions that are being used currently or have been used recently.
What is meant by the term “RAM is volatile”?
Data will be stored in the RAM until the power is turned off.
RAM vs Cache.
Cache is faster.
They both store instructions.
Both are expensive.
What are buses?
Part of the computer architecture that transfers data and signals between the components of the computer.
What is USB?
A way data is transferred.
What does RAM stand for?
Random Access Memory.
What is faster, data transfer from secondary storage or RAM?
RAM.
What is Dynamic RAM?
RAM stored on a storage cell. Each cell has a capacitor and transistor. The memory on dynamic RAM is constantly refreshed. (Known as Traditional RAM).
What is Static RAM?
RAM with memory that stays as long as the power is supplied. Its faster than Dynamic RAM so is more expensive due to complexity of the design.