AP Computer Science Principles · Question of the Day

AP Computer Science Principles Question of the Day

A fresh daily question to build accuracy, reinforce recall, and turn practice into a steady habit.
Friday, August 7, 2026

A user takes a digital photograph with a modern smartphone. The photograph file contains both the image data itself and additional information about the image.

Which of the following is an example of metadata that would be associated with the digital photograph file?

Keep practicing AP Computer Science Principles

Question of the Day

Answer today's AP Computer Science Principles question, reveal the full explanation, then keep the streak going with a new question every day.

A user takes a digital photograph with a modern smartphone. The photograph file contains both the image data itself and additional information about the image.

Which of the following is an example of metadata that would be associated with the digital photograph file?

  1. The total number of pixels that are predominantly blue in the photograph's image.
  2. The specific time and GPS coordinates where the photograph was taken. (correct answer)
  3. A compressed version of the image data used for creating a thumbnail preview.
  4. The names of any individuals identified in the photograph through facial recognition.

Explanation: The correct answer is B. Metadata is data about data. The image itself is the primary data. The time and location where the photo was taken are descriptive pieces of information about the photo file, not part of the visual content itself, making them metadata. The other options describe information derived or extracted from the primary image data, not metadata about the file's creation or properties.