COMPUTER COMPONENTS Flashcards
(17 cards)
Define CPU (Central Processing Point)
the cpu is the unit that controls the actions of the computer system and manipulates the data that is required to particular tasks
where is the CPU located?
what is an disadvantage of this and how do we stop this from happening?
- located on the motherboard in the CPU socket.
- gets very heated while computer runs but we use a heat sink and fan to draw heat away
what are three components that make up the CPU
- Control unit
- The Arithmetic Logic Unit (ALU)
- Register
define control unit
ensures that the instructions are required to operate the computer as retrieved and interpreted in the correct sequence
what does the control unit involve
involves collecting the instruction from where it is stored.
Storing it in a register until needed by ALU + then storing it result in right place.
define arithmetic logic unit.
where mathematic and logical units are carried out
define registers
Small sections of high speed memory located in CPU.
registers are used to store small amounts of data needed during processing such as:
- Address of the next institution
- Current instruction being decoded
- Result of calculation
what is a motherboard
- Main circuit board of a computer.
- Directly connected to this either by sockets, expansion slots own ports.
- Info is transmitted around computer.
define power supply unit (PSU)
Converts electricity from alternating current from main supply to direct current.
PSU is an internal component
define memory
What can it be classed as?
Name we give to components which are used to save data and instructions for fast access by CPU.
Can be classed as volatile and non-volatile
define volatile memory
the data held is only saved while computer has power supply.
If computer turns off data is deleted
define non-volatile memory
Data storage is persistent.
power removed = data still stored
3 types of memory
- RAM
- ROM
- CACHE
RAM (Random Access memory)
- volatile memory
- Also stores part of the operating system that needs to be accessed by CPU
- RAM= made up of large number of storage locations- Each can be identified by unique address.
ROM (Read Only Memory)
- Non-volatile storage stores boot program/BIOS for when computer is switched on.
Data stored in ROM cannot be changed.
CACHE
- Volatile storage that stores things that the CPU needs to access frequently.
Very quick access- closer to CPU than any other types of memory like RAM