Chapter 2 Motherboards - Complete COMPTIA A+ Guide to PC's 6th edition Cheryl A. Schmidt Flashcards
What are the Chapter 2 objectives?
- To recognize and identify important motherboard parts
- To explain the basics of how a processor works
- What issues to consider when upgrading or replacing the motherboard or processor
- How to add cards to computers and mobile devices
- The difference between PCI, PCI-X, AGP, and PCIe adapters and slots
- About motherboard technologies like Hyper-Threading, and multi-core
What is a processor, CPU (central processing
unit) or microprocessor?
A special motherboard chip hat determines,
to a great extent, the power of the computer.
What does a CPU do?
The processor executes instructions, performs calculations, and coordinates input/output operations.
Who are The major processor manufacturers
today?
Intel, Motorola, VIA, and AMD (Advanced Micro Devices, Inc.). The processors designed
by Motorola have been used in Apple computers for years.
Binary prefixes for storage terms
Kilobyte kB ~1 thousand bytes
Megabyte MB/MiB ~1 million bytes
Gigabyte GB ~1 billion bytes
Terabyte TB ~1 trillion bytes
Petabyte PB ~1,000 trillion bytes
Exabyte EB ~1 quintillion bytes
Zetabyte ZB ~1,000 exabytes
Yottabyte YB ~1 million exabytes
What is a processors “register size
(word size)?
The number of bits processed at one timein a microprocessor. Register size is in multiples of 8 bits (i.e., 8-, 16-, 32-, 64-, or 128-bit).
What is a bus?
To move the 1s and 0s around, electronic lines called a
bus
are used.
What is an internal data bus
or system bus?
The electronic lines inside the CPU are known as the
internal data bus or system bus. The word size and the number of lines for the internal data bus are equal.
What is an external data bus (external data path) and what does it do?
It communicates with devices in the outside world, such as a printer.The external data bus connects the processor to adapters, the keyboard, the mouse, the floppy drive, the hard drive, and other devices.
What are the four units of a CPU?
- ALU (arithmetic logic unit)
- Registers
- Control unit
- I/O (Input Output) unit
What does a/an ALU (arithmetic logic unit) do?
Does all the calculations and comparison logic needed by the computer.
What do the Registers do?
A very high speed storage area for 1s and 0s before the bits are processed.
What does a Control unit do?
Coordinates activities inside the processor.
What does an I/O (Input Output) unit do?
Manages data entering and leaving the processor.
How do you determine the speed of the processor?
- Labeled on CPU itself
- (In Windows) Control Panel>System and Security>System
Beside the Registers (high speed storage inside the processor), where is the data or instructions the CPU needs to operate, usually found?
- Cache
- Motherboard memory (main memory)
- Hard Drive
What is Cache memory?
A very fast type of memory designed to increase the speed of CPU operations.
What is L1 cache?
Memory is integrated as part of the CPU.
What is L2 (on-die) cache?
Included in the processor packaging, but not part of the CPU
What is L3 cache?
Third level of memory found when using higher end server processors, which can be located in the CPU housing or on the motherboard.
How does cache help CPU speed?
CPU efficiency is increased when data continuously flows into the CPU. Cache gives the fastest access.
Does more cache always help system performance?
System performance also depends on the efficiency of the cache controller
(the chip that manages the cache memory), the system design, the amount of available hard drive space, and the speed of the microprocessor.
What is a clock cycle?
A signal generated (from the motherboard), used to control the transfer of 1s and 0s to and from the processor.
What is a thread?
A small piece of an application process that can be handled by an operating system.
How does a thread work?
- An operating system (OS), such as Windows, schedules and assigns resources to the thread.
- Each thread can share resources (such as processor or cache memory) with other threads.
- When there is a delay in the information being retrieved or accessed from another hardware component, Multithreading keeps the data flowing by letting another thread execute the code.
What does Intel’s Hyper-Threading (HT) do?
- It allows a single processor to handle two separate sets of instructions simultaneously.
- To the operating system,HT makes the system appear as if it has multiple processors.
- Intel claims 30 % increase in performance (studies show it’s application dependent).
What are some requirements, in order to take
advantage of HT?
- The CPU must support HT
- The chipset (covered later in the chapter) must support HT
- The BIOS must support HT
- The operating system (OS) must support HT
How has DIB ( dual independent bus) helped speed up a system?
-Two buses are used: a back side bus and a front side bus.
-The back side bus connects the CPU to the
L2 cache.
-The FSB (front side bus) connects the CPU to the motherboard components.