Module 1 Study Guide
Introduction to the Personal Computer
What is a Computer?
A computer is a device that allows interaction with hardware to perform calculations or
functions.
Computer Components
Input Devices: Allow users to input data into the computer.
o Scanner
o Keyboard
o Mouse
o External hard drives
o Touch screen
o Stylus
o Magnetic strip reader
o Barcode scanner
o Digital camera
o Webcam
o Signature pad
o Smart card reader
o Microphone
o Near Field Communication (NFC) devices and terminals
o Facial recognition scanners
o Fingerprint scanners
o Voice recognition scanners
o Virtual Reality (VR) headsets
Central Processing Unit (CPU): Interprets and executes commands; performs the
"thinking" for the computer.
Memory (RAM): Temporary working storage for data and programs being accessed by
the CPU. It is volatile, meaning data is lost when power is turned off.
Expansion Cards: Add functionality to a computer.
o Video card (Display adapter)
o Sound adapter
o Network Interface Card (NIC)
o Wireless NIC card
o Capture card
o TV tuner
o USB controller card
o eSATA card
Power Supply: Converts AC power to DC power required by internal components.
Optical Disk Drive: Reads/writes data to optical media (CD, DVD, Blu-ray).
Storage Devices: Provide non-volatile storage of data (data is retained when power is
off).
o Hard Disk Drive (HDD): Traditional magnetic disk drive with spinning platters.
o Solid State Drive (SSD): Uses semiconductor flash memory with no moving parts.
o Magnetic Tape Drive: Used for archiving data.
o Optical Drives (CD, DVD, Blu-ray): Use lasers to read/write data.
Motherboard: The main circuit board that connects all components. It contains buses,
electrical pathways, sockets, and expansion slots.
System Software:
o Operating System (e.g., Windows, Linux, macOS)
Application Software: Programs that allow users to perform specific functions (e.g.,
browsing the internet, creating documents, sending emails).
Output Devices: Send information from the computer to the user.
o Monitor
o Printer
o Projector
o Speakers
o Headphones
o VR headset (can also be an input device if it has sensors)
o Augmented Reality (AR) headset
Electrical Safety
Power Requirements: Electronic devices have specific power requirements.
AC Adapters: Must be manufactured for specific laptops. Swapping adapters can cause
damage. Always check for correct current and model compatibility.
High Voltage Components: Some printer parts and power supplies contain high voltage.
Refer to manuals and seek specific training before working with them.
Power Supplies: Do not open power supplies unless specifically trained. They can hold a
dangerous charge.
Electrostatic Discharge (ESD):
o Occurs when a buildup of electrical charge on one surface contacts another with
a different charge.
o A person can feel an ESD of at least 3,000 volts.
o Even a small ESD can damage components.
o ESD Prevention:
Keep components in anti-static bags until ready for installation.
Use grounding mats on workbenches.
Use grounding floor mats in work areas.
Use an anti-static wrist strap when working inside computers.
PC Components in Detail
Cases
Function: Houses internal components like the power supply, motherboard, CPU,
memory, disk drives, and adapter cards.
Form Factors: Refers to the physical design and look of a case.
o Horizontal case
o Full-size tower
o Compact tower
o All-in-one (computer and monitor integrated)
Power Supplies
Function: Converts AC power to lower voltage DC power for internal components.
Form Factors:
o AT (Advanced Technology): Original for legacy systems.
o ATX (Advanced Technology Extended): Updated version of AT.
o ATX 12V: Most common today.
o EPS 12V: Originally for network servers, now used in high-end desktops.
Connectors: Used to power various internal components.
o 20-pin or 24-pin connector (motherboard)
o SATA power connector (disk drives)
o Molex connector (older devices, fans)
o 4-pin, 8-pin, or 6-pin PCI Express power connector (graphics cards)
Types:
o Modular: Cables plug in only as needed.
o Non-modular (Built-in): All cables are permanently attached.
Voltages: Provide different voltages, commonly 3.3V, 5V, and 12V.
o 3.3V and 5V: Typically used by digital circuits.
o 12V: Used for motors, disk drives, and fans.
Rails: A rail is a printed circuit board (PCB) inside the power supply to which external
cables are connected. Power supplies can be single-rail, dual-rail, or multi-rail.
Power Fluctuations: Computers can tolerate slight fluctuations, but significant
deviations can cause failure.
Uninterruptible Power Supply (UPS): Recommended to protect against power
brownouts or blackouts.
Motherboards
Function: The backbone of the computer, connecting all components.
Description: A Printed Circuit Board (PCB) containing buses (electrical pathways) that
interconnect components.
Components:
o CPU Socket: Where the CPU is installed.
o RAM Slots: Where memory modules are installed.
o Expansion Slots: For adapter cards (e.g., PCI, PCIe).
o Chipset: Controls how system hardware interacts with the CPU.
Northbridge: Controls high-speed access to RAM and video cards.
Southbridge: Allows CPU communication with slower devices (hard
drives, USB ports, expansion slots).
o BIOS (Basic Input/Output System) or UEFI (Unified Extensible Firmware Interface)
Chip: Provides initial system startup instructions.
o SATA Connectors: For connecting storage devices.
o Internal USB Connectors: For front panel USB ports.
Form Factors: Size and shape of the motherboard.
o ATX: Most popular.
o Micro ATX: Smaller than ATX.
o ITX (Information Technology Extended) / Mini-ITX: Even smaller.
Compatibility: The motherboard determines the case size, power supply type, CPU,
RAM type, and expansion card compatibility.
CPU (Central Processing Unit)
Function: Interprets and executes commands; the "brain" of the computer.
CPU Socket: Connects the motherboard to the processor.
o PGA (Pin Grid Array): Pins are on the underside of the processor.
o LGA (Land Grid Array): Pins are in the socket on the motherboard.
Cooling Systems
Purpose: To dissipate heat generated by electronic components, ensuring proper
performance.
Types:
o Passive Cooling: Does not require power.
Heat Sink: A metal component with fins that absorbs and dissipates heat.
o Active Cooling: Requires power.
Fan: Moves air over a heat sink or other components.
Water Cooling: Uses a liquid coolant circulated through a system with a
pump and radiator.
o Case Fans: Considered active cooling.
Memory
Function: Stores data in the form of bytes. A byte is composed of 8 bits.
Types:
o ROM (Read-Only Memory): Pre-programmed, non-removable chips. Stores
firmware and boot instructions.
Types of ROM: ROM, PROM, EPROM, EEPROM.
o RAM (Random Access Memory): Temporary working storage for active data and
programs. It is volatile (data is lost when power is off).
Types of RAM:
DRAM (Dynamic RAM)
SRAM (Static RAM)
SDRAM (Synchronous DRAM)
DDR, DDR2, DDR3, DDR4, DDR5 (Double Data Rate SDRAM)
GDDR (Graphics DDR)
Memory Modules: Memory chips are assembled onto modules (e.g.,
DIMM, SO-DIMM) that plug into motherboard slots.
Performance: Adding more RAM generally enhances system
performance, but is limited by the motherboard's capacity.
Cache Memory: Very fast memory used by the CPU.
L1 Cache: Integrated into the CPU.
L2 Cache: Historically on the motherboard, now usually integrated
into the CPU.
L3 Cache: Used by some high-end CPUs.
Memory Errors:
o Non-parity: Does not check for errors.
o Parity: Uses an extra bit for basic error checking.
o ECC (Error Correction Code): Can detect and correct single-bit errors and detect
multi-bit errors.
Adapter Cards
Function: Add or enhance computer functionality by providing controllers for different
devices. They plug into expansion slots on the motherboard.
Common Types:
o Sound adapters
o Network Interface Cards (NICs)
o Wireless NIC cards
o Video adapters (Video cards)
o Capture cards
o TV tuner cards
o USB controller cards
o eSATA cards
Expansion Slot Types:
o PCI (Peripheral Component Interconnect)
o Mini PCI
o PCI-X (PCI Extended)
o PCIe (PCI Express) - High speed serial interface.
o AGP (Accelerated Graphics Port) - Older, high-speed graphics slot.
Storage Devices
Function: Provide non-volatile storage of data.
Media Types:
o Magnetic:
Hard Disk Drive (HDD): Uses spinning platters and read/write heads.
Storage capacities range from gigabytes (GB) to terabytes (TB).
Tape Drive: Uses magnetic tape cartridges, often for archiving.
o Solid-State:
Solid State Drive (SSD): Uses flash memory, no moving parts, faster, more
energy-efficient, and quieter than HDDs.
Form Factors: 2.5-inch (similar to HDDs), expansion cards, M.2,
mSATA.
NVMe (Non-Volatile Memory Express): A high-speed interface
standard for SSDs that connects via PCIe.
Solid State Hybrid Drive (SSHD): Combines HDD technology with a small
amount of SSD flash memory for caching.
o Optical:
CD (Compact Disc): ~700 MB capacity.
DVD (Digital Versatile Disc): 4.7 GB (single-layer) to 8.5 GB (dual-layer).
Blu-ray Disc (BD): 25 GB (single-layer) to 50 GB (dual-layer) or more.
Can be pre-recorded (read-only), recordable (write once), or rewritable
(read/write multiple times).
Storage Device Interfaces: Connect storage devices to the motherboard.
o SATA (Serial ATA): Modern standard, with versions SATA I, SATA II, SATA III offering
increasing data transfer speeds (up to 6 Gbps for SATA III).
o IDE/PATA (Integrated Drive Electronics/Parallel ATA): Older, legacy interface.
Video Ports and Cables
Function: Connect a monitor to a computer. Transfer analog, digital, or both signals.
Common Types:
o DVI (Digital Visual Interface)
o DisplayPort
o HDMI (High-Definition Multimedia Interface)
o Thunderbolt (versions 1, 2, 3)
o VGA (Video Graphics Array) - Analog.
o RCA - Primarily for audio, sometimes older composite video.
Other Ports and Cables
Function: Connect peripheral devices.
Common Types:
o PS/2: Older ports for keyboard and mouse.
o Audio/Game Ports: For speakers, headphones, microphones, and joysticks.
o Network Port (RJ-45): For wired Ethernet connections.
o Serial Port: Older port for modems, some peripherals.
o SATA Port: For connecting storage devices internally.
o USB (Universal Serial Bus): Versatile port for a wide range of devices. Available in
various versions (e.g., USB 2.0, USB 3.0, USB-C).
Adapters and Converters
Function: Translate signals or physically connect different technologies.
Examples:
o DVI to VGA adapter
o USB to Ethernet adapter
o DVI to HDMI adapter
o Molex to SATA adapter
o HDMI to VGA adapter
Input Devices (Detailed)
Function: Allow user communication with the computer.
Modern Examples:
o Touch Screen
o Stylus
o Near Field Communication (NFC) devices
o Facial Recognition Scanners
o Fingerprint Scanners
o Voice Recognition Scanners
o VR Headsets
Output Devices (Detailed)
Function: Send information from the computer to the user.
Monitors: Display visual output.
o Types: LCD, LED, OLED.
Projectors: Display images onto a surface.
o Technologies: LCD, DLP (Digital Light Processing).
o Brightness is measured in lumens.
VR and AR Headsets:
o VR (Virtual Reality): Creates a simulated, immersive 3D environment, completely
enclosing the user's view.
o AR (Augmented Reality): Superimposes digital information (images, audio) onto
the real world in real-time, allowing the user to still see their surroundings.
Printers: Create hard copies of files.
o Types: Impact (dot matrix), Inkjet, Thermal, Laser, 3D printers.
o Require printing materials (ink, toner, plastic).
o Use drivers to communicate with the operating system.
Speakers and Headphones: Provide auditory output.
Key Terminology
Volatile Memory: Memory that loses its data when power is turned off (e.g., RAM).
Non-Volatile Memory: Memory that retains data even when power is off (e.g., SSDs,
HDDs, ROM).
Form Factor: The physical size, shape, and layout of a component (e.g., computer case,
motherboard, power supply).
ESD (Electrostatic Discharge): The sudden flow of electricity between two objects due to
a static charge.
Active Cooling: Cooling methods that require power (e.g., fans, pumps).
Passive Cooling: Cooling methods that do not require power (e.g., heat sinks).
Byte: A unit of digital information consisting of 8 bits.
Bit: The smallest unit of data in computing, represented as either a 0 or a 1.