Von Neuman Architecture Flashcards

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

What is the Arithmetic and Logic Unit?

A

It carries out all the arithmetical and logical operations of the CPU. E.g. +, -, / , x, boolean operations (AND, OR, NOT) and comparing numbers (which one is bigger).

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

What is the Control Unit?

A

It organises the fetch-execute cycle

It also controls the flow of data in the CPU

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

What are registers?

A

Used to hold information needed by the CPU. Each register holds a specific piece of information.

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

What are the different types of registers?

A
  • Accumulator (ACC) - Holds the calculations performed by the ALU.
  • Program Counter (PC) - holds the address of the next instruction that is needed by the CPU to be fetched. Every time the execute phase is run, the pc is incremented by 1.
    Memory Address Register (MAR) -holds the address of the current instruction that is to be fetched from memory, or the address in memory to which data is to be transferred.
    Memory Data Register (MDR) - stores the data that are being read or written to. Once the data has been received it is stored. Stores the data returned from the address.
    Current Instruction Register (CIR)- contains the instructions currently being carried out.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the fetch-decode-execute cycle?

A

Fetch - The address of the instruction that needs to be processed next is copied from the Program Counter (PC) to the Memory Address Register (MAR).
The PC is incremented to point to the next instruction that will be needed when the cycle starts again.
The instruction stored at the location held by the MAR is copied to the MDR.
Decode - The Control Unit decodes the instruction and sends control signals to the component within or outside the CPU that needs to act.
Execute - The operation indicated by the instruction is performed by the appropriate component.

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

What is parallel processing?

A

When multiple processes are carried out simultaneously

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