Quiz 4 Flashcards

(20 cards)

1
Q

Explain the role of the control unit within the von Neumann architecture

A

The control u it controls the flow of data. It also keeps track of the memory address of the instruction of each cyle

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

Explain the role of the ALU within the von Neumann architecture

A

The ALU gets data from the control unit and registers and performs an operation on it, and sends the output back to registers

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

Explain the role of the registers in the von Neumann architecture

A

The registers hold any data and instructions and memory address that are about to be used by the cpu.There are specific registers for different tasks.

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

How does the cpu carry out instructions

A

By using the fetch-decode and execute cycle

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

What are 4 different types of memory?

A

Registers, random access memory(RAM) cache and read only memory(ROM)

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

What is volatile memory?

A

Is temporary memory that requires power to retain its data

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

What is non-volatile memory?

A

Is permanent memory that keeps its content even when it has no power

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

What is ROM?

A

Read only memory that’s is non-volatile that contains all the instructions a system needs to boot up called the bios

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

What does boot up mean?

A

CPU reads instructions from ROM tells cpu to perform a self check and set up a system

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

What are the 2 types of system?

A

Non-embedded and embedded

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

Do non-embedded systems have more RAM or ROM

A

RAM

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

Why do non-embedded systems have more RAM

A

Because they often need to write data to main memory

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

How is ROM used in non-embedded system

A

Used for BIOS which doesn’t require much memory

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

How is RAM and ROM stored in non-embedded systems

A

RAM and ROM are usually stored on the motherboard away from the cpu

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

Do embedded systems have more ROM or RAM

A

Embedded systems have more ROM

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

Why do embedded systems have more ROM than RAM

A

They don’t write much data to memory

18
Q

How is ROM used in embedded systems

A

Embedded systems don’t tend to have secondary storage so ROM is used to store all programs

19
Q

How is RAM and ROM stored in the CPU

A

The same chip as the CPU to reduced physical space needed and cost

20
Q

Describe the role of the clock in a cpu

A

Regulates the timing and speed of computer operations