CPUs Flashcards

1
Q

What is the External Data Bus?

A

Mechanism responsible for transmitting information between the CPU, memory, and other devices.

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

What is an important factor that allows the EDB to communicate?

A

That there is an agreed upon definition for what the various information it is sending/receiving is.

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

What is a Register?

A

They store internal commands and data within the CPU. They are like workstations within the CPU.

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

What are the four most common general-purpose registers?

A

AX, BX, CX, and DX.

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

What is Machine Language?

A

The agreed upon meaning of what a given string of binary means. They are also referred to as lines of code and make up the CPU’s instruction set.

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

What is the purpose of the Clock in a CPU?

A

It controls the tempo (speed) at which the CPU processes.

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

What is the Clock Wire?

A

A wire that receives a charge and tells the CPU that another piece of information is waiting to be processed.

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

What is the Clock Wire referred to on diagrams?

A

CLK

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

What is a Clock Cycle?

A

A single charge to the Clock Wire.

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

What is Clock Speed?

A

The maximum number of lock cycles that a CPU can handle in a given period of time.

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

What is the System Crystal?

A

Usually a quartz oscillator that determines the speed at which a CPU and the rest of the PC operate. It is usually soldered onto the motherboard.

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

What is Memory?

A

A device that stores binary 1s and 0s.

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

What must Memory be able to do?

A
  • Store programs and data
  • Allow for the CPU to read and write on it
  • Enable the CPU to jump to any line of stored code easily
  • Be able to do all the above at, or near, clock speed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When talking about Memory, we are most often talking about?

A

RAM (Random Access Memory)

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

RAM transfers and stores data to and from the CPU in what?

A

Byte sized chunks, where 8 bits are equal to 1 byte.

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

What is another name for 4 bits?

A

A nibble.

17
Q

What is another name for 8 bits?

A

A Byte.

18
Q

What is another name for 16 bits?

A

A word.

19
Q

What is another name for 32 bits?

A

A double word.

20
Q

What is another name for 64 bits?

A

A paragraph or quad word.

21
Q

What is DRAM?

A

Dynamic RAM. It is used for main system memory, needs both a constant electrical charge and a periodic refresh of the circuits.

22
Q

What is the MCC?

A

The Memory Controller Chip allows for the CPU to request a certain set of data from the RAM at any given time.

23
Q

What is the Address Bus?

A

The set of wires that live between the CPU and the MCC.

24
Q

How are the wires of the Address Bus leveraged to send commands to the MCC?

A

The various wires are turned off and on in different combinations.

25
Q

How is the maximum amount of RAM that a CPU can handle calculated?

A

Number of wires in the Address Bus x Number of wires in the Address Bus

26
Q

Although Bytes go up in the general kilo, mega, giga style, they technically have their own unit of measurement call the?

A

Kibibyte, mebibyte, gibibyte, tebibyte, etc.

27
Q
A