Multiple choice technology programming languages

If we are limited to 5 bytes of storage, is there be a way to store a complete 8 digit date?

  1. YES

  2. NO

  3. Cant say

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

An 8-digit date (YYYYMMDD) requires 8 bytes if stored as characters (1 byte per digit/character). With only 5 bytes available, you cannot store all 8 digits. You would need compression or a different encoding scheme, but standard storage requires matching bytes to characters.