About Binary Clock
This app is a simple binary clock.
The leftmost column displays the hour in a 24-hour format, the middle column displays the minutes and the rightmost column displays the seconds.
Each square represents one binary bit. Red means on or 1 and black means off or 0. The bits increase in value as they go higher. The bottom square has a value of 1. The second square has a value of 2. Then: 4, 8, 16... The value can also be found by raising 2 to their position. For example, the bottom square, or 0th square, is 2^0 which equals 1. The fourth square is 2^3 which equals 8.
To read the time, add up the values of the squares. For example, if the hours column read: ON off ON off ON, you would add up the values for which the squares were ON: 16 + 0 + 4 + 0 + 1 = 21:00 or 9:00 pm.
If you have any questions or comments about this app, feel free to email me at:
harrisonmichaelgreen@gmail.com
Download and install
Binary Clock version 1.0.2 on your
Android device!
Downloaded 100+ times, content rating: Not rated
Android package:
binaryClock.harrison, download Binary Clock.apk
by D####:
Cool! Your name: "Harrison Green", is encoded in binary in the icon.