Binary clock
   HOME

TheInfoList



OR:

A binary clock is a
clock A clock or a timepiece is a device used to measure and indicate time. The clock is one of the oldest human inventions, meeting the need to measure intervals of time shorter than the natural units such as the day, the lunar month and ...
that displays the time of day in a binary format. Originally, such clocks showed ''each decimal digit'' of sexagesimal time as a binary value, but presently binary clocks also exist which display hours, minutes, and seconds as binary numbers. Most binary clocks are
digital Digital usually refers to something using discrete digits, often binary digits. Technology and computing Hardware *Digital electronics, electronic circuits which operate using digital signals ** Digital camera, which captures and stores digital ...
, although
analog Analog or analogue may refer to: Computing and electronics * Analog signal, in which information is encoded in a continuous variable ** Analog device, an apparatus that operates on analog signals *** Analog electronics, circuits which use analog ...
varieties exist. True binary clocks also exist, which indicate the time by successively halving the day, instead of using hours, minutes, or seconds. Similar clocks, based on
Gray code The reflected binary code (RBC), also known as reflected binary (RB) or Gray code after Frank Gray, is an ordering of the binary numeral system such that two successive values differ in only one bit (binary digit). For example, the representa ...
d binary, also exist.


Binary-coded decimal clocks

Most common binary clocks use six columns of LEDs to represent zeros and ones. Each column represents a single decimal digit, a format known as
binary-coded decimal In computing and electronic systems, binary-coded decimal (BCD) is a class of binary encodings of decimal numbers where each digit is represented by a fixed number of bits, usually four or eight. Sometimes, special bit patterns are used ...
(BCD). The bottom row in each column represents 1 (or 20), with each row above representing higher powers of two, up to 23 (or 8). To read each individual digit in the time, the user adds the values that each illuminated LED represents, then reads these from left to right. The first two columns represent the
hour An hour (symbol: h; also abbreviated hr) is a unit of time conventionally reckoned as of a day and scientifically reckoned between 3,599 and 3,601 seconds, depending on the speed of Earth's rotation. There are 60 minutes in an hour, and 24 ...
, the next two represent the
minute The minute is a unit of time usually equal to (the first sexagesimal fraction) of an hour, or 60 seconds. In the UTC time standard, a minute on rare occasions has 61 seconds, a consequence of leap seconds (there is a provision to insert a neg ...
and the last two represent the
second The second (symbol: s) is the unit of time in the International System of Units (SI), historically defined as of a day – this factor derived from the division of the day first into 24 hours, then to 60 minutes and finally to 60 seconds ea ...
. Since zero digits are not illuminated, the positions of each digit must be memorized if the clock is to be usable in the dark.


Binary-coded sexagesimal clocks

Binary clocks that display time in binary-coded
sexagesimal Sexagesimal, also known as base 60 or sexagenary, is a numeral system with sixty as its base. It originated with the ancient Sumerians in the 3rd millennium BC, was passed down to the ancient Babylonians, and is still used—in a modified form ...
also exist. Instead of representing each digit of traditional sexagesimal time with one binary number, each component of traditional sexagesimal time is represented with one binary number, that is, using up to 6 bits instead of only 4. For 24-hour binary-coded sexagesimal clocks, there are 11 or 17 LED lights to show the time. There are 5 LEDs to show the hours, there are 6 LEDs to show the minutes, and there are 6 LEDs to show the seconds (which aren't used in clocks with 11 LED lights). A format exists also where hours, minutes and seconds are shown on three lines instead of columns as binary numbers.


Binary time

Less commonly, the day could be divided in binary fractions, such as ½ day, ¼ day, etc. The clock would show the time in 16 bits, where the smallest unit would be exactly day, or (about 1.318) seconds. An analog format also exists of this type. However, it is much easier to write and express this in hexadecimal, which would be
hexadecimal time Hexadecimal time is the representation of the time of day as a hexadecimal number in the interval [0, 1). The day is divided into 1016 (1610) hexadecimal hours, each hour into 10016 (25610) hexadecimal minutes, and each minute into 1016 ...
.


References

{{Reflist Clock designs Time measurement systems Binary arithmetic