A survey of 10,000 adults asks: "Do you use social media daily?" Results show 68% say yes. A researcher concludes that 68% of all humans use social media daily.
Which flaw in this data analysis is MOST significant?
Loading test…
12 questions
A survey of 10,000 adults asks: "Do you use social media daily?" Results show 68% say yes. A researcher concludes that 68% of all humans use social media daily.
Which flaw in this data analysis is MOST significant?
What is the decimal value of the 8-bit binary number 00001011?
A data analyst trains a machine learning model to predict loan approval using historical loan data. She later discovers that the historical data reflects past discriminatory lending practices that denied loans to certain demographic groups at higher rates. The model learns from this pattern and replicates it.
This scenario BEST illustrates which concern about data?
Which of the following is an example of data abstraction?
ASCII uses 7 bits to encode each character, allowing it to represent 2^7 = 128 characters. Unicode (UTF-32) uses 32 bits per character. Why was Unicode developed?
How many different values can be represented using 3 bits?
A hospital stores patient records in a database. Each record includes the patient's name, date of birth, diagnosis codes, and the date each entry was created. The dates and times when entries were created are examples of which type of data?
A photograph is stored in JPEG format (lossy compression) and then decompressed. Which of the following accurately describes the decompressed image?
A health app automatically logs a user's GPS location every 5 minutes throughout the day. Over a year, this produces a detailed record of everywhere the user went.
Which of the following BEST describes a privacy concern raised by this data collection practice?
Which of the following BEST distinguishes lossy compression from lossless compression?
A digital audio file encodes sound by sampling the audio signal at regular intervals (e.g., 44,100 times per second) and storing each sample as a binary number. Which of the following changes would INCREASE the accuracy of the digital audio representation?
A run-length encoding (RLE) scheme compresses a row of pixels by replacing consecutive identical values with a count and the value. For example, the row WWWWBBWW is encoded as 4W2B2W.
Using this scheme, what is the compressed encoding of RRRRRRGGGG?