CPU Flashcards

1
Q

What is clock speed

A

The speed at which a processor is quoted as the clock speed, and measured in hertz. How fast the CPU can retrieve and interpret instructions

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

What is hertz

A

Hertz is the name for the number of cycles per second, or the rate at which electrical current changes in the actual circuits.

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

What is overclocking

A

Increasing the clock speed of a CPU. if the clock is faster then the CPU can perform more calculations and perform faster

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

What are cores

A

individual processing units within the computer’s CPU. Each core can process one operation per clock cycle. A duel core or a quad-core processor will be able to perform 2 or 4 operations simultaneously

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

Advantages of multiple cores

A

A dual-core CPU has two central processing units, so it appears to the operating system as two CPUs. This means parallel processing can take place, with two or four instructions being executed simultaneously

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

What is cache memory

A

Cache is a small amount of memory which is part of the CPU. When an instruction or data is fetched from RAM it is copied into the cache so if it is needed again soon after, it can be fetched from the cache instead of RAM

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

Levels of cache memory

A

L1is usually part of the CPU chip itself and is both the smallest and the fastest to access. Its size is often restricted to between 2KBand 64 KB. L2andL3caches are bigger thanL1. They are extra caches built between the CPU and the RAM. L2 is built into the CPU with L1. L2 and L3 caches take slightly longer to access than L1. The more L2 and L3 memory available, the faster a computer can run.

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

What is the difference between parallel processing and multi tasking?

A

Parallel processing is when a multi core CPU will process multiple instructions from a single program, at the same time. Some programs, however, are not written to allow more than one instruction to be processed at the same time. Multitasking is where multiple cores can process different program’s instructions at the same time.

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

What does CU do

A

it manages and monitors hardware on the computer to ensure the correct data goes to the correct hardware.

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

Cache (Immediate Access Store)

A

This part stores the data which is immediately processed

The CPU takes a chuck of instructions from RAM and keeps it close so that it has a constant supply of data to process

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

ALU

A

Performs arithmetic and logical calculations

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

Clock

A

an internal clock that is used to regulate the number of cycles carried out per second, and synchronize the other components. It manages cycle per second

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

Registers

A

These are very small, very fast memory locations located inside the CPU

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

MAR

A

Stores memory adresses used when searching for data in RAM

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

MDR (Memory Data Register)

A

Stores the data when fetched from memory

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

CIR

A

Holds the binary representation of the instruction to be executed.

17
Q

PC

A

This register counts up as each instruction is executed, keeping track of how many instructions are in a program.

18
Q

Acc

A

Stores important data being used in calculations.

19
Q

Buses

A

A bus is a set of parallel wires that transport data between the components inside the processor and memory

20
Q

Adress bus

A

Carries memory addresses from the processor to other components such as primary storage and input/output devices. The address bus only sends data in one direction - from the CPU toRAM

21
Q

Data bus

A

carries actual data thatis being processed

22
Q

Serial Transmission

A

Serial transmission occurs between two computers, or from a computer to an external device located far away. Bits are sent sequentially (one after the other) down the same wire (channel).

23
Q

Parallel Transmission

A

Parallel transmission can take place within acomputer system, through a computer bus, or to an external device located nearby. Multiple bits are sent simultaneously down different wires (channels) within the same cable.