Numbering systems
There are three main numbering systems that are in use today.
People are used to use numbers from 0 to 9. These are basic numbers, but using these basic numbers we can represent even complex numbers such as 53841.
Computers use two main numbering systems: binary, or 0 and 1 numbers, and hexadecimal numbers, these are numbers from 0 to F.
Just like with decimal system it is possible to represent large numbers, it is also possible with these numbering systems represent very high numbers.
Binary system has only two numbers. These numbers are 0 and 1. Computers use transistors and 0 represents absence of a signal and 1 represents availability of it.
Hexadecimal systems is used to group binary numbers together and go beyond just 0 and 1. Hexadecimal system has 8 bits and it is possible to represent a number as high as 255.
However, you can question me. A computer can represent numbers higher than 255. Of course they can. In order to do so more than a single byte needs to be used.
Comments
Post a Comment