CPU Flashcards

1
Q

Why does a computer need a fan?

A

to extract hot air from computer case, so it doesn’t overheat

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

PSU

A

power supply unit, supplies power to hardware

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

RAM

A

main memory

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

Motherboard

A

the main circuit board of the computer, where all the hardware is connected

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

CU

A

control unit-
- overall control of CPU
- manages FDE cycle
- controls data flow inside and
outside CPU

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

ALU

A

arithmetic logic unit-
- completes all calculations
- e.g mathematical, logical,
comparison
- contains accumulator

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

Cache

A
  • very fast memory in CPU
  • slower than registers but faster
    than RAM
  • stores regularly used data
  • will be checked first if CPU
    needs data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Cache levels

A

L1- quickest, lowest capacity
L2- slower than L1, holds more
L3- slower than L2, holds more

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

Registers

A
  • temporarily hold bits of data
    needed by CPU
  • fastest memory
  • e.g accumulator, MAR, MDR, PC
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Von Neumann Architecture

A
  • designed 1945
  • how most computers are used
    today
  • system where CPU runs
    programs stored in memory
  • programs consist of
    instructions/data stored in memory address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Embedded Systems

A
  • computers built into other
    devices
  • dedicated to a single task
  • e.g dishwasher, washing
    machine
  • cheaper and more efficient
  • firmware
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

CPU

A

central processing unit -
- fetches and executes
instructions stored in memory
- brain of the computer

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

Hardware and Software

A

hardware - physical parts of computer system

software - non physical parts of a computer system

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

Clock cycle

A

represents one complete operation of the CPU, FDE cycle and storing data

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

Clock speed

A
  • number of clock cycles per
    second
  • Hz
  • more ticks, more instructions
    per second
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Overclocking

A
  • increasing CPU speed
  • processes may not always be
    complete when next instruction
    begins
  • can cause overheating
17
Q

Input devices

A

keyboard, mouse, microphone

18
Q

Output devices

A

monitor, printer, speaker

19
Q

Cores

A
  • processing unit in CPU which
    performs the instructions
  • more cores don’t make
    processes faster
  • more cores allow more
    instructions to run at the same
    time if the program allows it
20
Q

PC

A

program counter, holds location of next instruction/data address in main memory

21
Q

MAR

A

memory address register -
- contents of PC copied here,
then transferred to main
memory to retrieve data at
address

22
Q

MDR

A

memory data register -
- once data/instructions bough
from memory address to main
memory, they are placed in the
MDR

23
Q

Fetch

A
  • PC incremented for each
    instruction executed
  • contents of PC put in MAR
  • address transferred to main
    memory
  • data/instruction that has been
    addressed is transferred back
    to processor and held in MDR
24
Q

Decode

A

decoded into op-code and operand
op-code = what you need to do
operand = what data do you use

25
Execute
- instruction carried out by ALU - results of calculations placed in accumulator
26
Accumulator
holds intermediate results of the calculation done in the ALU