everything Flashcards

1
Q

Processors have a speed measured in….

A

Hertz

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

Data and Instructions in use are stored in the:

A

Main Memory

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

What doesn’t affect the performance of the computer

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

If the number of cores goes up from 2 to 4 – what is the exact effect on
performance?

A

The maximum number of instructions executed per second doubles

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

Central processing unit (CPU)

A

Decodes and executes instructions

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

Order that registers are used in the Von Neumann cycle

A
  • Program counter (PC)
  • Memory Address Register (MAR)
  • Memory Data Register (MDR)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Embedded system

A

A computer system designed for a specific purpose

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

Factors affecting the speed of the CPU

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

Cache

A

Provides fast access to frequently used instructions

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

Von Neumann Architecture

A

Instructions are fetched, decoded and executed one at a time

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

Memory Data Register (MDR)

A

Holds the data fetched from or to be written to the memory

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

Memory Address Register (MAR)

A

Holds the address of data ready for use by the Memory Data Register

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

Program Counter (PC)

A

Holds the address of the next instruction

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

Control Unit (CU)

A

Sends signals to control how data moves around the CPU

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

Arithmetic Logic Unit (ALU)

A

Performs calculations and logical decisions

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

Address Bus

A

tells data where it should be.

17
Q

Data bus

A

A communication system which carries data to the components which need them.

18
Q

Control Bus

A

Controls data via wires to CPU

19
Q

What is the CIR?

A

The current instruction register contains the current instruction during processing.

20
Q

What is the ACC?

A

The accumulator holds the results of all the calculations.

21
Q

Why is cache needed?

A

To provide the CPU with data quicker than the main RAM and to temporarily store data that the CPU is likely to use next.

22
Q

Where is the location of cache?

A

Inside the CPU chip.

23
Q

What is the size and speed of level 1 cache?

A

Smallest and fastest.

24
Q

What is the size and speed of level 2 cache?

A

Large and holds lots of data. It is slightly slower than level 1 cache.

25
Q

What is the size and speed of level 3 cache?

A

It is the biggest size of cache and it holds the most amount of data. Even though it is the slowest level of cache, it is still faster than the main RAM.

26
Q

The Von Neumann architecture is also known as the……

A

software program computer.

27
Q

What is the clock?

A

It is a microchip regulates the timing and speed of all computer operations, as well as determining the speed of the of the CPU.