Computer Hardware and Operating Systems Vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/21

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering fundamental computer science concepts including units of binary measurement, CPU functionality, physical hardware roles, digital state logic, and operating system mechanisms.

Last updated 9:06 PM on 9/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

Bit

A single zero or one, acting like a switch being off or on.

2
New cards

Byte

A group of 88 bits that can hold 11 letter in a document.

3
New cards

Kilobyte (kB)

A unit of digital data short for kilobyte, which is equal to 10001000 bytes.

4
New cards

Megabyte

A data unit short for megabyte, equal to 1 million bytes1\text{ million bytes}, commonly used to measure photos.

5
New cards

Gigabyte (GB)

A data unit short for gigabytes, equal to 1 billion bytes1\text{ billion bytes}, commonly used to measure movies and games.

6
New cards

CPU Functions

The essential operations performed by the central processing unit: running instructions from a program, math and logic, organizing input/output/memory, and synchronizing.

7
New cards

Multiple Cores

A processor setup containing multiple CPUs working together to handle tasks.

8
New cards

Hertz (Hz)

A measure of frequency used to quantify CPU speed, usually expressed in gigahertz (GHz).

9
New cards

2 GHz

A CPU speed specification meaning 2 billion2\text{ billion} clock cycles per second.

10
New cards

Areal Density

A storage density metric where bits span the width of 22 strands of DNA, achieving 20 terabits per square inch20\text{ terabits per square inch} (600 gigabits600\text{ gigabits} in one hard drive).

11
New cards

Four Functions of a Computer

The basic capabilities of a computer system: 1. Input information (takes in information), 2. Store information (keeps it), 3. Process information (does things with information), 4. Output information (gives it back).

12
New cards

Input Hardware

Components responsible for taking in information, including touchscreens, keyboards, microphones, mice, and other computers.

13
New cards

Processing Hardware

Components responsible for processing information, consisting of the CPU ('processor') and GPU ('graphics card').

14
New cards

Output Hardware

Components responsible for presenting or giving back information, including screens, speakers, printers, and other computers.

15
New cards

RAM vs. Hard Drive

RAM provides small (4 GB4\text{ GB}), fast, short-term memory for currently open apps and files; a hard drive provides large (250 GB250\text{ GB}), slow, long-term storage for all apps and files.

16
New cards

Digital Electronics

Electronic systems that represent information using discrete binary states (11 or 00) corresponding to switches being on or off, rather than continuous analog signals.

17
New cards

Circuit State Calculation

The mathematical relationship determining state capacity in digital electronics, where 33 circuits yield 88 states (23=82^3 = 8) and 88 circuits yield 256256 states (28=2562^8 = 256).

18
New cards

Operating System (OS)

A special program (such as Microsoft Windows or Mac OS) that connects hardware and software, managing access to hardware components like memory, keyboard, mouse, and headset.

19
New cards

Hardware vs. Software

Hardware refers to physical components like chips, pieces, CPU, circuits, and wires; software refers to non-physical applications, sites, and apps.

20
New cards

Turn-Taking Supervision

An OS function where the operating system regulates access so each app gets its turn to use hardware (CPU, mouse, etc.) rather than letting apps access hardware directly.

21
New cards

Memory Protection

An OS security feature ensuring that each program can only access the RAM dedicated to its own process, preventing one application from accessing another program's memory.

22
New cards

Two Parts of an Operating System

The structural division of an OS into the Kernel (which handles key OS functions) and Tools + Libraries.