System Architecture Flashcards

1
Q

What is the purpose of the CU?

A
  1. It sends control signals to direct the operations of the CPU
  2. It decodes instructions during the FDE cycle
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the purpose of the ALU ?

A
  1. To perform calculations and logical operations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a register?

A

Temporary storage space for one instruction or one address

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

What is cache memory ?

A

A register that is used to temporarily store data that is frequently accessed

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

Step 1 of the FDE cycle

A

.Pc displays the address in the RAM of the next instruction to be processed
.That value is copied to the MAR

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

Step 2 of the FDE cycle?

A

.Pc register is increased by 1
.This prepares the cpu for the next instructions to be fetch

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

Step 3 of the FDE cycle

A

The CPU checks address in RAM which matches the address held in the MAR

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

Step 4 of the FDE cycle ?

A

The instructions in RAM is transferred to the MDR

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

Step 5 of the FDE cycle ?

A

.The instructions in the MDR are copied to the CIR

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

Step 6 of the FDE cycle?

A

The CIR is decoded and executed
Any results in the exception is stored in the accumulator

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

How does cache affect the performance of the CPU?

A

.Cache memory is closer to the CPU then RAM meaning it provides data and instructions to the CPU at a faster rate
.More cache also mean that repeatedly used instructions can be stored and access faster

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

How does clock speed affect performance ?

A

.Faster clock speed means that the computer can perform the FDE cycle and more instructions can be processed each second

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

How does cores affect the performance of the CPU?

A

. More cores mean more instructions can be processed at once

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

What is an embedded system ?

A

A computer system built into a larger machine to provide a means of control

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

What is the PC ?

A

The register that tracks the RAM address of the next instruction to be fetched

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

What is the MAR?

A

The register that tracks the RAM address of the instruction to be fetched

17
Q

What is the MDR?

A

Stores the instruction that has been transferred from RAM to the CPU

18
Q

What is the CIR?

A

Register that stores the instructions that has been fetched from the RAM and is about o be decoded and executed