Chapter 3 CPUs Flashcards

1
Q

The ________________, also called the microprocessor, is a single silicon-based electronic chip that makes your computer…well, a computer.

A

central processing unit (CPU),

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

Which of the following is the ‘grandaddy’ of all CPUs?
a. Intel 8088
b. Intel 8089
c. Intel 9088
d. Intel 9089

A

a. Intel 8088, invented in the late 1970s

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

EDB stand for?

A

external data bus (EDB)

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

What are the four most common registers?

A

the general-purpose registers. Intel named them AX, BX, CX, and DX.

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

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.

A

B. The CPU uses registers for temporary storage of internal commands and data.

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

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.

A

C. The external data bus provides a channel for the flow of data and commands between the CPU and RAM.

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

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

A. The address bus enables the CPU to communicate with the memory controller chip.

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

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

A. The terms megahertz (MHz) and gigahertz (GHz) describe how many million or billion (respectively) cycles per second a CPU can run.

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

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

A

D. Intel and AMD CPUs come with virtualization support, enabling more efficient implementation of virtual machines.

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

Into which socket could you place an Intel Core i5?
A. Socket LGA 2011
B. Socket LGA 1151
C. Socket C
D. Socket AM3+

A

B. You’ll find Core i5 processors in several socket types, notably LGA 1150 and LGA 1151.

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

Which feature enables a single-core CPU to function like two CPUs?
A. Hyper-Threading
B. SpeedStep
C. Virtualization
D. x64

A

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.

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

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.

A

D. Intel and AMD processors are not compatible at all.

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

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.

A

B. Most likely, the nephew disconnected the CPU fan to get at the RAM slots and simply forgot to plug it back in.

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

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.

A

B. The best answer here is that he forgot the thermal paste, though you can also make an argument for a disconnected fan.

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

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

A

c. 1 million cycles per second

1 megahertz (1 MHz) = 1 million cycles per second

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

The bell on a real CPU is a special wire called the ___________?
a. Wire Clock
b. Clock Wire
c. Special Wire
d. Clock Special

A

b. Clock Wire (most diagrams label the clock wire CLK).

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

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

A

b. Clock Speed

The clock speed is the fastest speed at which a CPU can operate, determined by the CPU manufacturer.

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

A single charge to the CLK wire is called a_________________?
a. Clock cycle
b. Clock Wire
c. Cycle Clock
d. CPU Clock

A

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.

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

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

a. 1 cycle per second

1 hertz (1 Hz) = 1 cycle per second

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

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

A

c. 1 billion cycles per second

1 gigahertz (1 GHz) = 1 billion cycles per second

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

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.

A

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.

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

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

A

c. System Crystal

The system crystal is usually a quartz oscillator, very similar to the one in a wristwatch, soldered to the motherboard.

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

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

A

c. Program

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

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

A

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.

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

What RAM stand for?
a. Random Agro Matter
b. Random Accessible Memory
c. Random Access Memory
d. Random Access Mode

A

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.

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

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

A

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

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

Computers use _________________ for the main system memory.
a. Duo RAM
b. Duality RAM
c. Dynamic RAM
d. Drastic RAM

A

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.

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

MCC stand for?
a. Memory command chip
b. Memory controller chip
c. Memory controlled chip
d. Memory circuitry chip

A

b. Memory controller chip

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. This in turn enables the CPU to act on that code

24
Q

Once the MCC is in place to grab any discrete byte of RAM, the CPU needs to be able to tell the MCC which line of code it needs. The CPU therefore gains a second set of wires, called the ____________?
a. Address RAM
b. Placement bus
c. Address Bus
d. Placement RAM

A

c. Address Bus

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.

25
Q

ALU stand for?
a. arithmetic logic unit
b. arithmetic logical unit
c. arithmetic legal unit
d. arithmetic line unit

A

a. arithmetic logic unit

26
Q

AMD stand for?
a. Advanced Macro Devices
b. Advanced Micro Devices
c. Advanced Motorola Devices
d. Advanced ARM devices

A

b. Advanced Micro Devices

27
Q

TDP stand for?
a. Thermal design power
b. Thermo design power
c. Thermal dip power
d. Thermal dipped power

A

a. Thermal design power

The industry describes how much heat a busy CPU generates with a figure (measured in watts) called its thermal design power (TDP). The TDP can give you a rough idea of how much energy a CPU draws and what kind of cooling it will need. It can also help you select more efficient CPUs.

28
Q

Today’s CPUs report to the motherboard through a function called _____________, and the speed and multiplier are set automatically.
a. CPUID (CPU identifier)
b. CPU DIP
c. DIP CPU
d. DIPC

A

a. CPUID (CPU identifier)

29
Q

The primary benefit of 64-bit computing is to support more than _______ of memory, the limit with 32-bit processing.
a. 4 GB
b. 6 GB
c. 8 GB
d. 16 GB

A

EXAM TIP:The primary benefit of 64-bit computing is to support more than 4 GB of memory, the limit with 32-bit processing.

30
Q

Intel and AMD have built in support for running more than one operating system at a time, a process called ____________?
a. Standpoint
b. Virtuality technology
c. Virtualization
d. Parallel execution

A

c. Virtualization

31
Q

The CompTIA A+ 1001 objectives refer to virtualization support as the ________________ CPU feature.
a. virtual technology
b. Virtualization
c. Parallel execution
d. Standpoint

A

a. virtual technology

32
Q

Modern CPUs can process multiple commands and parts of commands in parallel, known as ___________________?
a. virtual technology
b. Virtualization
c. Parallel execution
d. Standpoint

A

c. Parallel execution

The CPUs accomplish this parallelism through multiple pipelines, dedicated cache, and the capability to work with multiple threads or programs at one time.

33
Q

Pipelining:To get a command from the data bus, do the calculation, and then send the answer back out onto the data bus, a CPU takes at least four steps (each of these steps is called a stage):
a. Write, Execute, Decode, Fetch
b. Fetch, Write, Decode, Execute
c. Decode, Fetch, Write, Execute
d. Fetch, Decode, Execute, Write

A

d. Fetch, Decode, Execute, Write

  1. Fetch - Get the data from the EDB.
  2. Decode - Figure out what type of command needs to be executed.
  3. Execute - Perform the calculation.
  4. Write - Send the data back onto the EDB.
34
Q

Pipelining CPUs work fantastically well as long as the pipelines stay filled with instructions. Because the CPU runs faster than the RAM can supply it with code, you’ll always get pipeline stalls—called ________________ because the RAM can’t keep up with the CPU.
a. Stall state
b. Wait states
c. Statis states
d. Cache states

A

b. Wait states

35
Q

To reduce wait states, CPUs come with built-in, very high-speed RAM called _________________?
a. Static RAM (SRAM)
b. Dual RAM (DRAM)
c. Copy RAM (CRAM)
d. Single RAM (SNRAM)

Meyers, Mike. CompTIA A+ Certification All-in-One Exam Guide, Tenth Edition (Exams 220-1001 & 220-1002) (p. 107). McGraw Hill LLC. Kindle Edition.

A

a. Static RAM (SRAM)

This SRAM preloads as many instructions as possible and keeps copies of already run instructions and data in case the CPU needs to work on them again.

36
Q

Typically, the CompTIA A+ exams expect you to know that ___ cache will be the smallest and fastest cache; ____ will be bigger and slower than L1; and ____ will be the biggest and slowest cache.
a. L1, L2, L3
b. L3, L2, L1
c. L2, L1, L3
d. L1, L3, L2

A

a. L1, L2, L3

EXAM TIP:Typically, the CompTIA A+ exams expect you to know that L1 cache will be the smallest and fastest cache; L2 will be bigger and slower than L1; and L3 will be the biggest and slowest cache. (This is not completely true anymore, with L1 and L2 running the same speed in many CPUs, but it is how it will appear on the exams.)

37
Q

________________ enabled the Pentium 4 to run multiple threads at the same time, what’s generically called simultaneous multithreading, effectively turning the CPU into two CPUs on one chip—with a catch.
a. Multithreading
b. Hyper-Threading
c. Super Threading
d. Loop Threadin

A

b. Hyper-Threading

38
Q

_________ enhances a CPU’s efficiency but with a couple of limitations. First, the operating system and the application must be designed to take advantage of the feature. Second, although the CPU simulates the actions of a second processor, it doesn’t double the processing power because the main execution resources are not duplicated.
a. Multithreading
b. Hyper-Threading
c. Super Threading
d. Loop Threading

A

a. Multithreading

39
Q

CPU manufacturers engineered the cores in multicore CPUs to divide up work independently of the OS, known as ___________________
a. Multithreading
b. multicore processing
c. Modified processing
d. Turbo boost

A

b. multicore processing

This differs from Hyper-Threading, where the OS and applications must be written specifically to handle the multiple threads. Note that even with multicore processors, applications must be modified or optimized for this parallelism to have a huge impact on performance.

40
Q

What does IMC stand for?
a. integrated memory controller
b. integrated micro controller
c. integrated macro controller
d. integrated mini controller

A

a. integrated memory controller

All current microprocessors have an integrated memory controller (IMC), moved from the motherboard chip into the CPU to optimize the flow of information into and out from the CPU. IMC enables faster control over things like the large L3 cache shared among multiple cores.

41
Q

The generic term for the video processor is a ________________?
a. graphics processing unit (GPU)
b. Memory Card
c. RAM
d. DRAM

A

a. graphics processing unit (GPU)

CPU. Integrating a GPU into the CPU enhances the overall performance of the computer while at the same time reducing energy use, size, and cost.

42
Q

What does DEP stands for?
a. Deep Execution Prevention
b. Data Execution Property
c. Deep Execution Program
d. Data Execution Prevention

A

d. Data Execution Prevention

All modern processors employ the NX bit technology that enables the CPU to protect certain sections of memory. This feature, coupled with implementation by the operating system, stops malicious attacks from getting to essential operating system files. Microsoft calls the feature Data Execution Prevention (DEP), turned on by default in every OS

43
Q

Intel processor numbers follow a very clear pattern. An Intel Core i7 7500 U processor, for example, maps out like this:
* Intel Core = brand
* i7 = brand modifier
* 7 = generation
* 500 = SKU numbers
*U = ???

a. U = alpha suffix (U indicates that it’s a desktop processor using ultra-low power)
b. U = beta Suffix (U indicates that it’s a desktop processor using ultra-low power)
c. U = delta Suffix (U indicates that it’s a desktop processor using ultra-low power)
d. U = Sigma Suffix (U indicates that it’s a desktop processor using ultra-low power)

A

a. U = alpha suffix (U indicates that it’s a desktop processor using ultra-low power)

44
Q

AMD processor nomenclature is similar. Here’s the breakdown for an AMD Ryzen 7 2700X:
* AMD Ryzen = brand
* 7 = market segment
* 2 = ??????
* 7 = performance level
* 00 = model number
* X = power (X indicates high-performance)

a. generation
b. model generation
c. make
d. processor power

A

a. generation

45
Q

Intel CPUs use a ________________ (LGA) package for socketed CPUs, where the underside of the CPU has hundreds of contact points that line up with the socket pins.
a. Land grey array
b. Land grid array
c. Low grid array
d. Low grey array

A

b. Land grid array

46
Q

AMD CPUs have the pins; the sockets have holes. The pins on the AMD ____________ (PGA) CPUs align with the holes in the sockets.
a. pin grid array
b. pen grid array
c. power grid array
d. power grey array

A

a. pin grid array

47
Q

What does ZIF stands for in terms of sockets (PC installation)?
a. zero insertion force
b. zero inert force
c. zero identity force
d. zero indicator force

A

a. zero insertion force

Align the processor with the socket and gently drop the processor into place. If it doesn’t go in easily, check the orientation and try again. These sockets are generically called zero insertion force (ZIF) sockets, which means you never have to use any force at all.

48
Q

CPUs work very hard and thus require power to function. In electrical terms, CPUs consume_______________, a unit of electrical power.
a. Voltage
b. Wattage or watts
c. Voltz
d. Amps

A

b. Wattage or watts

49
Q

A heat sink by itself (no fan) on a chip provides _________ cooling.
a. active
b. non-active
c. passive
d. non-passive

A

c. passive

50
Q

A heat sink and fan combination provides _________cooling.
a. active
b. non-active
c. passive
d. non-passive

A

a. active

You’ll sometimes hear the latter described as an active heat sink.

51
Q

A ________ is a copper or other metal device designed to dissipate heat from whatever it touches.
a. heat sink
b. power supply
c. copper wires
d. thermal paste

A

a. heat sink

52
Q

OEM stands for?
a. original equipment manufacturer
b. original echo manufacturer
c. original equipment manual
d. original extreme manufacturer

A

a. original equipment manufacturer

OEM CPU coolersOriginal equipment manufacturer (OEM) heat-sink and fan assemblies are included with most Intel and AMD retail-boxed CPUs. OEM in this case means that Intel makes the heat-sink/fan assemblies.

53
Q

______________ works by running some liquid—usually water—through a metal block that sits on top of your CPU, absorbing heat.
a. water cooling
b. plasma cooling
c. ice cooling
d. liquid cooling

A

d. liquid cooling

The liquid gets heated by the block, runs out of the block and into something that cools the liquid, and is then pumped through the block again.

54
Q

In some instances, you can create a system that has no fan for the CPU, what’s called ____________. Aside from mobile devices (like an Apple iPad) that have no fans, the term can be very misleading.
a. fanless cooling
b. liquid cooling
c. static cooling
d. passive cooling

A

a. fanless cooling

EXAM TIP:In some instances, you can create a system that has no fan for the CPU, what’s called fanless cooling. Aside from mobile devices (like an Apple iPad) that have no fans, the term can be very misleading. The Xeon CPUs powering the servers in my office, for example, only have heat sinks with no fans. On the other hand, they have ducts directly to the case fans, which serve the same function as an active CPU fan.

55
Q

Before inserting the heat sink, you need to add a small amount of ____________
a. Glue and paste
b. Thermal paste
c. Liquid cooling
d. Aluminum

A

b. Thermal paste
(also called thermal compound, heat dope, or nasty silver goo).

56
Q

_________ might make your system unstable and prone to system lockups, reboots, and unexpected shutdowns.
a. Overclocking
b. Passive Heat
c. Overclacking
d. Extreme Tuning

A

a. Overclocking

Overclocking has been known to destroy CPUs. Overclocking might make your system unstable and prone to system lockups, reboots, and unexpected shutdowns.

57
Q

Most motherboards have a jumper setting or a button called _________________ that makes the CMOS go back to default settings.
a. DMOS clear or CLRTC
b. PMOS clear or PLRTC
c. CMOS clear or CLRTC
d. SMOS clear or SLRTC

A

c. CMOS clear or CLRTC

Before you try overclocking on a modern system, find the CMOS-clear jumper or button and make sure you know how to use it! Hint: Look in the motherboard manual.

To clear the CMOS, turn off the PC. Then locate one of those tiny little plastic pieces (officially called a shunt) and place it over the two jumper wires for a moment. Next, restart the PC and immediately go into CMOS and restore the settings you need.

58
Q

Which is the most common CPU issue?
a. Overclocking
b. Overheating
c. Catastrophic failures
d. Accidents

A

b. Overheating

Troubleshooting CPU issues falls into two categories: overheating and catastrophic failures, with overheating being far more common than the latter.

59
Q

T or F: Too much thermal paste can impede the flow of heat from the CPU to the heat sink and cause the CPU to heat up rapidly.

A

True

60
Q

T or F: All modern CPUs have built-in fail-safes that tell them to shut down before getting damaged by heat.

A

True

61
Q

T or F: Not enough thermal paste or thermal paste spread unevenly can cause the CPU to heat up and consequently shut itself down.

A

True

62
Q

T or F: Failure to connect the fan power to the motherboard can cause the CPU to heat up and shut itself down.

A

True

63
Q

T or F: If the intake vent is clogged or the exhaust fans stop working or are blocked somehow, the inside of the case can heat up and overwhelm the CPU cooling devices.

A

True