Convert 1010 in base-2 into base-10
10
What does compression do to a file?
Reduces file size.
What process turns raw data into meaningful patterns or summaries?
Data analysis
How is data stored in a program?
List
What is 13 called in binary?
1101
What are the 2 types of general compression algorithms?
Lossless and lossy
What term refers to spotting values that are very different from the rest of the data?
Outliers
What are patterns that change over time?
Trends
Convert 10001010 in base-2 into base-10
138
What lossless algorithm uses patterns and repetition to reduce file size?
Run-Length Encoding (RLE)
What is the process that makes the data uniform without changing the meaning?
What type of loop processes every item in a list?
For loop
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.
Why is lossy compression used over lossless compression sometimes?
Better reduction in file size for the quality.
What method involved two or more processors working on the same task?
Parallel processing
How does a program sort or filter data?
If then statement
Convert F in hexadecimal into binary
1111
What method used in compression algorithms assigns shorter codes to more frequent items and longer codes to less frequent items?
Entropy encoding
What technique involves grouping data points that share similar traits without having pre-labeled categories?
Clustering
What is the practice of summarizing or simplifying data to make it easier to manage and analyze?
Data abstraction