Binary & Bits
Sampling & Color
Data Compression
Intellectual Property
Abstraction & Limits
100

The single most fundamental unit of computing data, represented as either a 0 or a 1.

What is a bit?

100

A single tiny dot of light on a computer display screen, short for "picture element."

What is a pixel?

100

Compression that reduces file size while allowing the original data to be perfectly reconstructed without losing any information.

What is lossless compression?

100

Automatic legal protection granted to creators of original works, giving them exclusive rights to copy, sell, and distribute their creation.

What is copyright?

100

The practice of hiding complex background details and mechanics so users or programmers can focus on high-level concepts.

What is abstraction?

200

The total number of unique values or patterns that can be represented using 4 binary bits.

What is 16?

200

The technique of converting continuous analog signals (like sound) into digital data by measuring the signal at regular intervals.

What is sampling?

200

Compression that permanently discards less noticeable details to dramatically shrink file size.

What is lossy compression?

200

A set of standardized public licenses that allow creators to specify which rights they keep and which rights they grant to others for free.

What is Creative Commons (CC)?

200

An error that occurs when a calculation produces a number that is larger than the maximum value a computer can store in its allocated bits.

What is an overflow error?

300

The decimal number equivalent of the binary string 1101.

What is 13?

300

The primary color model used by screens, which combines three colors of light at varying intensities.

 What is RGB (Red, Green, Blue)?

300

The type of file (such as legal contracts, executable code, or medical records) where lossy compression should NEVER be used.

What is a text or code file?

300

The status of creative works whose copyright protection has expired or was explicitly dedicated to the public, free for anyone to use.

What is the public domain?

300

An error that occurs because floating-point numbers (decimals) cannot be stored with infinite precision in binary bits.

What is a roundoff/rounding error?

400

The 5-bit binary string that represents the decimal number 19.

What is 10011?

400

Real-world data that changes continuously and smoothly without discrete, stepped jumps.

What is analog data?

400

Popular media formats such as JPEG images or MP3 audio use this type of compression because human senses cannot notice minor data loss.

What is lossy compression?

400

The misconception that because an image is visible on Google Search, it automatically means this regarding copyright restrictions.

What is "free to use without permission"?

400

The fundamental unit of computing storage made up of exactly 8 contiguous bits.

What is a byte?

500

The highest decimal value that can be stored using 8 binary bits (1 byte).

What is 255?

500

The total number of distinct color combinations possible when a pixel uses 3 bytes (24 bits) to store RGB values.

What is about 16.7 million?

500

A problem-solving strategy or "rule of thumb" used when an exact optimal solution is too computationally slow or impossible to compute.

What is a heuristic?

500

The legal doctrine that permits limited use of copyrighted material without permission for critique, commentary, news, or educational purposes.

 What is fair use?

500

Describe how a full-color digital photo exhibits abstraction, moving from the lowest hardware layer to what the human user sees.

What is: Binary bits (1s/0s) → Bytes (RGB values 0–255) → Individual Pixels → Complete Visual Image?

M
e
n
u