Bytes, Bits, Data & Encoding Flashcards

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/11

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering computer science fundamentals including binary systems, data limits, text and image encoding, data compression, and digital intellectual property.

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

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

Bit

A single binary digit, taking a value of either 00 or 11. It represents an off/on electrical state.

2
New cards

Byte

A sequence of 88 bits (e.g., 1011010010110100).

3
New cards

Binary (Base-2)

A number system using powers of 22 (128128, 6464, 3232, 1616, 88, 44, 22, 11) to represent values.

4
New cards

Decimal (Base-10)

Standard numbering using powers of 1010.

5
New cards

Overflow Error

Occurs when a calculated number exceeds the maximum value a fixed number of bits can hold (e.g., trying to store 256256 in an 88-bit system that tops out at 255255).

6
New cards

Round-off Error

Occurs when floating-point fractional values cannot be represented with exact precision, resulting in slight mathematical inaccuracies.

7
New cards

ASCII

An 88-bit encoding standard mapping numbers (01270\text{--}127) to standard keyboard characters.

8
New cards

RGB Color Model

Uses combinations of Red, Green, and Blue light values (typically 02550\text{--}255 each, using 2424 bits per pixel) to render digital images.

9
New cards

Sampling

Converting a continuous physical signal (like sound waves or smooth imagery) into discrete numerical values recorded at regular intervals.

10
New cards

Lossless Compression

Reduces file size without losing any original data. Perfect reconstruction is possible (e.g., PNG, ZIP).

11
New cards

Lossy Compression

Permanently discards less perceptible data to drastically reduce file size (e.g., JPEG, MP3).

12
New cards

Creative Commons

A flexible legal framework enabling creators to specify rights for public sharing and modification.