CPU and Von Neuman Architecture Flashcards

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

What is the purpose of the CPU

A

The CPU is often thought of as the ‘brains’ of a computer. The purpose of the CPU is to FETCH, DECODE and EXECUTE instructions.

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

What does the control unit do?

A

controls the flow of data inside the CPU (to registers) and outside the CPU to RAM and input/output devices.

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

What can the Cache memory do?

A

The Cache is very fast memory in the CPU. It is slower than the registers but faster than RAM. It stores frequently used data that the CPU can access quickly.

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

Explain the idea of Von Neumann architecture

A

Von Neumann is based on the idea of a ‘stored program concept’. Both instructions and data are stored in the same memory in binary form.

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

What does the MAR do?

A

holds the address of where data is to be fetched or stored.

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

What does the MDR do?

A

holds the data fetched from or to be written to memory (RAM).

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

What is the purpose of the PC (Register)

A

holds the address of the next instruction in memory.

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