Home
Explore
Exams
Search for anything
Search for anything
Login
Get started
Home
Engineering
AP Computer Science Principles
APCSP - Unit 2 - Digital Information
Studied by 64 people
4.6
(13)
Add a rating
Learn
A personalized and smart learning plan
Practice Test
Take a test on your terms and definitions
Spaced Repetition
Scientifically backed study method
Matching Game
How quick can you match all your cards?
Flashcards
Study terms and definitions
1 / 23
Earn XP
Description and Tags
Computer Science
AP Computer Science Principles
Add tags
24 Terms
View all (24)
Star these 24
1
decimal number system
a base 10 number systen that uses 10 different characters to represent values; each place value is the number 10 raised to a certain power
New cards
2
binary number system
a base 2 number system that uses 2 different characters to represent values; each place value is the number 2 raised to a certain power
New cards
3
bit
a single 0 or 1 in a binary number; short for binary digit
New cards
4
nibble
a group of four bits
New cards
5
byte
a group of eight bits
New cards
6
kilobyte
a group of one thousand bytes or eight thousand bits
New cards
7
megabyte
a group of one million bytes or eight million bits
New cards
8
gigabyte
a group of one billion bytes or eight billion bits
New cards
9
terabyte
a group of one trillion bytes or eight trillion bits
New cards
10
overflow error
a programming error that occurs when attempting to represent a number that is too large
New cards
11
underflow error
a programming error that occurs when attempting to represent a number that is too small
New cards
12
round-off error
a programming error that results from attempting to represent a number that is too precise in binary
New cards
13
ASCII
American Standard Code for Information Interchange
New cards
14
American Standard Code for Information Interchange
a 7-bit encoding scheme for commonly used English letters, numbers, and symbols
New cards
15
Unicode
an international encoding scheme that represents more than 65,000 characters from numerous languages, numbers, symbols, and emoji
New cards
16
analog
continuous streams or waves of data, such as light waves, sound waves; real, tangible things
New cards
17
digital
sampled, non-continuous data
New cards
18
sampling
a process for creating a digital representation of analog data by measuring the analog data at regular intervals (called samples)
New cards
19
pixel
a tiny element of a screen that can produce a color; short for picture element
New cards
20
RGB triplet
three values that affect the brightness of the red, green, and blue portions of a pixel; usually represented in decimal, binary, or hexadecimal
New cards
21
full color
colors represented with 24 bits, allowing for more than 16 million different colors
New cards
22
data compression
a reduction in the number of bits needed to represent data
New cards
23
lossless compression
a reversible process that reduces the number of bits in a digital file without losing any data
New cards
24
lossy compression
a non-reversible process that reduces the number of bits in a digital file by discarding some of the data and informa
New cards