jeater
HN3
1. Binary Number System-
A set of eight
trigrams and a set of 64
hexagrams, analogous to the three-bit and six-bit binary numerals, were known in
ancient China through the
classic text I Ching. In the 11th century, scholar and philosopher
Shao Yong
developed a method for arranging the hexagrams which corresponds to the
sequence 0 to 63, as represented in binary, with yin as 0, yang as 1
and the
least significant bit on top. There is, however, no evidence that Shao understood binary computation. The ordering is also the
lexicographical order on
sextuples of elements chosen from a two-element set.
[7]
Similar sets of binary combinations have also been used in traditional
African divination systems such as
Ifá as well as in
medieval Western
geomancy. The base-2 system utilized in geomancy had long been widely applied in sub-Saharan Africa.
2. Decimal Number System-a positional system of numeration that uses decimal digits and a base of ten.
3. Octal Number System-a positional system of numeration that
uses octal digits and a radix of eight.
4. Hexadecimal Number System-a number system having a base 16; the symbols for the numbers 0--9 are
the same as those used in the decimal system, and the numbers 10--15 are
usually represented by the letters A--F. The system is used as a
convenient way of representing the internal binary code of a computer