COMPUTER COMPONENTS Flashcards

(17 cards)

1
Q

Define CPU (Central Processing Point)

A

the cpu is the unit that controls the actions of the computer system and manipulates the data that is required to particular tasks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

where is the CPU located?
what is an disadvantage of this and how do we stop this from happening?

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what are three components that make up the CPU

A
  • Control unit
  • The Arithmetic Logic Unit (ALU)
  • Register
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

define control unit

A

ensures that the instructions are required to operate the computer as retrieved and interpreted in the correct sequence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what does the control unit involve

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

define arithmetic logic unit.

A

where mathematic and logical units are carried out

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

define registers

A

Small sections of high speed memory located in CPU.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

registers are used to store small amounts of data needed during processing such as:

A
  • Address of the next institution
  • Current instruction being decoded
  • Result of calculation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is a motherboard

A
  • Main circuit board of a computer.
  • Directly connected to this either by sockets, expansion slots own ports.
  • Info is transmitted around computer.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

define power supply unit (PSU)

A

Converts electricity from alternating current from main supply to direct current.
PSU is an internal component

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

define memory
What can it be classed as?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

define volatile memory

A

the data held is only saved while computer has power supply.
If computer turns off data is deleted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

define non-volatile memory

A

Data storage is persistent.
power removed = data still stored

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

3 types of memory

A
  • RAM
  • ROM
  • CACHE
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

RAM (Random Access memory)

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

ROM (Read Only Memory)

A
  • Non-volatile storage stores boot program/BIOS for when computer is switched on.
    Data stored in ROM cannot be changed.
17
Q

CACHE

A
  • 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