1.1 Systems Architecture Flashcards

1
Q

What are the 3 factors that affect CPU performance

A
  • Clock speed
  • Cache size
  • Number of cores
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Von Neumann structure?

A

A type of CPU architecture which uses memory to store data and instructions

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

What does the Memory Address Register do?

A

Holds any memory ADDRESS about to be used by the CPU

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

What does the Memory Data Register do?

A

Holds the actual data or instruction to be executed by the CPU

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

What is the function of the Accumulator?

A

The part of the ALU which stores results of a calculation

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

What is a register?

A

A temporary data store inside a CPU

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

What is an address?

A

A specific memory location in a computer

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

What is the function of the Program Counter?

A

Holds the memory address of the next CPU instruction

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

What is the function of the Arithmetic Logic Unit (ALU)

A

The part of the CPU that carries out Logical and Boolean operations

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

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

A

The part of a CPU that controls the flow of data

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

What is cache memory?

A

A small capacity, but quick memory store as part of the CPU

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

What is overclocking?

A

Running a CPU at a higher clock speed than was intended

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

Define instruction

A

A single operation by the processor

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

Define Clock Speed

A

the number of instructions a CPU can carry out each second (measured in Hz)

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

Define Cache Size

A

The size of the memory inside the CPU

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

What are cores?

A

Processing units inside the CPU

17
Q

What is an embedded system?

A

A computer system with one purpose (like a traffic light)```

18
Q

Function of a Motherboard?

A

The main circuit board in a PC that other hardware connects to

19
Q

Function of the Graphics Processing Unit?

A

A circuit for handling the processing of images and graphics

20
Q

What is the Fetch Decode Execute cycle?

A

The cycle of retrieving and executing instructions inside the CPU