1.1 Systems Architecture Flashcards

1
Q

What is cache?

A

A type of temporary memory. It is faster to access than RAM, but slower to access than the registers.

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

What is a control unit?

A

Organises the execution of instructions, including managing the other components in the processor.

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

What is the full name of MAR?

A

Memory Address Register

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

What is the full name of MDR?

A

Memory Data Register

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

What is the full name of PC?

A

Program Counter

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

What is Cache Memory?

A

A temporary memory.

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

Why do we use cache?

A

Because it is easier to access than RAM.

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

What is an advantage of having multiple cores?

A

An advantage of having multiple cores is that it can process two instructions at the same time.

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

Describe what an embedded system is.

A

An embedded system is a dedicated computer system that performs one or more specific functions within a larger piece of equipment.

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

How is an embedded system different from a general purpose system?

A

General purpose systems can do a variety of things, while embedded systems have only one purpose.

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

Explain why there is a clock inside the CPU.

A

Controls the rate of instructions that are being executed.

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

What are the three C’s?

A

Clock speed, cache size, and the amount of cores.

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

What does the amount of cores impact?

A

It impacts the processing capabilities of the CPU.

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

What does PC stand for?

A

Program Counter.

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

What does MAR stand for?

A

Memory Address Register.

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

What does CU stand for?

A

Control Unit.

17
Q

Why do we use cache over RAM?

A

It’s temporary memory that’s faster than RAM.

18
Q

What does the control unit do?

A

Organises the execution of instructions.

19
Q

What are the three factors that affect CPU performance?

A

Clock speed, cache, and number of cores.

20
Q

Describe what an Embedded System is.

A

A dedicated computer system that performs one or more specific functions within a larger piece of equipment.

21
Q

How is an embedded system different from a general purpose system?

A

Because an embedded system only has one purpose, while a general system can do many things.

22
Q

State 5 characteristics of embedded systems.

A

Cheap, reliable, compact, programmable, and low power consumption.

23
Q

Why is there a clock in the CPU?

A

To control the rate of instructions executed.

24
Q

What are the 3 C’s?

A

Clock, Cache, and Core.

25
Q

What is secondary storage for?

A

Store long term memory like programs and files.