Chapter 1 - Core Hardware Components Flashcards
1.3, 1.5, 2.3, 2.5
Computer
an electronic device that manipulates information or data. It has the ability to input, process, output, and store data.
Hardware
refers to the physical elements of a computer. (Infrastructure =?)
Software
instructions that tell a computer what to do. (Logical = Software)
Peripheral Devices
an auxiliary device that connects to and works with a computer and is used to put information into and get information out of the computer
Input
when the computer receives data from a user through a peripheral device that connects to and works with a computer
Output
when the computer displays, plays or distributes data to a user through a peripheral device that connects to and works with a computer
Processing
manipulation of data by a computer’s processor
Storage
a process through which data is retained for future use. Data retention can be either temporary or permanent.
bit (b)
small unit of digital information
Byte (B)
a unit of measurement that contains eight (8) bits, or a series of eight (8) zeros and ones.
- 1 Byte = 8 bits
- value can range from 0 to 255
Data at Rest
data that is housed physically on a storage drive in a digital format.
(Measures in bits/bytes)
Precision Measurement
binary measurement system
222222222*2 = 1024
Data in Use
data that is currently being processed or acted upon by a system’s processor
(measured in hertz)
Hertz (Hz)
a unit of frequency equivalent to one cycle per second
- megahertz (MHz)
- gigahertz (GHz)
Motherboard
the main circuit board in a computing device that connects and allows communication between all the other computing components
- Backbone, foundation, or heart of a computing device
- all other comments must be compatible with this
- also referred to as a “system board”
Firmware
a type of software program or set of instructions programmed into electronic devices and provides the most basic control of a hardware component
- More permanent than general-purpose software
- Initiates device boot-up
- Control input and output operations
BIOS (Basic Input/Output System)
firmware that is stored on a computer’s motherboard that provides the fundamental instructions and settings necessary for the computer to start up, initialize hardware components, and establish communication between the hardware and the operating systems
- Configure data and time
- view information/specs related to most hardware in your system
- Enable or disable hardware
- Enable virtualization (VT-X)
- Change the boot order of your system)
UEFI (Unified Extensible Firmware Interface)
firmware that is stored on a modern computer’s motherboard that provides the fundamental instructions and settings necessary for the computer to start up, initialize hardware components, and establish communication between the hardware and the operating system
- uses a graphical user interface (GUI)
- offer more features
- better security
RAM (Random Access Memory)
a form of computer memory that stores working data or programs currently in use by the computer.
- the type of memory used for the system memory.
- more capacity to hold and process large programs and files, as well as enhance system performance
CPU (Central Processing Unit)
the primary component of a computer responsible for executing instructions and performing calculations.
- Acts as the brain of a computer
- executes a program, which is a sequence of stored instructions
ARM (Advanced RISC Machine)
a family of CPUs based on the RISC (Reduced Instruction Set Computing) architecture
- used most commonly in mobile phones and tablets
Internal Storage
the storage drives within a computing device that are designed to store digital data
- Provides long-term storage
- Often used to store a computer’s operating system
- Hard Disk Drives (HDD) or Solid State Drives (SDD)
GPU (Graphics Processing Unit)
a specialized processor designed to rapidly process and render graphics, images, and videos
- great for gaming devices
- both internal and external GPUs available
Heatsink
a metal structure that absorbs and disperses heat generated by electronic components such as CPUs or GPUs it helps prevent overheating by provide a large area for heat dissipation
- fans (affordable/limitations)
- liquid cooling (expensive/more efficient)
NIC (Network Interface Card)
a computer hardware component that allows a computer to connect to a network or other computing device and acts as a communication link enabling the transfer of data
- utilize an transmitter and receiver
Wired NICs
use physical cables such as ethernet cable to establish a network connection
- generally offer faster and more reliable data throughput rates
Wireless NICs
utilize wireless technologies such as Wi-Fi, Bluetooth, NFC or even cellular to connect to a network without the need for physical cables
Volatile Storage
a type of storage that requires a continuous power supply to retain data
- RAM, used as a temp storage option