Mike Meyers (CPUs) Flashcards

1
Q

External Data Bus (EDB)

A

gives you a way to communicate with the man in the box (Artihmetic Logic Unit), so you can give him work to do.

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

Registers

A

Small, high-speed storage locations that temporarily hold data and instructions.

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

General-Purpose Registers

A

AX, BX, CX, DX ( the four most common registers)

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

Clock wire

A

The “bell” on a real CPU.

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

Clock Cycle

A

A single charge to the CLK (clock) wire.

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

How many clock cycles does a CPU needs?

A

It needs more than one clock cycle to get a result.

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

Clock Speed

A

the fastest speed that a CPU can operate, determined by the CPU manufacturer. (is its max speed)

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

1 Hertz (1Hz) =
1 Megabhertz (1MHz) =
1 Gigahertz (1GHz) =

A

1 cycle per second
1 Million cycles per second
1 billion cycles per second

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

System Crystal (Quartz Oscillator)

A

It determines the speed at which a CPU and the rest of the PC operate. it sends an electric pulse at a certain speed, many millions of times per second maintaining the time and speed synchronization. It’s like a metronome for the CPU. It sets the beat for the CPU’s activities.

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

Program

A

A set (series) of commands sent to a CPU in a specific order for the CPU to perform work.

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

Memory

A

Devices that in any way hold ones and zeros that the CPU accesses

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

RAM

A

stores programs and data that the CPU actively uses and is arranged in byte-sized rows.

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

Memory Controller Chip

A

A chip between the CPU and RAM to make the connection. The MCC contains special circuitry so it can grab the contents of any line of RAM and place that data or command on the EDB.

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

Address Bus

A

A second set of wires leading from the CPU to the memory controller chip (traditionally the Northbridge) that enables the CPU to address RAM

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

By turning the address bus wires on and off……..

A

By turning the address bus wires on and off in different patterns, the CPU tells the MCC which line of RAM it wants at any given moment.

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

every different pattern of ones and zeros on the 20 wires of the address bus and the MCC points to….

A

to one byte pf RAM

17
Q

CPUsProgrammer

A

a person who can use machine language (code book) to talk to a CPU to get work done.