CPU Flashcards

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

What is a CPU?

A

Central Processing Unit

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

What is the purpose of a CPU?

A

Process data and instructions

To control the rest of the computer system

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

What is the process of a CPU?

A

Receives instructions from an input.
Processed by the CPU.
Results are sent to an output or transferred to a secondary storage.
Data is held in primary storage while it is being processed.

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

Input and output examples

A

Input- Keyboard, mouse, camera
Output- Monitor, printer, speaker

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

Common CPU parts

A

Control unit.
Arithmetic logic unit.
Registers.
Cache.
Buses.
Clock.

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

What are the key elements of a Von Neumann architecture?

A

Data and instructions are both stored as binary digits.

Data and instructions are both stored in primary storage.

Instructions are fetched from memory one at a time and in order (serially).

The processor decides and executes an instruction, before cycling around to fetch the next instruction.

The cycle continues until no more instructions are available.

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

What are the seven stages of fetch-decode-execute cycle?

A

The memory address held in the program counter is copied into the memory address register.

The address in the program counter is incremented by one. The program counter now holds the address of the next instruction to be fetched.

The processor sends a signal along the address bus to the memory address held in the memory address register.

The instruction or data held in that memory address is sent along the data bus to the memory data register.

The instruction or data held in the memory address register is copied into the current instruction register.

The instruction or data held in the current instruction register is decoded and then executed. Results of processing are stored in the accumulator.

The cycle returns to step one.

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

What affects the performance of a CPU?

A

Clock speed.
Cache size.
Number of cores.

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

What is clock speed?

A

Number of pulses the central processing units clock generates per second. Hz.

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

What is Cache?

A

Small amount of high speed random access memory built directly within the processor.

Is is used to temporarily hold data and instructions that the processor is likely to reuse.

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

What is a core?

A

A processing unit within a CPU is known as a core.

Each core is capable of fetching,decoding and executing its own instructions.

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

What are the four types of primary storage?

A

Read only memory (ROM)

Random access memory (RAM)

Flash memory

Cache memory

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

What is volatile?
Example

A

Volatile memory loses its contents when power is lost.

RAM

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

What is non-volatile?
Example

A

Keeps its contents even when the computer is switched off.

ROM

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

What is a graphics processing unit?

A

Microprocessor that performs calculations to produce high-quality graphic images on a screen.

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