How to read clock -
The idea of the binary clock easy. Instead of displaying in base 10, it uses binary which only uses 1s and 0s. Because there are only two digits, lights can be used in place of the digits. "On" signifies a 1 and "Off" means 0. Reading the clock is only a matter of converting the binary value to decimal.