Comparing with multi symbols as ten digits or a-Zs in Englisg language , what is the advantage for just using two symbols (0, 1) to represent information? How to distinguish Intergers from characters using the same bit string?
The rules are simple. Compared with the decimal number, the operation rule of the binary number is much simpler, which can not only simplify the structure of the algorithm, but also improve the operation speed PostVer 0
We can use character sets like ASCII. PostVer 0
Please login to reply. Login