CPU Core Components Flashcards

1
Q

What is the purpose of the EDB?

A

The External Data Bus transfers data from/to the CPU

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

A register in the computer performs what function?

A

Stores internal commands and data

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

What are registers AX, BX, CX, and DX?

A

They are general purpose registers generated for the first 8088 computer. With 32 bit processors, they are called EAX, EBX, ECX, and EDX for exteneded general register. In 64 bit processors they are called RAX, RBX, RCX, and RDX.

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

A charge on the _____ wire tells the CPU that another[oece pf omfpr,atopm os waotomg tp be processed.

A

CLK

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

A single charge to the CLK wire is called a _________

A

clock cycle

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

A CPU requires a minimum of how many clock cycles to act on a command?

A

two

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

Define clock speed.

A

The maximum number of clock cycles that a CPU can handle in a given period of time, and is the fastest speed at which a CPU can operate.

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

The CPU must run at its clock speed. True or False

A

False. A CPU can run at any speed as long as it does not exceed its clock speed.

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

What is the purpose of the system crystal?

A

It determines the speed at which a CPU and the rest of the PC operates. It is a quartz crystal soldered to the motherboard.

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

How does the system crystal create the clock?

A

The pulse from the crystal is fed to the clock chip which multiplies the pulse to the CPU based on what the CPU needs.

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

What is overclocking and what is it’s affect on the CPU?

A

Overclocking is telling the clock chip to multiply the pulse faster than the CPU’s designed speed. This can cause overheating and stop working.

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

Why can’t a programmer send the program directly from the hard drive to the CPU?

A

The hard drive is too slow and cannot feed information to the CPU fast enough.

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

What is the basic function of memory?

A

Holds lines of code and data and feeds them to the CPU.

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

RAM allows what function in the pc?

A

Allows the CPU to jump to any line of stored code as easily as to any other line of code at or near the clock speed of the CPU

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

Any individual 1 or 0 is called? 4 bits? 8 bits? 16 bits? 32 bits? 64 bits?

A

a bit; nibble; byte; a word; a double word; a paragraph or a quad word.

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

What is DRAM? What is it used for?

A

DRAM is dynamic random access memory. It is used for system memory. It requires a constant charge and a periodic refresh of the circuits to keep from losing data.

17
Q

The memory controller chip (MCC) does what in the computer?

A

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.