1.1 Flashcards

1
Q

What is the clock speed?

A

How many FDE cycles the CPU can carry out per second.
Measured in HZ.
4GHz = 4 billion instructions.

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

How does the no. of cores effect the CPU speed?

A

More cores = more instructions carried out at one time.
Only effective when applications can handle multiple cores.

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

What does the control bus do?

A

Sends signals to RAM to re-write/ bring data back.

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

What is the CPU?

A

Central processing unit has billions of switches.
Carries out commands.
Processes information.

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

What is the CPU?

A

Central processing unit has billions of switches.
Carries out commands.
Processes information.

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

What does the control unit do?

A

Controls where data goes + monitors data flow.
Sends control signals to internal components.

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

What does the MAR do?

A

Memory address register.
Stores address of current instruction to be etched from RAM.

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

What does the fetch part of the cycle do?

A

Memory address is fetched from PC to MAR.
Data at that address in RAM is copied to MDR.

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

What does the decode part of the cycle do?

A

Instruction in the MDR is decoded by the CU.

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

What does the ACC do?

A

Holds result from ALU.

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

What does the PC do?

A

Stores the address of the next instruction to be fetched.

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

What does the MDR do?

A

Stores data and instructions copied from RAM.

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

What does the address bus do?

A

Carries around addresses (can only go one way).

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

What does the ALU do?

A

Caries out the arithmetic + logic calculations in the CPU.

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

What is cache?

A

Stores commonly used instructions so it doesn’t have to go to CPU to FDE.

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

What happens in Execute?

A

Instruction is executed.
PC is incremented.

17
Q

What does the CIR do?

A

The instructions / data stored in the MDR are copied here.

18
Q

What is an embedded system?

A

A smaller computer system with a dedicated function inside a larger computer system.