Prologue: Hardware Basics Flashcards
What does the acronym “CPU” stand for?
Central Processing Unit.
What is the function of an integrated heat spreader in a CPU?
It absorbs and dissipates the heat created by the chip.
What is another name for an integrated circuit board in a CPU?
A die.
Name the basic components of a CPU.
The basic components of a CPU are as follows.
- The control unit (CU)
- The arithmetic/logic unit (ALU)
- The memory address register (MAR)
- The memory data register (MDR)
What is the die of a CPU comprised of?
A lot of transistors (8-10 billion approx).
What are the transistors in a CPU connected with?
Microscopic metal wires with vias rising vertically.
What function does cache memory serve in a CPU?
Cache memory stores frequently used instructions and data that the CPU needs to function properly. It is located next to the CPU to enhance processing speed.
What is the purpose of a memory controller in a CPU?
The memory controller communicates with the DRAM.
What is the motherboard?
A motherboard is a printed circuit board (PCB) that contains various ports, slots, headers, connectors, and microchips.
The motherboard serves as a signal transmitter between different hardware, just like your body’s nervous system.
What is the function of a chipset in a motherboard?
A computer’s chipset is an integrated chip that serves to communicate between the CPU, RAM, storage media, and other peripherals.
The chipset determines how many high-speed components (USB connections) your computer is able to handle at any given time.
How does the chipset on a motherboard communicate with the CPU?
It directly connects to the system agent (platform I/O) via a data bus.
How much voltage does a CPU traditionally require to run properly?
~ 1.3 volts
What component of the motherboard regulates the voltage received from the power supply?
The Voltage Regulator Module (VRM).
What component of a computer draws heat away from the CPU?
A CPU cooler.
What does the acronym “PSU” stand for, and what is its function?
The Power Supply Unit distributes power throughout the computer.
What is the function of the primary section of a PSU?
The primary section of a PSU is primarily comprised of a transformer, which steps down the voltage received from the grid (120V - 240V) to a lower voltage that the computer can use.
What does the acronym “GPU” stand for?
Graphics Processing Unit
Does the GPU function in a similar way to the CPU? Are there any differences?
Both the CPU and GPU consist of multiple cores that execute instructions.
But the difference between the cores of a CPU and a GPU is as follows
- The integrated chip of a GPU cannot perform complicated calculations that may be required by some programs, but it can perform simple arithmetic, such as determining the position and color of a pixel, rather quickly.
- The CPU, what is lacks in core count, it makes up for in its ability to perform extremely advanced calculations (relatively speaking) that the GPU may find hard if not impossible.
How does a CPU communicate with RAM?
Through memory channels running inside the motherboard.
What components does a RAM module consist of?
A DRAM stick traditionally consists of 8 memory chips that contain 32 memory banks each.
Each memory bank is 8192 columns wide, and 65535 rows tall.
This configuration allows the DRAM module to store up to 16GB of data temporarily.
What electrical device does RAM use to store data?
A configuration of capacitors and transistors dubbed 1T1C.
What does the acronym “SSD” stand for?
Solid State Drive.
What components does a SSD consist of? How does it function?
At a microscopic level, SSDs are comprised of millions of tiny NAND arrays that are stacked on top of each other.
Each NAND array is 32,000 - 64,000 rows wide and columns tall. Each NAND array has between 100-200 layers.
Each cell in a NAND array contains a charge trap, which stores up to 3 bits of data
This explains why SSDs can store terabytes worth of data, albeit at a much slower transmission speed than DRAM.
What does the acronym “HDD” stand for?
Hard Disk Drive.