Unit 2: Data

Showing 35 of 35 questions

Q1
MULTIPLE_CHOICEEasy

How is the decimal number 13 represented in binary?

Q2
MULTIPLE_CHOICEEasy

What is the decimal equivalent of the binary number 10110?

Q3
MULTIPLE_CHOICEMedium

An image is stored using 3 bits per pixel. How many different colors can each pixel represent?

Q4
MULTIPLE_CHOICEMedium

Which of the following is a primary purpose of data compression?

Q5
MULTIPLE_CHOICEMedium

What is the difference between lossy and lossless compression?

Q6
MULTIPLE_CHOICEEasy

Which of the following is an example of metadata?

Q7
MULTIPLE_CHOICEHard

A computer uses 4 bits to represent each pixel of a black-and-white image. The image is 100 pixels wide and 200 pixels tall. How many bits are needed to store this image (without compression)?

Q8
MULTIPLE_CHOICEMedium

Which of the following statements about overflow errors is true?

Q9
MULTIPLE_CHOICEHard

A music streaming service uses a sampling rate of 44,100 samples per second and 16 bits per sample for stereo audio (2 channels). How many bits are needed for one second of audio?

Q10
MULTIPLE_CHOICEHard

A dataset contains information about students including name, grade, and test scores. Which of the following questions CANNOT be answered using only this dataset?

Q11
MULTIPLE_CHOICEMedium

An analog sound wave is sampled at different rates. Which statement about sampling rate is correct?

Q12
MULTIPLE_CHOICEMedium

What is the largest unsigned integer that can be represented with 4 bits?

Q13
MULTIPLE_CHOICEEasy

What is the decimal value of the binary number 1011?

Q14
MULTIPLE_CHOICEMedium

An overflow error occurs when:

Q15
MULTIPLE_CHOICEMedium

Lossless compression:

Q16
MULTIPLE_CHOICEMedium

Which is an example of lossy compression?

Q17
MULTIPLE_CHOICEEasy

When converting an analog signal to digital, the process involves:

Q18
MULTIPLE_CHOICEMedium

In an RGB color model, each color channel uses 8 bits. How many total bits are needed to represent one pixel?

Q19
MULTIPLE_CHOICEMedium

When cleaning data from a large dataset, which is most important?

Q20
MULTIPLE_CHOICEMedium

What is the decimal value of binary 11001?

Q21
MULTIPLE_CHOICEMedium

What is the binary representation of decimal 42?

Q22
MULTIPLE_CHOICEMedium

Unicode is important because it:

Q23
MULTIPLE_CHOICEMedium

Large datasets can reveal patterns through:

Q24
MULTIPLE_CHOICEMedium

A roundoff error occurs because:

Q25
MULTIPLE_CHOICEMedium

To uniquely represent 200 different values, the minimum number of bits needed is:

Q26
MULTIPLE_CHOICEMedium

A dataset of student grades across 5 years can best be used to:

Q27
MULTIPLE_CHOICEMedium

The trade-off of using lossy compression on an audio file is:

Q28
MULTIPLE_CHOICEHard

What is the binary sum of 1010 + 0111?

Q29
MULTIPLE_CHOICEMedium

A researcher has a spreadsheet with 10,000 rows of data about bird sightings including date, species, location coordinates, and weather conditions. She wants to determine which species are most commonly spotted during rainy weather. Which of the following approaches is most appropriate?

Q30
MULTIPLE_CHOICEHard

A music streaming service stores each song using 16-bit audio samples at a rate of 44,100 samples per second. Approximately how much storage is needed for a 4-minute song (uncompressed)?

Q31
MULTIPLE_CHOICEMedium

A city government collects data on traffic accidents including location, time, road conditions, and number of vehicles involved. The data reveals a strong correlation between accident frequency and the number of fast-food restaurants nearby. Which conclusion is most appropriate?

Q32
MULTIPLE_CHOICEHard

A researcher collects data on 10,000 students including name, GPA, ZIP code, and extracurricular activities. The researcher publishes the dataset after removing student names. Which concern is most valid?

Q33
MULTIPLE_CHOICEMedium

A music streaming service stores each song as a digital file. Which of the following is true about the digitization of the audio signal?

Q34
MULTIPLE_CHOICEHard

A dataset contains information about 500 cities including population, median income, and crime rate. A programmer creates a scatter plot of median income vs. crime rate and finds a negative correlation. Which conclusion is most appropriate?

Q35
MULTIPLE_CHOICEMedium

An image is stored as a 1920×1080 grid of pixels, with each pixel using 24 bits for color (8 bits each for red, green, blue). Approximately how many megabytes of storage does the uncompressed image require?

Advertisement