Study the following code: digitalWrite(13,HIGH); delay(1000); digitalWrite(13,LOW); delay(500); How long is the LED OFF for?
A. 13 seconds.
B. 1000 seconds.
C. 0.5 seconds.
D. 1 second.