Binary Numbers
Data Compression
Extracting Info
Programs with Data
100

Convert 1010 in base-2 into base-10

10

100

What does compression do to a file?

Reduces file size.

100

What process turns raw data into meaningful patterns or summaries?

Data analysis

100

How is data stored in a program?

List

200

What is 13 called in binary?

1101

200

What are the 2 types of general compression algorithms?

Lossless and lossy

200

What term refers to spotting values that are very different from the rest of the data?

Outliers

200

What are patterns that change over time? 

Trends

300

Convert 10001010 in base-2 into base-10

138

300

What lossless algorithm uses patterns and repetition to reduce file size?

Run-Length Encoding (RLE)

300

What is the process that makes the data uniform without changing the meaning?

Cleaning data
300

What type of loop processes every item in a list?

For loop

400

Why does data need to be stored in binary?

Computers can only understand on and off switch circuits which are represented by 1s and 0s.

400

Why is lossy compression used over lossless compression sometimes?

Better reduction in file size for the quality.

400

What method involved two or more processors working on the same task? 

Parallel processing

400

How does a program sort or filter data?

If then statement

500

Convert F in hexadecimal into binary

1111

500

What method used in compression algorithms assigns shorter codes to more frequent items and longer codes to less frequent items?

Entropy encoding

500

What technique involves grouping data points that share similar traits without having pre-labeled categories?

Clustering

500

What is the practice of summarizing or simplifying data to make it easier to manage and analyze?

Data abstraction