<<< Displaying a memory address | Index | Binary numbers and computer architecture >>> |
You've heard that computers use binary numbers.
The binary numbers have only two digits: 0 and 1.
Despite this simplicity, 0 and 1 can represent numerical values just as good as the decimal numbers:
decimal number: 0, 1, 2, 3, 4, 5, ... binary number: 0, 1, 10, 11, 100, 101, ...
<<< Displaying a memory address | Index | Binary numbers and computer architecture >>> |