Multiple choice technology programming languages

UDATE supports two-digit year i.e in the form MMDDYYYY and system date supports four digit year i.e in the form MMDDYY.

  1. True

  2. False

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

The statement is false because it has the formats backwards. UDATE supports the 6-digit format MMDDYY (two-digit year), while the system date supports the 8-digit format MMDDYYYY (four-digit year). The question incorrectly claims the opposite.