Acronyms Flashcards
Practice & Memorize these for your Knowledge and Exam readiness. (Multi-Cert Focused) (104 cards)
What is the firmware that initializes hardware on boot?
A+ Core 1
BIOS (Basic Input/Output System)
A+ Core 1
What is the battery called on the Motherboard (MoBo) that is responsible for booting the microchip that retains BIOS settings & keeps the internal clock ticking?
A+ Core 1
CMOS Battery - Complementary Metal-Oxide Semiconductor (the microchip power source usually a CR2032 type)
A+ Core 1
Complementary Metal-Oxide Semiconductor
A+ Core 1
CMOS - This is a special type of memory chip made from Complementary Metal-Oxide-Semiconductor technology. It stores essential system settings like:
~Date and time
~Boot device order
~Hardware configuration details
A+ Core 1
What is the acronym and full hardware component description for a computer’s brain?
A+ Core 1
CPU - The Central Processing Unit
A+ Core 1
GUI
Graphical User Interface
What does POST stand for and what is it’s function?
A+ Core 1
Power-On Self-Test - This is one of the very first functions of a working computer that initializes hardware diagnostics on startup. / The POST is a diagnostic program implemented in the system firmware that checks the hardware to ensure the components required to boot the PC are present and functioning correctly.
A+ Core 1
Random Access Memory is also known as _ _ _? What is it’s functionality?
A+ Core 1
RAM - It is the volatile memory within a computer that is fed the code from programs running in real-time. RAM provides high-speed temporary data storage for the CPU.
* Unlike storage drives accessed sequentially (one bit after another), RAM allows random access.
What is the most common format of RAM modules for PCs?
A+ Core 1
UDIMMs - Unbuffered DIMMs that are simply designed where the memory chips directly connect to the data pins.
A+ Core 1
DIMMs
Dual-inline memory module(s). This is the general format for modern RAM modules, as opposed to older (legacy) formats of SIMMs, Single-inline memory modules.
SODIMM
A+ Core 1
Small outline dual-inline module - Typically used for laptops and small computers.
A+ Core 1
What is DDR SDRAM and what are the fundamental functions underlying this format of RAM? (DRAM + SDRAM)
A+ Core 1
Double Data Rate Synchronous Dynamic Random Access Memory = Dynamic RAM + Synchronous RAM - Dynamic RAM stores each data bit as an electrical charge within a single-bit cell. A bit cell consists of a capacitor to hold a charge (the cell represents 1 if there is a charge and 0 if there is not) and a transistor to read the contents of the capacitor. // Synchronous DRAM (SDRAM) is so-called because its speed is synchronized to the motherboard system clock.
A+ Core 1
MT/s
Mega Transfers per second.
What is the meaning of UEFI & what are the differences between it and it’s predecessor? (BIOS)
A+ Core 1
Unified Extensible Firmware Interface - this modern bootup-firmware provides support for 64-bit CPU operation at boot, a full GUI and mouse operation at boot, networking functionality at boot, and better boot security.
A+ Core 1
What are HDDs and SSDs and what are the differences between them?
Hard Disk Drives and Solid State Drives are both non-volatile memory hardware modules that provide a PC its primary persistent storage medium. HDDs work via a spinning disk and physical/mechanical memory controller. SDDs utilize flash memory technology to serve as a persistent storage medium. Typically, SSDs perform better in most areas than HDDs, especially in terms of read and write speeds. They are also less susceptible to wear and tear & are more resistant to issues caused by electric discharge.
What is an IP and what is it’s function?
A+ Core 1
Internet Protocol - Provides packet addressing and routing within a network of networks. For data to travel from one IP network to another, an intermediate system must forward it.
A+ Core 1
Explain what DNS is and it’s function
A+ Core 1
Domain Name System - Converts and maps Fully Qualified domain names into IP addresses. Very critical resource management to the modern functionality of the world-wide-web (Internet) and utilized by most TCP/IP networks.
A+ Core 1
What does DHCP stand for and what does it do?
A+ Core 1
Dynamic Host Configuration Protocol - Ensures that data is received via recieved Receipts & Acknowledgement functions. This protocol automatically resolves events of packet loss. It automates the configuration of IP addresses, subnet masks and other options.
* Requires a DHCP server.
* Functions with a dynamic pool of IP addresses that are “leased” and assigns IP addresses to devices in real-time.
A+ Core 1
Wi-Fi
A+
Wireless Fidelity
A+ Core 1
TCP/IP stands for what?
A+
Transmission Control Protocol/Internet Protocol
HDMI
A+ Core 1
High-Definition Multimedia Interface
SCSI
A+ Core 1
Small Computer System Interface
ATX
A+ Core 1
Advanced Technology Extended - It is the standard physical format/design profile for desktop computers which is based on the size of the MoBo. The standardized dimension for ATX motherboards is 12” x 9.6”
What is an APU and what is a GPU? What are the differences between them?
A+
APU stands for Accelerated Processing Unit & GPU stands for Graphics Processing Unit. An APU is a CPU that has Graphics Processing microarchitecture integrated into it. This means that an APU has more capabilities for handling graphic rendering while simultaneously processing like a stand-alone CPU. The GPU is a separate piece of hardware from the CPU and is dedicated solely to rendering graphics.
- MHz & GHz
- What Functions and Devices are measured in these?
A+
Megahertz & Gigahertz!
* These are units used to measure clock speeds, which determine how quickly a component can process instructions.
* The primary components that are rated in GHz are Processing Units (CPUs, APUs & GPUs). A processors clock speed dictates how many instruction calculations it can execute per second.
* RAM memory speeds are often measured in MHz. Faster RAM clock speeds can improve system responsiveness, but the benefits are less dramatic compared to differing processor clock speeds.