Learn: AP CPS Unit #1: Digital Information

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:17 PM on 9/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Byte

a group of 8 bits

2
New cards

bit

A contraction of "Binary Digit". A bit is the single unit of information in a computer, typically represented as a 0 or 1.

3
New cards

Binary

A way of representing information using only two options.

4
New cards

overflow error

Error from attempting to represent a number that is too large.

5
New cards

roundoff error

Error from attempting to represent a number that is too precise. The value is rounded.

6
New cards

Analog Data

Data with values that change continuously, or smoothly, over time. Some examples of analog data include music, colors of a painting, or position of a sprinter during a race.

7
New cards

Digital Data

Data that changes discreetly through a finite set of possible valuess

8
New cards

Sampling

A process for creating a digital representation of analog data by measuring the analog data at regular intervals called samples.

9
New cards

Lossy Compression

A process for reducing the number of bits needed to represent something in which some information is lost or thrown away. This process is NOT reversible.

10
New cards

Lossless Compression

A process for reducing the number of bits needed to represent something without losing any information. This process IS reversible.

11
New cards

intellectual property

a work or invention that is the result of creativity, such as a manuscript or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.

12
New cards

Creative Commons

A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work, used when an author wants to give people the right to share, use, and build upon a work that they have created

13
New cards

Abstraction

a simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.

14
New cards

Convert the decimal (base-10) number 10 to binary (base-2).

1010

15
New cards

Convert the binary (base-2) number 1010 to decimal (base-10).

10

16
New cards

How many total numbers can be represented with an 8-bit binary (base-2) system?

256