CPU and Computer System Flashcards

1
Q

Von Neumann’s Architecture

A

A computer architecture that consists of an input device, the CPU(Arithmetic/Logic Unit and Control Unit), a memory unit and an output device

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

CPU

A

Central Processing Unit

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

Four main components of CPU

A

Arithmetic Unit
Control Unit
Clock
Bus

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

Arithmetic/Logic Unit

A

A circuit designed to carry out arithmetic and logic operations, e.g. multiplication, division, addition, subtraction

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

RAM

A

Random Access Memory

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

ROM

A

Read Only Memory

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

Bus

A

Program instructions and data move between the main memory and processor using internal connections.

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

Address bus

A

Sends information about the destination of the data by sending and address for the memory. This bus only sends data in one direction, from the CPU to the RAM.

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

Data bus

A

Sends data to the memory or receives data from the memory. This data can flow both ways along the data bus.

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

Fetch execute cycle

A

Fetch
Decode
Execute

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

Fetch

A

The next instruction is fetched to the CPU from the main memory.

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

Decode

A

The instruction is decoded to work out what it is.

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

Execute

A

The instruction is executed/carried out and sent back to the CPU.

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

Factors affecting processor speed

A

Clock speed
Number of processor cores
Cache size
Cache type

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

Clock speed

A

The operating speed of a computer or microprocessor, measured in cycles per second.

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

Cache

A

The cache is a small amount of memory which is part of the CPU. It is used to temporarily hold instructions and data that the CPU is likely to reuse.

17
Q

Processor cores

A

A core contains the Arithmetic/Logic unit, Control unit and registers. CPUs with multiple cores can run faster and are more efficient and can run multiple programs at a time.