1.1 System Architecture Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is the ALU (Arithmetic Logic Unit)?

A

Part of a (CPU) that carries out arithmetic and logic

operations in computer Instruction.

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

What is the CU (Control Unit)?

A

Works with the CPU to control the flow of data

within the system and to decode Instructions.

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

What is the cache?

A

Small temporary volatile memory, stores frequently
used instructions. quicker for CPU to access than
main memory.

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

What is the Von Neumann architecture?

A

a system where the CPU runs programs stored in memory.

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

What is the PC (Program Counter)?

A

Stores the location of the next instruction in a program waiting to be
fetched.

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

What is the MAR (Memory Address Register)?

A

Stores the location for data to be fetched from or sent to memory.

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

What is the MDR (Memory Data Register)?

A

Stores the data that has been fetched from or is waiting to be sent to memory.

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

What is the Accumalator?

A

Stores the result of the calculation performed by the ALU.

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

What is the CIR (Current instruction register)?

A

Stores the instruction ready to be decoded by the ALU.

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

How does the CPU process instrcutions?

A

FETCH - DECODE - EXECUTE cycle

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

What happens in the FETCH part of the cycle?

A

The processor checks the program counter to see which instruction to run next.

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

What happens in the DECODE part of the cycle?

A

Decoding the instructions in the ALU, storing the result of this in the CIR.

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

What happens in the EXECUTE part of the cycle?

A

The instruction is performed

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

What is primary storage and what are some examples?

A
  • memory that is accessed by the CPU first,

- RAM, ROM and Cache

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