1.1 System Architecture Flashcards

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

What does CPU stand for and what is it’s function?

A

Central Processing Unit, It processes all of the data and instructions that make the system work.

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

What are the common characteristics of the CPU?

A

Clock speed
Cache Size
Number of cores

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

How does the Clock speed affect the performance of the CPU?

A

The higher the clock speed, the greater the number of instructions the CPU can carry out.

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

How does the Cache size affect the performance of the CPU?

A

The higher the cache size the faster the CPU can access more data.

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

How does the Number of cores affect the performance of the CPU?

A

The more cores a CPU has, the more instructions it can carry out at once.

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

What is the function of the Embedded system?

A

A computer built into another larger system.

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

What are some examples of the Embedded system?

A

Dishwashers
Microwaves
TV’s

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

What are the main parts of the CPU

A

CU(Control Unit)
ALU(Arithmetic Logic Unit)
Cache

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

What does CU stand for and what is it’s function?

A

(Control Unit) It executes program instructions by following the cycle.

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

What does ALU stand for and what is it’s function?

A

(Arithmetic Logic Unit) does all the calculations.

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

What is the function of the Cache?

A

Stores regularly used data so the CPU can access it quickly.

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

What are the types of Registers?

A

MAR(Memory Address Register)

MDR(Memory Data Register)

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

What does MAR stand for and what is it’s function?

A

(Memory Address Register) holds any memory address that’s about to be used by the CPU.

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

What does MDR stand for and what is it’s function??

A

(Memory Data Register) holds the actual data or instruction.

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

What is the function of the Program counter?

A

Holds the memory address of the instruction for each cycle.

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

What is the function of the Accumulator?

A

Stores immediate results of calculations in the ALU.