Von Neumann architecture Flashcards

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

Describe the stored program concept when applied to the von Neumann model

A
  • The programme is stored on a secondary storage device
  • Data and instructions are moved to memory
  • Data and instructions are stored in the same memory
  • Data and instructions are moved to registers to be executed
  • Instructions are fetched one at a time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Explain what is meant by the stored programme concept

A
  • Programs and data are stored in computer memory(2)

- Instructions are fetched and executed one at a time.

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

What is the purpose of the address bus?

A

It carries and transports the address of the next item or instruction to be fetched. It is unidirectional as data travels one way

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

What is the purpose of the data bus?

A

Carries data that is currently being processed (or that has been or that will be). Data can travel in both directions(bi-directional)

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

What is the purpose of the control bus?

A

It transports signals. It controls the actions of the processor. Can be unidirectional or bi-directional

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

What is the function of the Immediate Access Store (IAS)?

A

Data and instructions are fetched by the CPU and stored here to wait to be processed

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

Where does the CPU fetch instructions from?

A

RAM

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

Describe the role of the Arithmetic Logic Unit(4)

A

Carries out calculations and logical operations(2)

Holds temporary values in a register known as an accumulator during calculations

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

What is the function of the control unit?

A

It controls the operation of the memory, processor and input/output devices. An instruction is read from memory and interpreted with the fetch-decode-execute cycle. It sends signals using the control bus to tell other components what to do.

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

What are the components in a von Neumann model?

A

ALU, MDR, MAR, Accumulator, IAS, RAM, PC , CIR, Address bus/ data bus/control bus

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

What is main memory and how is it used in the von Neumann model?

A

It is RAM (or primary memory or volatile memory)
Holds data and instructions that are currently in use.
Directly accessible by the CPU

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