Binary Numbers
Data Compression
Extracting Information
Using Programs with Data
Data Mix
100

What is a bit in computing?

A bit is the smallest unit of data in a computer, represented as either a 0 or a 1.

100

What is the difference between lossless and lossy compression?

Lossless compression preserves all original data, while lossy compression reduces file size by removing some data.

100

What is metadata?

Metadata is data about data, providing context such as the date of creation or file size.

100

What role do programs play in data processing?

Programs automate the collection, organization, and analysis of data to extract useful information

100

The number of bits needed to store the value 15.

What is 4.

200

Convert the binary number 1010 to decimal.

10

200

What is an example of a lossless compression algorithm?

ZIP or PNG.

200

How can combining data from different sources improve analysis?

It allows for a more comprehensive view, leading to better insights and conclusions.

200

Give an example of a program used for organizing data.

Excel or Google Sheets.

200

The binary ID number of a student who comes after 10010011


What is 10010100

300

What is a byte and how many bits does it contain?

A byte is a group of 8 bits.

300

Why might lossy compression be preferred in streaming video?

Because it significantly reduces file size, allowing for faster loading times, which is crucial for streaming.

300

Describe one challenge associated with processing large datasets.

Large datasets may exceed the capacity of a single computer, requiring parallel systems for processing.

300

What is iterative processing in data analysis?

It involves using multiple cycles of data processing to refine analysis, such as sorting, filtering, and making predictions.

300

The maximum number of elements, in a sorted list of 50 names in alphabetical order, to be examined using a binary search.

What is 6?

400

Explain how binary numbers represent data and why it's essential for computers.

Binary numbers represent data using two states (0 and 1), which correspond to electrical signals in computers, making it easier to process and store information.

400

How does redundancy in data affect compression efficiency?

More redundancy allows for greater compression, as repetitive data can be represented with shorter codes.

400

What is correlation in data analysis, and why can it be misleading?

Correlation indicates a relationship between two variables, but it does not imply causation; other factors may influence both variables.

400

Explain the significance of data filtering systems.

They help efficiently find relevant information and recognize patterns in large datasets.

400

Ordering stored data files by date is a way THIS improves the use of the actual data file.


What is metadata.

500

Describe the process of converting a decimal number to binary.

Divide the decimal number by 2, record the remainder, and repeat until the quotient is 0. Read the remainders from bottom to top.

500

Explain the importance of metadata in data compression.

Metadata provides context and additional information about the data, which can enhance the effectiveness of data compression.

500

How can information be extracted from data through analysis?

By processing data to identify patterns and trends that provide insights into behaviors or outcomes.

500

Discuss how data transformation can reveal patterns in data.

By translating data into different formats or scales, trends and insights may become more apparent, guiding decision-making.

500

Ensures a transmitted file is full restored to its original version.

What is lossless compression

M
e
n
u