Number System in Computer
A digital computer is a simple digital system used to store, represent, and perform calculations. The most common numbers used in computers are: Binary: A base 2 system that uses only two digits (0 and 1) to represent numbers. Binary is the basis of all binary numbers and is very important in computing. Decimal: A base 10 system. Octal: A base 8 number that uses the digits 0 through 7. Hexadecimal: A base 16 number that uses 16 digits, including 0-9 and ...