1.1 Flashcards

1
Q

What is the purpose of the CPU?

A

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

FDE cycle

A

PC holds adress of next instruction
Contents of PC copied into MAR
PC increments and loads the next instruction into the PC
The instructions or data held in the address pointed at by the MAR are loaded into the MDR
Contents of MDR are copied into CIR
CU decodes instruction held in CIR
If logic or mathematical done by ALU, otherwise executed by CU
Stored in ACC

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

What are the four key components of the CPU?

A

The four key components of the CPU are:

Arithmetic Logic Unit (ALU)

Control Unit (CU)

Cache

Registers

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

What is the function of the Control Unit (CU)?

A

Decodes instuctions, executes them, controls the movement of data and communicates with hardware

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

What is the Von Neumann architecture?

A

The Von Neumann architecture is a design of the CPU proposed by John Von Neumann, which outlines how the computer memory, input/output devices and processor all work together.

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

Name the four main registers in the Von Neumann architecture.

A

The four main registers are:

Program Counter (PC)

Memory Address Register (MAR)

Memory Data Register (MDR)

Accumulator (ACC)

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

True or False?

The Von Neumann Architecture consists of 5 main registers.

A

False.

The Von Neumann Architecture consists of 4 main registers: Program Counter, Memory Address Register, Memory Data Register, and Accumulator.

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

Define embedded system.

A

An embedded system is a computer system with a single function, inside a larger mechanical unit.

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

What are the three key properties of an embedded system?

A

The three key properties of an embedded system are:

small size

use less power than general-purpose computers

lower cost

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

why is a fridge not an embedded system

A

While a fridge has a single main function, it does not contain a CPU, so it is not considered an embedded system.

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