Big Idea 2: Data

0.0(0)
studied byStudied by 9 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

flashcard set

Earn XP

Description and Tags

Study flashcards for the second unit of the AP Computer Science Principles course.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Data

Collection of facts/statistics

2
New cards

What is the smallest unit of information in the binary system?

Bit

3
New cards

What is a byte?

A unit in the binary system that consists of 8 bits.

4
New cards

Analog data

Continuous and infinite measured data that represents physical quantities, such as sound, light, or temperature.

5
New cards

Digital data

Finite and discrete data that is measured numerically through 0s and 1s (the binary system).

6
New cards

What is the process of converting analog data to digital?

Sampling is the process which is used to convert data from analog to digital by recording the data at regular intervals.

7
New cards

Data abstraction

Using digital data (that leaves out details) to approximate real world analog data.

8
New cards

What is the formula to calculate the maximum amount of values that can be stored in a given number of bits?

2n - 1 (the n represents the number of bits)

9
New cards

What are the two types of data compression methods?

Lossless and lossy

10
New cards

Characteristics of lossless compression?

No data is lost, inverted pixel colors/brightness, mainly used for text, (png, gif, heic), and compressed packets are decompressed exactly the way they were given.

11
New cards

Characteristics of lossy compression?

Sacrifices data (data is lost) for greater compression, lowers resolution, mainly used for images and sounds, (mp4, mp3, jpeg), and data loss is permanent

12
New cards

Run length encoding is…

A form of lossless data compression that replaces sequences of repeating data values with another value that represents the repeated data.

13
New cards

Big data

Large data sets.

14
New cards

Correlation

The relationship between variables. It DOES NOT imply causation.

15
New cards

Causation

When one event causes another to occur.

16
New cards

Metadata

Data about data that aids with organization.

17
New cards

What challenges do data sets pose?

The need to clean data, incomplete data, invalid data, and the need to combine data sources.

18
New cards

What is data mining?

The process of examining large data sets to identify useful information, trends, and patterns.

19
New cards

Examples of visual data?

Bar charts, scatter plots, line graphs, and histograms.