Chapter 3 CPUs Flashcards
The ________________, also called the microprocessor, is a single silicon-based electronic chip that makes your computer…well, a computer.
central processing unit (CPU),
Which of the following is the ‘grandaddy’ of all CPUs?
a. Intel 8088
b. Intel 8089
c. Intel 9088
d. Intel 9089
a. Intel 8088, invented in the late 1970s
EDB stand for?
external data bus (EDB)
What are the four most common registers?
the general-purpose registers. Intel named them AX, BX, CX, and DX.
What do registers provide for the CPU?
A. Registers determine the clock speed.
B.The CPU uses registers for temporary storage of internal commands and data.
C. Registers enable the CPU to address RAM.
D.Registers enable the CPU to control the address bus.
B. The CPU uses registers for temporary storage of internal commands and data.
What function does the external data bus have in the PC?
A.The external data bus determines the clock speed for the CPU.
B.The CPU uses the external data bus to address RAM.
C.The external data bus provides a channel for the flow of data and commands between the CPU and RAM. D.The CPU uses the external data bus to access registers.
C. The external data bus provides a channel for the flow of data and commands between the CPU and RAM.
What is the function of the address bus in the PC?
A.The address bus enables the CPU to communicate with the memory controller chip.
B.The address bus enables the memory controller chip to communicate with the RAM.
C.The address bus provides a channel for the flow of data and commands between the CPU and RAM.
D.The address bus enables the CPU to access registers.
A. The address bus enables the CPU to communicate with the memory controller chip.
Which of the following terms are measures of CPU speed?
A. Megahertz and gigahertz
B. Megabytes and gigabytes
C. Megahertz and gigabytes
D. Frontside bus, backside bus
A. The terms megahertz (MHz) and gigahertz (GHz) describe how many million or billion (respectively) cycles per second a CPU can run.
Which CPU feature enables the microprocessor to support running multiple operating systems at the same time?
A. Clock multiplying
B. Caching
C. Pipelining
D. Virtualization support
D. Intel and AMD CPUs come with virtualization support, enabling more efficient implementation of virtual machines.
Into which socket could you place an Intel Core i5?
A. Socket LGA 2011
B. Socket LGA 1151
C. Socket C
D. Socket AM3+
B. You’ll find Core i5 processors in several socket types, notably LGA 1150 and LGA 1151.
Which feature enables a single-core CPU to function like two CPUs?
A. Hyper-Threading
B. SpeedStep
C. Virtualization
D. x64
A. Intel loves its Hyper-Threading, where a single-core CPU can function like a dual-core CPU as long as it has operating system support.
What steps do you need to take to install a Core i3 CPU into an FM2+ motherboard?
A.Lift the ZIF socket arm; place the CPU according to the orientation markings; snap on the heat-sink and fan assembly.
B.Lift the ZIF socket arm; place the CPU according to the orientation markings; add a dash of thermal paste; snap on the heat-sink and fan assembly.
C.Lift the ZIF socket arm; place the CPU according to the orientation markings; snap on the heat-sink and fan assembly; plug in the fan.
D.Take all of the steps you want to take because it’s not going to work.
D. Intel and AMD processors are not compatible at all.
A client calls to complain that his computer starts up, but crashes when Windows starts to load. After a brief set of questions, you find out that his nephew upgraded his RAM for him over the weekend and couldn’t get the computer to work right afterward. What could be the problem?
A. Thermal paste degradation
B. Disconnected CPU fan
C. Bad CPU cache
D.There’s nothing wrong. It usually takes a couple of days for RAM to acclimate to the new system.
B. Most likely, the nephew disconnected the CPU fan to get at the RAM slots and simply forgot to plug it back in.
Darren has installed a new CPU in a client’s computer, but nothing happens when he pushes the power button on the case. The LED on the motherboard is lit up, so he knows the system has power. What could the problem be?
A. He forgot to disconnect the CPU fan.
B.He forgot to apply thermal paste between the CPU and the heat-sink and fan assembly.
C.He used an AMD CPU in an Intel motherboard.
D.He used an Intel CPU in an AMD motherboard.
B. The best answer here is that he forgot the thermal paste, though you can also make an argument for a disconnected fan.
1 megahertz (1 MHz)= _____________?
a. 1 cycle per second
b. 2 cycle per second
c. 1 million cycles per second
d. 2 million cycles per second
c. 1 million cycles per second
1 megahertz (1 MHz) = 1 million cycles per second
The bell on a real CPU is a special wire called the ___________?
a. Wire Clock
b. Clock Wire
c. Special Wire
d. Clock Special
b. Clock Wire (most diagrams label the clock wire CLK).
The maximum number of clock cycles that a CPU can handle in a given period of time is referred to as its ____________?
a. Clock cycle
b. Clock Speed
c. Cycle Speed
d. CPU Clock
b. Clock Speed
The clock speed is the fastest speed at which a CPU can operate, determined by the CPU manufacturer.
A single charge to the CLK wire is called a_________________?
a. Clock cycle
b. Clock Wire
c. Cycle Clock
d. CPU Clock
a. Clock cycle.
For the CPU to process a command placed on the EDB, a certain minimum voltage must be applied to the CLK wire. A single charge to the CLK wire is called a clock cycle. Actually, the CPU requires at least two clock cycles to act on a command, and usually more. In fact, a CPU may require hundreds of clock cycles to process some commands.
High-end CPUs today run at speeds in excess of 5 GHz (5 billion cycles per second).
1 hertz (1 Hz)= _____________?
a. 1 cycle per second
b. 2 cycle per second
c. 1 million cycles per second
d. 2 million cycles per second
a. 1 cycle per second
1 hertz (1 Hz) = 1 cycle per second
1 gigahertz (1 GHz) = __________________?
a. 1 million cycles per second
b. 2 million cycles per second
c. 1 billion cycles per second
d. 2 billion cycles per second
c. 1 billion cycles per second
1 gigahertz (1 GHz) = 1 billion cycles per second
A CPU’s clock speed is its _____________ speed, not the speed at which it must ____________.
a. A CPU’s clock speed is its maximum run, not the speed at which it must speed.
b. A CPU’s clock speed is its maximum speed, not the speed at which it must run.
c. A CPU’s clock speed is its minimum speed, not the speed at which it must run.
d. A CPU’s clock speed is its maximum cycles, not the speed at which it must run.
b. A CPU’s clock speed is its maximum speed, not the speed at which it must run.
A CPU can run at any speed, as long as that speed does not exceed its clock speed.
The ___________ determines the speed at which a CPU and the rest of the PC operate.
a. System Clock
b. System Speed
c. System Crystal
d. System Oscillator
c. System Crystal
The system crystal is usually a quartz oscillator, very similar to the one in a wristwatch, soldered to the motherboard.
Which is a series of commands sent to a CPU in a specific order for the CPU to perform work?
a. Codebook
b. Orders
c. Program
d. EDB
c. Program
Devices that in any way hold ones and zeros that the CPU accesses are known generically as _____________.
a. Register
b. EDB
c. Program
D. Memory
D. Memory
Computers need some other device that takes copies of programs from the hard drive and then sends them, one line at a time, to the CPU quickly enough to keep up with its demands. Because each line of code is nothing more than a pattern of eight ones and zeros, any device that can store ones and zeros eight-across will do.
What RAM stand for?
a. Random Agro Matter
b. Random Accessible Memory
c. Random Access Memory
d. Random Access Mode
c. Random Access Memory
The CPU needs to be able to read and write to this storage medium. Additionally, this system must enable the CPU to jump to any line of stored code as easily as to any other line of code.
Which one below is not true:
Any individual 1 or 0 = a bit
4 bits = a nibble
8 bits = a byte
16 bits = a doodle
32 bits = a double word
64 bits = a paragraph or quad word
16 bits = a doodle
*Any individual 1 or 0 = a bit
* 4 bits = a nibble
* 8 bits = a byte
* 16 bits = a word
* 32 bits = a double word
*64 bits = a paragraph or quad word
Computers use _________________ for the main system memory.
a. Duo RAM
b. Duality RAM
c. Dynamic RAM
d. Drastic RAM
c. Dynamic RAM
DRAM needs both a constant electrical charge and a periodic refresh of the circuits; otherwise, it loses data—that’s what makes it dynamic rather than static in content.