CompTIA A+ Certification Exam Core 2 Glossary

Definitions and pro-tips for the 220-1102 certification.

B

Bandwidth

Bandwidth represents the data transfer capacity of a network connection, measured in bits per second (bps). It defines the maximum rate at which data can be transmitted. Higher bandwidth enables faster data transfer speeds and supports more simultaneous network activity. It is not a measure of speed itself.

bash (Bourne Again Shell)

bash (Bourne Again Shell) is the default command-line interpreter and shell for most Linux distributions. It allows users to interact with the operating system by typing commands, executing scripts, and managing files via a text-based interface.

BIOS

BIOS (Basic Input/Output System) is firmware pre-installed on the motherboard. It initializes hardware during the boot process, performs a Power-On Self-Test (POST), and loads the operating system. Modern systems increasingly utilize UEFI, a more advanced successor to BIOS, offering enhanced features and security.

BIOS (Basic Input/Output System)

BIOS is firmware embedded on the motherboard that initializes hardware components during the boot process. It performs a Power-On Self-Test (POST) and loads the operating system. It provides a basic configuration interface for hardware settings.

BitLocker

BitLocker is a full-disk encryption feature included with professional versions of Microsoft Windows. It protects data by providing encryption for entire volumes, preventing unauthorized access to data on lost or stolen drives by requiring a recovery key or TPM.

Bluetooth

Bluetooth is a wireless communication standard enabling short-range data exchange between electronic devices. It is commonly used for connecting peripherals like wireless mice, keyboards, and headphones. Bluetooth operates in the 2.4 GHz frequency band and utilizes short-range radio waves for communication.

C

Change Management

Change Management is a formal operational process used to ensure that changes to IT infrastructure are documented, tested, and approved before implementation. This minimizes the risk of service disruptions and provides a clear audit trail for all modifications made to the environment.

Check Disk (CHKDSK)

Check Disk (CHKDSK) is a system tool in Windows used to verify the logical file system integrity of a volume and fix errors. It can scan for bad sectors on a hard drive and attempt to recover readable information from those damaged areas.

chmod (Change Mode)

chmod (Change Mode) is a Linux command used to change the access permissions of file system objects. It defines who can read, write, or execute a file, typically using numeric octal values or symbolic representations to set permissions.

Cloud Computing

Cloud computing delivers on-demand access to computing resources—servers, storage, databases, networking, software, analytics, and intelligence—over the internet. Users pay only for the resources they consume, offering scalability, flexibility, and cost efficiency. It reduces the need for on-premises infrastructure.

Cloud Storage

Cloud storage involves storing data on remote servers accessed via the internet, managed by a third-party provider. This offers scalability, accessibility, and data redundancy. Common deployment models include public, private, and hybrid clouds, each with varying levels of control and security.

CMOS Battery

The CMOS battery maintains power to the CMOS chip on the motherboard, preserving BIOS/UEFI settings such as date, time, and boot order when the system is powered off. It is a small, coin-cell battery typically located on the motherboard.

Command Prompt

The Command Prompt is a command-line interpreter in Windows, enabling users to interact with the operating system by typing text-based commands. It provides access to powerful system utilities for managing files, configuring network settings, troubleshooting issues, and automating tasks.

Common Connectors (RJ45, USB, BNC)

RJ45 connectors are used for Ethernet network connections, transmitting data signals over twisted-pair cabling. USB connectors provide versatile connectivity for peripherals. BNC connectors are older, bayonet-style connectors historically used for video and test equipment, now less common in standard computing.

Control Panel

The Control Panel is a centralized interface in Windows operating systems for managing hardware, software, user accounts, and system settings. It provides access to various configuration tools, allowing users to customize their computing experience and maintain system stability.

CPU (Central Processing Unit)

The CPU is the primary processing unit, executing instructions and performing calculations essential for computer operation. Its performance is determined by clock speed, core count, thread count, and cache size. Modern CPUs also include integrated graphics and memory controllers.

D

Device Manager

Device Manager is a Windows Control Panel applet providing a centralized interface for managing hardware devices. It displays a hierarchical list of all installed hardware, allowing users to view device status, update drivers, troubleshoot conflicts, and enable or disable devices as needed.

DHCP

Dynamic Host Configuration Protocol (DHCP) automates the assignment of IP addresses and network configuration parameters to devices on a network. This simplifies network administration by eliminating the need for manual IP address configuration. DHCP servers lease IP addresses for a specified duration.

Disk Defragmenter

Disk Defragmenter is a system utility that reorganizes fragmented data on a hard disk drive (HDD) so that files are stored in contiguous blocks. This reduces the movement of the drive head, thereby improving file access speeds and overall system performance.

Disk Imaging

Disk Imaging is the process of creating an exact, sector-by-sector copy of a hard disk drive or partition. Unlike a file backup, an image includes the operating system, boot sectors, and all installed applications for rapid system recovery.

Disk Management

Disk Management is a Windows system utility used to configure and manage storage devices. It allows users to initialize disks, create and format partitions, assign drive letters, and modify volume properties, enabling efficient organization and utilization of storage resources.

Disk Quotas

Disk Quotas allow an administrator to track and control the amount of disk space used by individual users on an NTFS volume. This prevents a single user from consuming all available storage space on a shared drive or server, ensuring fair resource distribution.

Display Technologies (LCD, LED, OLED)

LCD (Liquid Crystal Display) utilizes a backlight to illuminate pixels. LED (Light Emitting Diode) displays are a type of LCD using LED backlighting for improved brightness and efficiency. OLED (Organic Light Emitting Diode) displays are self-emissive, offering superior contrast and color accuracy without a backlight.

DNS

The Domain Name System (DNS) translates human-readable domain names into machine-readable IP addresses. This distributed, hierarchical system allows users to access online resources without memorizing numerical IP addresses. DNS servers maintain records mapping domain names to corresponding IP addresses.

Driver

A driver is software that acts as an intermediary, enabling communication between the operating system and a hardware device. Drivers translate OS commands into device-specific instructions, allowing the system to utilize hardware functionality. Proper driver installation is critical for hardware operation and system stability.

Dual-Band Wireless

Dual-band wireless technology utilizes both the 2.4 GHz and 5 GHz frequency bands for wireless communication. This provides increased flexibility, reduced interference, and potentially higher data transfer rates compared to single-band wireless networks.

L

Latency

Latency represents the time delay between a user’s action and the system’s response. Measured in milliseconds, it impacts responsiveness and user experience. High latency results in noticeable delays, while low latency provides a more immediate and fluid interaction. Network conditions significantly affect latency.

Local Area Network (LAN)

A Local Area Network (LAN) is a network connecting devices within a limited geographical area, such as a home, office, or school. LANs typically utilize Ethernet or Wi-Fi technologies for high-speed data transfer and resource sharing among connected devices, managed by a central switch or router.

Loopback Adapter

A loopback adapter, also known as a network loopback plug, is a diagnostic tool used to test the functionality of a network interface card (NIC). It connects a network port back to itself, allowing verification of data transmission and reception without requiring an external network connection.

Loopback Address

The loopback address, typically 127.0.0.1, is a special network address used for testing the TCP/IP protocol stack on a local host. It allows applications to communicate with themselves without utilizing physical network interfaces, verifying internal network configuration.

Loopback Test

A loopback test verifies the operational status of a network interface card (NIC) by transmitting a data packet and receiving it back without traversing the network. This diagnostic confirms the NIC’s ability to send and receive, isolating potential issues to the card itself rather than network connectivity.

M

MAC Address

A Media Access Control (MAC) address is a unique hardware identifier assigned to a network interface card (NIC). It is a 48-bit hexadecimal address used for communication within a local network segment. The MAC address is manufactured into the NIC and is essential for Layer 2 data transmission.

Malware

Malware encompasses malicious software designed to disrupt, damage, or gain unauthorized access to a computer system. Types include viruses, worms, Trojans, ransomware, spyware, and adware. It exploits vulnerabilities to compromise confidentiality, integrity, and availability of data and resources.

Motherboard

The motherboard is the central printed circuit board (PCB) within a computer. It houses and interconnects the CPU, memory, storage, and peripherals. It provides the electrical pathways and communication protocols enabling all components to function as a unified system. Form factor determines compatibility.

Msconfig (System Configuration)

Msconfig (System Configuration) is a system utility used to troubleshoot the Windows startup process. It allows technicians to selectively disable startup programs, services, and boot options to isolate the cause of a system crash or an unusually slow boot time.

Multi-Factor Authentication (MFA)

Multi-Factor Authentication (MFA) is a security mechanism that requires users to provide two or more verification factors to gain access to a resource. These factors typically include something you know, something you have, or something you are, significantly reducing the risk of unauthorized access from stolen passwords.

Multimeter

A multimeter is a versatile electronic instrument measuring voltage, current, and resistance. Technicians use it to diagnose electrical issues by testing circuit continuity, identifying shorts, and verifying power delivery. Proper usage requires understanding polarity and selecting the correct measurement range for accurate readings.

P

Page File

A Page File is a reserved area on the hard disk that Windows uses as 'virtual memory' when physical RAM is exhausted. The OS moves inactive data from RAM to the page file to free up space for active processes, preventing system crashes.

PCIe (Peripheral Component Interconnect Express)

PCIe is a high-speed serial computer expansion bus standard. It connects components like graphics cards, network interface cards, and storage devices to the motherboard. PCIe offers significantly faster data transfer rates than older PCI standards, utilizing dedicated lanes for communication.

Peripheral Device

Peripheral devices connect to a computer system to provide input, output, or auxiliary functions. These external components include keyboards, mice, printers, and external storage drives. They expand the computer’s capabilities beyond its core processing functions and rely on ports for connectivity.

Personally Identifiable Information (PII)

Personally Identifiable Information (PII) is any data that could potentially be used to uniquely identify a specific individual. Examples include Social Security numbers, full names, home addresses, passport numbers, and biometric records.

Phishing

Phishing is a social engineering attack employing deceptive electronic communication, such as email or websites, to trick individuals into revealing sensitive data. Attackers often impersonate legitimate entities to gain trust and steal credentials, financial information, or personal details.

Platform as a Service (PaaS)

Platform as a Service (PaaS) is a cloud computing model that provides a framework for developers to build, test, and deploy applications without managing the underlying infrastructure. It includes operating systems, middleware, and runtime environments, allowing developers to focus solely on the application code.

Port (Networking)

Network ports are virtual endpoints used by network applications and services for communication. Each port is identified by a number, enabling data to be directed to the correct process or application on a device. Ports facilitate multiplexing, allowing multiple services to run concurrently on a single IP address.

Ports (Serial, Parallel, USB)

Ports are physical interfaces enabling communication between a computer and external devices. Serial ports transmit data one bit at a time, parallel transmits multiple simultaneously, and USB offers versatile connectivity with varying speeds (USB 2.0, 3.0, etc.). USB has largely superseded serial and parallel for most applications.

POST (Power-On Self-Test)

POST is a series of diagnostic tests performed by the computer’s BIOS/UEFI upon startup. It verifies the functionality of essential hardware components, including the CPU, memory, and storage devices, before loading the operating system. Failures during POST often result in error messages or beep codes.

Power Connectors (ATX, EPS)

Power connectors deliver electricity from the power supply unit (PSU) to the motherboard and components. ATX provides power to standard desktop motherboards. EPS connectors, featuring 8-pin configurations, supply power to CPUs in high-performance systems and servers, demanding greater power delivery.

PowerShell

PowerShell is a cross-platform task automation solution comprised of a command-line shell, scripting language, and configuration management framework. Developed by Microsoft, it enables system administrators to automate repetitive tasks and manage computer systems efficiently using cmdlets and scripts.

Preboot Execution Environment (PXE)

Preboot Execution Environment (PXE) is a client-server interface that allows a computer to boot from a server over a network. It is commonly used for deploying operating systems to multiple machines simultaneously without needing local installation media.

Principle of Least Privilege

The Principle of Least Privilege is a security concept where users and processes are granted only the minimum level of access necessary to perform their specific job functions. This limits the potential damage from accidents or malicious attacks by restricting the reach of a compromised account.

Printer Types (Laser, Inkjet, All-in-One)

Laser printers use a laser to create an electrostatic image on a drum, attracting toner. Inkjet printers spray liquid ink onto paper. All-in-One printers combine printing, scanning, copying, and sometimes faxing capabilities into a single device, utilizing either laser or inkjet technology.

PSU (Power Supply Unit)

The PSU converts alternating current (AC) from a wall outlet into direct current (DC) voltages required by computer components. Wattage rating indicates the maximum power output. Efficiency ratings (80+ Bronze, Gold, Platinum) denote energy conservation.

R

RAID

RAID (Redundant Array of Independent Disks) is a data storage technology that combines multiple physical drives into a single logical unit to improve performance, increase storage capacity, and/or provide data redundancy. Different RAID levels offer varying balances of these benefits.

RAM (Random Access Memory)

RAM is volatile memory providing fast data access for the CPU. It temporarily stores instructions and data the computer is actively using. Increased RAM capacity generally improves system responsiveness and multitasking capabilities. Data is lost when power is removed.

Ransomware

Ransomware is a type of malware that encrypts a victim's files and demands a payment, usually in cryptocurrency, to provide the decryption key. It often spreads through phishing campaigns or by exploiting unpatched vulnerabilities in network services.

Registry Editor (regedit)

Registry Editor (regedit) is a graphical tool used to view and modify the Windows Registry, a hierarchical database of system and application settings. It allows for low-level configuration changes to the operating system, hardware drivers, and installed software profiles to resolve deep-seated system issues.

Remote Desktop Protocol (RDP)

Remote Desktop Protocol (RDP) is a Microsoft proprietary protocol enabling a user to access and control another computer over a network. It provides a graphical user interface and allows remote administration, troubleshooting, and application access as if directly using the remote system.

Rootkit

Rootkit is a collection of software tools that enable an unauthorized user to gain administrative control of a computer system while remaining hidden. They often embed themselves in the OS kernel or firmware to avoid detection by standard antivirus software.

S

S.M.A.R.T. (Self-Monitoring, Analysis, and Reporting Technology)

S.M.A.R.T. is a monitoring system included in computer hard disk drives and solid-state drives that detects and reports on various indicators of drive reliability. It warns users of imminent hardware failure, allowing for proactive data backup and replacement.

Safe Mode

Safe Mode is a diagnostic startup mode for Windows, loading only essential drivers and services. It allows troubleshooting issues caused by faulty drivers, conflicting software, or malware. Accessing Safe Mode typically involves interrupting the normal boot process or using system recovery options.

Safety Data Sheet (SDS)

A Safety Data Sheet (SDS), formerly known as MSDS, is a standardized document that provides detailed information about a chemical product. It includes chemical properties, health hazards, handling precautions, and emergency first-aid procedures.

SATA (Serial ATA)

SATA is a connection interface for computer storage devices, including hard disk drives (HDDs) and solid-state drives (SSDs). It replaced the older PATA standard, offering improved data transfer speeds and a smaller form factor. SATA utilizes a serial communication protocol for efficient data exchange with the motherboard.

Scripting

Scripting involves writing automated sequences of commands to execute tasks within a runtime environment. These scripts automate repetitive processes, configure systems, and perform complex operations, increasing efficiency and reducing manual errors in system administration and software development.

Secure Boot

Secure Boot is a security standard that ensures a device boots using only software trusted by the Original Equipment Manufacturer (OEM). By verifying digital signatures of the bootloader and kernel, it prevents rootkits and other malicious code from loading during the boot sequence.

Secure Shell (SSH)

Secure Shell (SSH) is a cryptographic network protocol used for operating network services securely over an unsecured network. It is most commonly used for remote command-line login and remote command execution on Linux and Unix servers.

Shoulder Surfing

Shoulder Surfing is a social engineering technique where an attacker physically observes a user's screen or keyboard to steal sensitive information. This is commonly used in public areas to capture passwords, PINs, or credit card numbers without the user's knowledge.

Social Engineering

Social Engineering manipulates individuals into performing actions or divulging confidential information. Attackers exploit human psychology, trust, and vulnerabilities to bypass security measures. Techniques include pretexting, baiting, quid pro quo, and tailgating, often used in conjunction with technical attacks.

Software as a Service (SaaS)

Software as a Service (SaaS) is a cloud computing model where applications are hosted by a provider and made available to customers over the internet. Users typically access the software via a web browser, eliminating the need for local installation, maintenance, or hardware management by the end-user.

SSD (Solid State Drive)

SSDs utilize flash memory for data storage, providing significantly faster read/write speeds and improved shock resistance compared to HDDs. They consume less power and operate silently due to the absence of moving mechanical components.

SSH

Secure Shell (SSH) is a cryptographic network protocol providing secure remote access to a computer. It encrypts all communication, protecting against eavesdropping and man-in-the-middle attacks, and is commonly used for remote command-line access and secure file transfer.

Subnet Mask

A subnet mask is a 32-bit number used to differentiate the network portion of an IP address from the host portion. It determines the network size and the number of usable host addresses within that network. Subnet masks are crucial for efficient network segmentation and routing.

sudo (SuperUser Do)

sudo (SuperUser Do) is a program for Unix-like operating systems that allows users to run programs with the security privileges of another user, typically the superuser (root). It provides a secure way to perform administrative tasks without logging in as root.

System File Checker (SFC)

System File Checker (SFC) is a Windows utility used to scan for and restore corruptions in critical system files. By running the sfc /scannow command, the tool replaces damaged or missing system files with a cached, healthy version from the system image.

System Restore

System Restore is a Windows utility that allows users to revert their computer's state to a previous point in time, known as a restore point. This is primarily used to fix system instability or software conflicts by undoing recent changes to system files and registry settings.

T

Task Manager

Task Manager is a Windows system monitoring tool displaying real-time information about CPU usage, memory consumption, disk activity, network performance, and running processes. It allows users to end unresponsive applications, monitor system performance, and identify resource-intensive programs impacting system speed.

Task Scheduler

Task Scheduler is a Windows component enabling automated execution of programs, scripts, or commands at specified times or in response to specific events. It allows administrators and users to schedule tasks for routine maintenance, system updates, or application launches without manual intervention.

Thermal Paste

Thermal paste, also known as thermal grease, is a heat-conductive compound applied between a heat-generating component (CPU, GPU) and its heat sink. It fills microscopic gaps, improving heat transfer and preventing overheating, which ensures stable system operation.

Troubleshooting Methodology

A structured, iterative process for identifying and resolving technical problems. It includes steps like identifying the issue, researching potential causes, developing a hypothesis, testing the hypothesis, implementing a solution, documenting the process, and verifying full functionality and user satisfaction.

Trusted Platform Module (TPM)

Trusted Platform Module (TPM) is a dedicated microcontroller designed to secure hardware through integrated cryptographic keys. It provides a hardware-based root of trust used for disk encryption, such as BitLocker, and verifying the integrity of the boot process during startup.

V

Video Memory (VRAM)

Video Memory (VRAM) is dedicated RAM on a graphics card used to store image data, textures, and frame buffers. Sufficient VRAM is crucial for smooth rendering, especially in graphically intensive applications like gaming and video editing. The amount of VRAM impacts performance and resolution capabilities.

Virtual Machine (VM)

A virtual machine is a software-defined computer that emulates a physical computer system. VMs operate within a host operating system, enabling the execution of independent operating systems and applications in isolated environments. This allows for resource sharing and efficient utilization of hardware.

Virtual Private Network (VPN)

A Virtual Private Network (VPN) is an encrypted tunnel created over a public network, such as the Internet, to provide secure access to a private network. It ensures data privacy and integrity by masking the user's IP address and encrypting traffic.

Virtualization

Virtualization creates virtual versions of computing resources—hardware, operating systems, storage, and networks—allowing multiple operating systems to run concurrently on a single physical machine. This improves resource utilization, flexibility, and scalability while reducing hardware costs and complexity.

VPN

A Virtual Private Network (VPN) creates a secure, encrypted connection over a less secure network, like the public internet. This tunnel protects data confidentiality and integrity by masking the user’s IP address and encrypting transmitted data, providing privacy and secure remote access to resources.