How to Identify and Classify Dates - Exam
  • 1. What is the first step in identifying a date?
A) Consult an expert immediately.
B) Ignore context entirely.
C) Assume the date is invalid.
D) Look for numerical patterns or separators.
  • 2. Which of these is a common separator used in dates?
A) /
B) $
C) #
D) %
  • 3. What does 'YYYY' typically represent in date formats?
A) Month number.
B) Day of the week.
C) Seconds.
D) Four-digit year.
  • 4. What does 'MM' typically represent in date formats?
A) Day of the year.
B) Two-digit month.
C) Milliseconds.
D) Year of the century.
  • 5. What does 'DD' typically represent in date formats?
A) Day of the month as a word.
B) Two-digit day.
C) Hour of the day.
D) Minute of the hour.
  • 6. Which of the following is the ISO 8601 date format?
A) MM-DD-YYYY
B) YYYY/MM/DD
C) YYYY-MM-DD
D) DD-MM-YYYY
  • 7. What does the ordinal indicator 'th' signify in a date like '4th'?
A) The rank of the day within the month.
B) The temperature on that day.
C) The number of days left in the month.
D) The hour of the day.
  • 8. What is the Gregorian calendar primarily based on?
A) Planetary alignments.
B) Lunar cycle.
C) Random events.
D) Solar year.
  • 9. What is the Julian calendar primarily based on?
A) Planetary alignments.
B) Lunar cycle.
C) Random events.
D) Solar year (with less accurate leap year rules).
  • 10. What is a 'day of the year' format?
A) Always the first day of a specific month.
B) A number from 1-366 representing the day.
C) The number of days left in the year.
D) The day of the week.
  • 11. What is epoch time?
A) Hours since the start of the universe.
B) Seconds since January 1, 1970 UTC.
C) Days since the formation of Earth.
D) Milliseconds since the Big Bang.
  • 12. What is a leap year?
A) A year with 367 days.
B) A year with 364 days.
C) A year with 365 days.
D) A year with 366 days.
  • 13. Why are leap years necessary?
A) Because of a decree by Julius Caesar.
B) To confuse historians.
C) To account for the difference between the solar year and the calendar year.
D) To make February longer.
  • 14. In 'March 15, 44 BC', what calendar is most likely being used?
A) Gregorian Calendar
B) Mayan Calendar
C) Julian Calendar
D) Islamic Calendar
  • 15. How can you differentiate between US (MM/DD/YYYY) and European (DD/MM/YYYY) date formats?
A) Context and day/month values.
B) Presence of ordinal indicators.
C) Color of the text.
D) Font style.
  • 16. What is a 'quarter' in date terms?
A) A six-month period.
B) A one-month period.
C) A four-month period.
D) A three-month period.
  • 17. Which date format is commonly used in programming?
A) MM/DD/YY
B) DD-MM-YY
C) ISO 8601 (YYYY-MM-DD)
D) YY/MM/DD
  • 18. What does AM/PM signify?
A) Atypical Morning/Perfectly Magnificent.
B) Ante Meridiem/Post Meridiem, before/after noon.
C) Absolute Minute/Past Minute.
D) Always/Perhaps Midnight.
  • 19. Which date is written correctly?
A) 27 October, 2023rd
B) October 27, 2023
C) October 27th, 2023
D) October 27nd, 2023
  • 20. What is the Unix timestamp?
A) The number of CPU cycles since the invention of the computer.
B) Number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
C) Number of days since the birth of Unix.
D) A secret code known only to Unix programmers.
  • 21. How do you handle ambiguous dates like '01/02/03'?
A) Reroll the date.
B) Consider the context and expected format.
C) Ignore the date.
D) Assume it's always January 2nd, 2003.
  • 22. What does 'CE' stand for?
A) Current Epoch
B) Christian Era
C) Calculated Era
D) Common Era
  • 23. What does 'BCE' stand for?
A) Before Current Epoch
B) Before Common Era
C) Best Case Estimate
D) Before Christian Era
  • 24. Which of the following is NOT a valid date?
A) January 31, 2024
B) December 31, 2024
C) February 30, 2024
D) April 30, 2024
  • 25. What is the purpose of a date parser?
A) To calculate the age of a document.
B) To convert date strings into a structured date object.
C) To automatically create new dates.
D) To print dates on paper.
  • 26. Which of the following affects date calculations?
A) Color of the paper.
B) Font size.
C) Network speed.
D) Time zones.
  • 27. What is a 'week number'?
A) The day of the week.
B) The week's position within the year.
C) A random number assigned to each week.
D) The number of days in the week.
  • 28. Which calendar system is primarily lunar?
A) Gregorian calendar.
B) Mayan calendar.
C) Islamic calendar.
D) Julian calendar.
  • 29. How many days are in a common year?
A) 365
B) 366
C) 364
D) 367
  • 30. What should you do if a date format is unknown?
A) Guess randomly.
B) Delete the data.
C) Research common formats and regional conventions.
D) Always assume the current date.
Created with That Quiz — a math test site for students of all grade levels.