1.1 Flashcards

(20 cards)

1
Q

what the cpu does

A

fetches instructions from ram
decodes the instruction
executes the instruction

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

control unit

A

sends control signals to synchronise execution

decodes instructions

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

alu

A

performs logical and mathematical calcs

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

accumulator

A

stores result (in alu)

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

registers

A

small areas of very fast memory

execute instructions

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

cpu cache memory

A

stores instructions

quicker for cpu to fetch instructions than ram

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

registers store

A

data

data addresses

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

program counter

A

stores address of next instruction to be fetched

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

memory address register

A

stores address of where to fetch or save data

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

memory data register & then instruction register

A

stores data which has been fetched

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

accumulator

A

stores result (in alu)

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

clock speed

A

the speed of fde cycles

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

hertz

A

cycles per second

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

faster clock speed =

A

can run programs quicker

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

higher cache capacity

A

can fetch instructions quicker

may be inefficient if memory is badly made

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

more cores =

A

can run more programs or instructions simultaneously

17
Q

a core is

A

processing unit that can execute instructions

18
Q

embedded system

A

computer system built into another device

19
Q

(dis)advantages of an embedded system

A

designed for its function so efficient
cheaper
but can only do specific function

20
Q

general purpose system

A

multiple functions

expensive