LectureNotesUpdated
LectureNotesUpdated
● Input Devices: Used to enter data and commands into the computer.
○ Keyboard: For typing text and commands.
○ Mouse: A pointing device for navigating the graphical user interface.
○ Microphone: For capturing audio input.
○ Scanner: For converting physical documents or images into digital format.
○ Webcam: For capturing video input.
● Output Devices: Used to present processed information to the user.
○ Monitor (Display Screen): Displays visual output.
○ Printer: Produces hard copies of documents and images.
○ Speakers/Headphones: Output audio.
○ Projector: Displays computer output onto a larger screen or surface.
Ports and Connectors: The system unit has various ports on its
front and back panels to connect these peripherals. Common ports
include:
● USB (Universal Serial Bus): A versatile port for connecting a
wide range of devices (keyboards, mice, printers, flash drives,
etc.).
● HDMI (High-Definition Multimedia Interface) / DisplayPort /
VGA: For connecting monitors and projectors.
● Audio Jacks: For connecting microphones, speakers, and
headphones.
● Ethernet Port (RJ-45): For wired network connections.
Motherboard
The motherboard, also known as the mainboard or system board, is the primary printed circuit board
(PCB) in a computer. It serves as the central communications backbone, allowing all other components
to connect and interact with each other.
● CPU Socket: The physical connector where the Central Processing Unit (CPU) is installed.
● RAM Slots (DIMM Slots): Sockets where Random Access Memory (RAM) modules are inserted.
● Chipset: A set of integrated circuits that manages data flow between the CPU, RAM, expansion
cards, and peripherals. It usually consists of two main parts: the Northbridge (historically
managing high-speed components like CPU, RAM, and graphics card) and the Southbridge
(managing slower peripherals like USB, audio, and storage interfaces). Modern CPUs often
integrate Northbridge functionalities.
● Expansion Slots: Sockets that allow for the installation of expansion cards to add functionality
(e.g., PCIe slots for graphics cards, network cards, sound cards).
● Storage Connectors: Ports for connecting storage devices, such as SATA (Serial ATA) ports for HDDs
and SSDs, and M.2 slots for newer SSD form factors.
● Power Connectors: Sockets where the Power Supply Unit (PSU) connects to provide power to the
motherboard and its components (e.g., 24-pin ATX power connector, CPU power connector).
● BIOS/UEFI Chip: A chip containing the Basic Input/Output System (BIOS) or Unified Extensible
Firmware Interface (UEFI) firmware, which initializes and tests hardware components when the
computer starts up.
● CMOS Battery: A small battery that powers the CMOS chip, which stores BIOS/UEFI settings and the
system clock when the computer is off.
● Internal I/O Connectors: Headers for connecting front panel components of the computer case (power
button, reset button, LED indicators, USB ports, audio jacks).
● External I/O Ports (Rear Panel): Ports accessible from the back of the computer case for connecting
peripherals (USB, Ethernet, audio, video outputs like HDMI/DisplayPort).
Identifying the Types of Motherboards
Motherboards come in various sizes and layouts, known as form factors. The form
factor determines the physical dimensions of the board, the arrangement of
components, and the type of case and power supply it is compatible with. Common
form factors include:
● ATX (Advanced Technology eXtended): The most common form factor for
desktop PCs, offering a good balance of size and expansion capabilities.
● Micro-ATX: A smaller version of ATX, with fewer expansion slots, suitable for
more compact systems.
● Mini-ITX: A very small form factor, designed for compact and specialized
systems, with limited expansion but often integrating many features.
● E-ATX (Extended ATX): Larger than ATX, typically used in high-end desktops
and servers, offering more space for components and expansion slots.
Bus Architectures
A bus is a communication pathway that transfers data between components within a
computer or between computers. Key characteristics of a bus include its width (number of
bits transferred simultaneously) and speed (clock rate).
● System Bus (Front Side Bus - FSB - older terminology): Historically connected
the CPU to the main memory (RAM) and the Northbridge chipset.
● PCI Express (PCIe): A high-speed serial computer expansion bus standard. It has
replaced older standards like PCI and AGP for connecting graphics cards, SSDs,
and other high-performance peripherals. PCIe slots come in different physical sizes
(x1, x4, x8, x16) corresponding to the number of data lanes.
● SATA (Serial ATA): Used for connecting storage devices like HDDs and SSDs.
● USB (Universal Serial Bus): For connecting a wide variety of external peripherals.
Processor
The Central Processing Unit (CPU), or processor, is the primary component responsible for executing
instructions and performing calculations. Its performance is crucial for the overall speed of the
computer.
Processor Terminology
● Clock Speed (Frequency): Measured in Gigahertz (GHz), it indicates how many cycles the
processor can execute per second. Higher clock speed generally means faster processing, but
it's not the only factor.
● Cores: Modern CPUs often have multiple cores (e.g., dual-core, quad-core, octa-core). Each
core can process instructions independently, allowing for parallel processing and improved
multitasking.
● Threads (Hyper-Threading/SMT): Some CPUs support multithreading (e.g., Intel's Hyper-
Threading or AMD's Simultaneous Multithreading - SMT), which allows each physical core to
handle multiple threads (sequences of instructions) concurrently, further enhancing
performance.
● Cache: A small amount of very fast memory built into the CPU. It
stores frequently accessed data and instructions to reduce the time it
takes to fetch them from slower main memory (RAM). Cache is
typically organized in levels (L1, L2, L3), with L1 being the fastest and
smallest.
● Instruction Set Architecture (ISA): Defines the set of instructions that
a CPU can understand and execute (e.g., x86, ARM).
● Integrated Graphics Processing Unit (iGPU): Many modern CPUs
include an integrated GPU, which handles basic graphics tasks without
needing a separate dedicated graphics card.
Identifying Socket Types
The CPU socket on the motherboard is specific to a range of processor families.
The socket type of the CPU must match the socket type of the motherboard for
compatibility. Common socket types include:
● LGA (Land Grid Array): Used by Intel processors. The pins are on the
socket, and the CPU has flat contact pads.
● PGA (Pin Grid Array): Historically used by AMD processors. The pins are
on the CPU, and the socket has holes.
● AM4, AM5: Common socket types for AMD Ryzen processors.
● LGA 1200, LGA 1700: Common socket types for recent Intel Core
processors.
Installing a Processor
1. Preparation: Ensure you have the correct CPU for the motherboard socket.
Ground yourself to prevent electrostatic discharge (ESD).
2. Open the Socket Lever: Lift the retention lever on the CPU socket.
3. Align the CPU: Align the notch or arrow on the CPU with the corresponding mark
on the socket. For PGA CPUs, align the pins carefully with the holes.
4. Gently Place the CPU: The CPU should drop into place without force. Do not
press down hard.
5. Close the Socket Lever: Lower the retention lever to secure the CPU.
6. Apply Thermal Paste (if not pre-applied): A small amount of thermal paste is
applied to the top of the CPU to ensure good heat transfer to the CPU cooler.
7. Install the CPU Cooler (Heatsink and Fan): Securely attach the CPU cooler on
top of the CPU.
Memory
Random Access Memory (RAM) is volatile memory used by the computer to store data and
programs that are currently in use. It provides fast access for the CPU.
Types of DRAM
Dynamic RAM (DRAM) is the most common type of RAM used in personal computers. Several generations and types
exist:
● SDRAM (Synchronous DRAM): An older type, synchronized with the system clock.
● DDR SDRAM (Double Data Rate SDRAM): Transfers data twice per clock cycle, effectively doubling the data rate.
Generations include:
a. DDR: The original DDR standard.
b. DDR2: Higher speed and lower power consumption than DDR.
c. DDR3: Even higher speeds and lower power consumption than DDR2. Often includes variants like DDR3L
(low voltage).
d. DDR4: The current mainstream standard, offering higher speeds, greater capacities, and improved power
efficiency over DDR3.
e. DDR5: The latest generation, providing significant improvements in bandwidth and density.
● RAM Modules (DIMMs and SO-DIMMs): RAM chips are mounted on small
circuit boards called modules.
1. DIMM (Dual In-line Memory Module): Used in desktop computers.
2. SO-DIMM (Small Outline Dual In-line Memory Module): Used in laptops
and other small form-factor computers.
Key characteristics of RAM include:
● Capacity: Measured in Gigabytes (GB) (e.g., 8GB, 16GB, 32GB). More RAM allows
more applications to run smoothly.
● Speed (Frequency): Measured in Megahertz (MHz) or Megatransfers per second
(MT/s). Faster RAM can improve system responsiveness.
● Timings (Latency): A series of numbers (e.g., CL16-18-18-38) that indicate the delay
in accessing data. Lower numbers are generally better.
Multichannel Memory Architecture
● Non-Parity RAM: Standard RAM that does not have error-checking capabilities.
Most consumer PCs use non-parity RAM.
● Parity RAM: An older type of RAM that includes an extra bit (parity bit) for each byte
of data to detect errors. It can detect single-bit errors but cannot correct them.
● ECC (Error-Correcting Code) RAM: More advanced than parity RAM, ECC RAM
can detect and correct single-bit errors and detect multi-bit errors. It is commonly
used in servers and workstations where data integrity is critical. ECC RAM requires
motherboard and CPU support.
BIOS and Its Purpose
BIOS (Basic Input/Output System) is firmware stored on a chip on the motherboard (typically
a ROM, EPROM, or Flash memory chip). Its primary functions are performed when the
computer is first powered on:
1. POST (Power-On Self-Test): The BIOS checks the major hardware components of the
computer (CPU, RAM, video card, keyboard, etc.) to ensure they are functioning correctly.
2. Bootstrap Loader: If the POST is successful, the BIOS locates and loads the operating
system (OS) from a storage device (e.g., hard drive, SSD) into RAM.
3. Hardware Configuration: The BIOS provides a basic level of control over hardware
settings, allowing users to configure boot order, system time and date, and other low-level
parameters.
4. Interface for OS: It provides a low-level interface between the hardware and the
operating system, although modern OSes often use their own drivers for direct hardware
access after booting.
UEFI
(Unified Extensible Firmware Interface) is a modern
replacement for the traditional BIOS. UEFI offers several
advantages, including support for larger hard drives (over 2TB),
faster boot times, improved security features (like Secure Boot),
and a more user-friendly graphical interface
Upgrading the System BIOS (or UEFI Firmware)
Upgrading the BIOS/UEFI firmware (also known as "flashing the BIOS") can provide new features, improve hardware
compatibility, fix bugs, or enhance system stability. However, it is a critical procedure that, if done incorrectly, can render
the motherboard unusable.
Steps involved in upgrading a system BIOS/UEFI:
1. Identify Motherboard Model and Current BIOS/UEFI Version: This information is usually displayed during
startup or can be found using system information utilities (e.g., CPU-Z, msinfo32 in Windows).
2. Download the Correct Firmware Update: Visit the motherboard manufacturer's website and download the latest
firmware update specifically for your motherboard model. Ensure it is the correct version.
3. Read Instructions Carefully: The manufacturer will provide detailed instructions for the update process. Follow
them precisely.
4. Prepare a Bootable USB Drive (if required): Some update methods require a bootable USB drive with the
firmware file.
5. Backup Current BIOS/UEFI Settings (if possible): Some motherboards allow you to save your current settings.
6. Enter BIOS/UEFI Setup Utility: Restart the computer and press the designated key (e.g., Del, F2, F10, Esc) to
enter the BIOS/UEFI setup.
7. Use the Built-in Update Utility: Most modern motherboards have a
built-in utility (e.g., ASUS EZ Flash, Gigabyte Q-Flash, MSI M-Flash) to
perform the update from within the BIOS/UEFI interface itself, often by
selecting the firmware file from a USB drive.
8. Do Not Interrupt the Process: Once the update starts, do not turn
off or restart the computer until it is complete. A power outage during
this process can be catastrophic.
9. Verify the Update: After the update, the computer will usually
restart. Re-enter the BIOS/UEFI setup to verify the new version and
load default settings if necessary, then reconfigure any custom settings.
CMOS Settings
CMOS (Complementary Metal-Oxide-Semiconductor) is a type of memory chip on the motherboard that
stores the BIOS/UEFI settings, such as system time and date, boot device order, hardware configurations
(e.g., enabling/disabling onboard devices), and passwords. The CMOS chip is powered by a small battery
(typically a CR2032 coin cell) so that it retains these settings even when the computer is turned off.
To view or change CMOS settings, you need to enter the BIOS/UEFI setup utility during startup. Common
settings you can view and configure include:
If the CMOS battery dies, the system will lose its settings and revert to defaults each time it's powered off.
Replacing the battery is a simple fix.
Storage Technology
a. Hard Drive Terminology
Important for selecting, installing, and troubleshooting storage devices.
● Capacity: The amount of data a drive can store, typically measured in Gigabytes (GB) or Terabytes
(TB).
● Form Factor: The physical size of the drive. Common form factors for HDDs are 3.5-inch (for desktops)
and 2.5-inch (for laptops and some desktops). SSDs also come in 2.5-inch form factors, as well as M.2
and PCIe card formats.
● Interface: The type of connection used to link the drive to the motherboard.
○ SATA (Serial ATA): The most common interface for modern HDDs and SSDs. Successive
versions (SATA I, II, III) offer increasing speeds.
○ PATA (Parallel ATA) / IDE (Integrated Drive Electronics): An older interface, largely replaced
by SATA. Uses wide ribbon cables.
○ NVMe (Non-Volatile Memory Express): A high-performance interface specifically designed for
SSDs, typically using the PCIe bus for much faster speeds than SATA
RPM (Revolutions Per Minute): For HDDs, this indicates the speed at which the platters
spin (e.g., 5400 RPM, 7200 RPM). Higher RPM generally means faster data access.
Cache/Buffer: A small amount of onboard memory on the drive used to store frequently
accessed data for quicker retrieval.
Access Time: The average time it takes for the drive to locate and retrieve data.
Data Transfer Rate (Throughput): The speed at which data can be read from or written
to the drive, measured in Megabytes per second (MB/s) or Gigabytes per second (GB/s).
HDD (Hard Disk Drive): Uses spinning magnetic platters and read/write heads.
SSD (Solid State Drive): Uses flash memory chips, with no moving parts, offering faster
performance, lower power consumption, and greater durability than HDDs.
Hybrid Drive (SSHD): Combines a traditional HDD with a small amount of SSD flash
memory as a cache to improve performance for frequently accessed files
IDE Devices
IDE (Integrated Drive Electronics), also known as PATA (Parallel ATA), was a standard
interface for connecting storage devices like hard drives and optical drives (CD/DVD drives)
to the motherboard before SATA became dominant.
● Connectors and Cables: IDE devices use a 40-pin or 80-conductor (for faster UDMA
modes) ribbon cable. Each cable can typically support two devices (master and slave).
● Master/Slave Configuration: When two IDE devices are connected to the same
cable, one must be configured as the "master" and the other as the "slave" using
jumpers on the devices themselves. This determines which device has priority on the
bus.
● Motherboard Connectors: Motherboards supporting IDE would have one or two IDE
connectors (primary and secondary channels).
Power Supply Unit
Purpose of Power Supply Units
The Power Supply Unit (PSU) is a critical component that converts Alternating Current (AC) power
from the electrical outlet into the various Direct Current (DC) voltages required by the computer's
internal components.
Key functions and characteristics of a PSU:
● Voltage Conversion: Converts standard wall outlet AC voltage (e.g., 110-120V or 220-240V) to
DC voltages like +3.3V, +5V, +12V, and -12V.
● Power Distribution: Provides the necessary power to the motherboard, CPU, graphics card,
storage devices, and other components through various connectors.
● Wattage Rating: Indicates the maximum power output of the PSU, measured in Watts (W). The
required wattage depends on the power consumption of all system components. It's important to
choose a PSU with sufficient wattage and some headroom for stability and future upgrades
Efficiency Rating (80 PLUS): Indicates how efficiently the PSU converts AC to
DC power. Higher efficiency (e.g., 80 PLUS Bronze, Silver, Gold, Platinum,
Titanium) means less wasted energy (as heat) and potentially lower electricity
bills.
Form Factor: PSUs also come in form factors, with ATX being the most common
for desktop PCs. Other form factors include SFX (for small form-factor systems).
Cooling: PSUs have an internal fan to dissipate heat generated during
operation.
Protection Features: Quality PSUs include protection circuits against
overvoltage, undervoltage, overcurrent, overpower, short circuit, and
overtemperature to safeguard components.
Power Connectors
PSUs provide power through a variety of connectors:
● 24-pin ATX Main Power Connector: Connects to the motherboard to supply power to most
of its components.
● 4+4 pin or 8-pin CPU Power Connector (EPS12V/ATX12V): Provides dedicated power to
the CPU.
● 6+2 pin or 8-pin PCIe Power Connector: Provides additional power to high-performance
graphics cards.
● SATA Power Connector: Powers SATA hard drives, SSDs, and optical drives.
● Molex 4-pin Peripheral Power Connector: An older connector used for PATA/IDE drives,
some case fans, and other peripherals. Less common in modern systems.
● Floppy Drive Power Connector (Berg connector): A small 4-pin connector for floppy
drives, now largely obsolete.
Features and functions of AC adapters
AC adapters, also known as power bricks or chargers, are external power supplies used for devices
that do not have an internal PSU, such as laptops, some small form-factor desktops, monitors, and
peripherals.
Key features and functions:
● Input Voltage: Designed to accept AC power from a wall outlet (e.g., 100-240V AC, allowing
for international use).
● Output Voltage and Current: Converts AC input to a specific DC output voltage (e.g., 19V
DC) and current (e.g., 3.42A) required by the device.
● Power Rating (Wattage): The product of output voltage and current (Voltage x Amperage =
Wattage).
● Connector Type: The DC output connector that plugs into the device. These connectors vary
widely in size and shape depending on the device manufacturer and model. It's crucial to use
an AC adapter with the correct connector, voltage, and polarity for the specific device.
● Portability: Designed to be external and often portable.
Using an incorrect AC adapter (wrong voltage, polarity, or connector) can damage the device.
Ports, Cables, and Connectors
Ports are physical connection points on the outside of the system unit (and other devices) that allow peripherals to be
connected. Cables are used to link these ports to the respective devices, and connectors are the specific plugs at the
ends of the cables that fit into the ports.
1. USB (Universal Serial Bus): The most versatile and common port. Used for connecting a wide array of devices
including keyboards, mice, printers, external storage (flash drives, external HDDs/SSDs), webcams,
smartphones, and more.
a. USB-A: The traditional rectangular connector.
b. USB-B: Often found on printers and larger peripherals.
c. USB-C: A newer, smaller, reversible connector gaining popularity for its versatility (data, video, power
delivery).
d. Micro-USB & Mini-USB: Smaller versions often found on older mobile devices and peripherals.
e. USB Versions (e.g., USB 2.0, USB 3.0, USB 3.1, USB 3.2, USB4): Successive versions offer increased
data transfer speeds and sometimes power delivery capabilities.
1. Video Ports: Used to connect monitors, projectors, and other display devices.
a. HDMI (High-Definition Multimedia Interface): Transmits digital video and audio signals. Common on TVs, monitors,
and graphics cards.
b. DisplayPort: Another digital video and audio interface, often preferred for high resolutions and refresh rates on
computer monitors.
c. VGA (Video Graphics Array): An older analog video interface, still found on some older monitors and projectors.
Provides lower image quality compared to digital interfaces.
d. DVI (Digital Visual Interface): Can transmit digital (DVI-D), analog (DVI-A), or both (DVI-I). Largely superseded by
HDMI and DisplayPort.
2. Audio Ports: Used for connecting speakers, headphones, and microphones.
a. 3.5mm Audio Jacks: Typically color-coded: green for line out (speakers/headphones), pink for microphone in, blue for
line in.
b. S/PDIF (Sony/Philips Digital Interface): A digital audio output, available as optical (Toslink) or coaxial, for connecting
to home theater systems.
3. Ethernet Port (RJ-45): Used for wired network connections (connecting to a modem, router, or local area network - LAN).
4. PS/2 Port (obsolete): Older circular ports (usually purple for keyboard, green for mouse). Largely replaced by USB.
5. Thunderbolt Port: A high-speed interface developed by Intel and Apple, often using the USB-C connector. Supports data
transfer, video output, and power delivery, commonly found on Apple computers and some high-end PCs.
Cables are specific to the ports they connect. For example, a USB cable connects USB devices to USB ports, an HDMI cable connects
HDMI devices, etc. It's important to use the correct cable for the port and device
Installing and Configuring Input Devices
Input devices allow users to enter data and commands into the computer.
● Keyboard: Connects typically via USB (or older PS/2). Most keyboards are plug-and-play, meaning the operating system automatically detects
and installs them. Some gaming or specialized keyboards may come with software for customizing keys or lighting.
● Mouse: Connects via USB (or older PS/2). Also typically plug-and-play. Drivers or software might be needed for advanced features on gaming
mice (e.g., programmable buttons, DPI settings).
● Scanner: Usually connects via USB. Requires driver installation (often provided by the manufacturer on a CD or downloadable from their
website) and scanning software.
● Webcam: Connects via USB. Most modern operating systems have built-in drivers, but manufacturer drivers can offer more features. Used with
video conferencing or recording software.
● Microphone: Can be a standalone device connected via a 3.5mm audio jack or USB, or integrated into a headset or webcam. Configuration
often involves selecting the correct input device in the operating system's sound settings.
● Game Controllers (Joysticks, Gamepads): Typically connect via USB or Bluetooth. May require driver installation or configuration within
specific games or gaming platforms.
● Touchscreens: Integrated into some monitors or laptops. Input is via direct touch. Calibration might be required through OS settings.
1. Connect the Device: Plug the device into the appropriate port.
2. Driver Installation: The OS may automatically install generic drivers. For full functionality or specific features, install manufacturer-provided
drivers.
3. Software Installation (if applicable): Some devices come with dedicated software for customization.
4. OS Settings: Check relevant settings in the operating system (e.g., Control Panel or Settings app in Windows) for calibration, sensitivity
adjustments, or other configurations.
Installing and Configuring Output Devices
Output devices present processed information from the computer to the user.
1. Monitor (Display): Connects to a video port (HDMI, DisplayPort, VGA, DVI) on the graphics card or motherboard (if using
integrated graphics). Requires a power connection.
a. Configuration: Involves setting the correct resolution, refresh rate, and color calibration through the operating system's
display settings. Monitors also have their own On-Screen Display (OSD) menus for adjusting brightness, contrast, color,
etc.
2. Printer: Connects via USB, Wi-Fi, or Ethernet (for network printers).
a. Installation: Requires driver installation. The OS may find generic drivers, but manufacturer drivers are recommended for
full functionality (e.g., duplex printing, ink level monitoring).
b. Configuration: Involves setting the printer as the default, configuring paper size, print quality, and sharing options (for
network printers).
3. Speakers/Headphones: Connect to 3.5mm audio jacks, USB ports, or via Bluetooth.
a. Configuration: Involves selecting the correct playback device in the OS sound settings and adjusting volume levels.
Surround sound systems may require additional configuration for speaker placement.
4. Projector: Connects similarly to a monitor (HDMI, DisplayPort, VGA). Requires power.
a. Configuration: Involves setting display mode (e.g., duplicate, extend), resolution, and keystone correction (to adjust
image shape).
● Modem (Modulator-Demodulator): A device that connects your home network to
the Internet Service Provider (ISP). It modulates outgoing digital signals from your
computer/router into analog signals for transmission over telephone lines (DSL),
cable lines, or fiber optic lines, and demodulates incoming analog signals back into
digital data. While primarily an input/output device for network data, it facilitates the
output of internet content to your devices.
● Network Interface Card (NIC): A hardware component (either integrated into the
motherboard or an expansion card) that allows a computer to connect to a
network. It has an Ethernet port for wired connections or an antenna for Wi-Fi
(wireless) connections. The NIC handles the sending and receiving of data packets
on the network, enabling access to shared resources and the internet.
Multimedia Devices
Multimedia devices enhance the audio and visual experience of a computer.
● Video Adapters (Graphics Cards): As discussed previously, these are crucial for outputting video to
displays. High-end graphics cards are essential for gaming, video editing, and 3D rendering. Installation
involves seating the card in a PCIe x16 slot, connecting auxiliary power (if required), and installing
drivers.
● Monitors (revisited in multimedia context): The choice of monitor significantly impacts multimedia
consumption. Factors include:
○ Resolution: (e.g., Full HD 1920x1080, QHD 2560x1440, 4K UHD 3840x2160). Higher resolution
means sharper images.
○ Panel Type: (e.g., TN, IPS, VA). IPS panels generally offer better color accuracy and viewing
angles, good for multimedia work. TN panels offer faster response times, good for gaming.
○ Refresh Rate: (e.g., 60Hz, 120Hz, 144Hz, 240Hz). Higher refresh rates provide smoother
motion, especially in games and videos.
○ Response Time: How quickly a pixel can change color. Lower is better for reducing motion blur.
○ Color Gamut: The range of colors a monitor can display (e.g., sRGB, Adobe RGB, DCI-P3).
Wider gamuts are better for content creation.
Sound Cards: While most motherboards have integrated sound, dedicated sound
cards can offer higher audio fidelity, more connection options (e.g., optical out,
multiple channels for surround sound), and features for audio recording and
production. Installed in a PCIe slot, requires driver installation.
Speakers and Headphones (revisited): Quality speakers or headphones are
essential for an immersive multimedia experience. Options range from basic stereo
speakers to multi-channel surround sound systems and high-fidelity headphones.
Microphones (for content creation): For recording voiceovers, podcasts, or
music, higher quality standalone USB or XLR microphones are preferred over basic
headset mics.
Digital Cameras and Camcorders: Connect via USB or memory card readers to
transfer photos and videos to the computer for editing and sharing.