Computer Number System
Number System
The number system is something we use every day to complete our tasks and routine activities. For this, we have a system in place with unique symbols and specific values. This system becomes what we call a number system helping us calculate everything.
The basic features of a number system are – unique symbols, consistency, comparable value results and are easy to reproduce. The Decimal system remains the most basic system used by humans with a base power of 10 but the same things can’t go for machines as well.
There are four number systems that a computer supports. They are –
- Binary
- Octal
- Decimal
- Hexadecimal
S.No. | Number System | Description | Example |
1 | Binary Number System |
| 11010 |
2 | Octal Number System |
| 125708 |
3 | Hexadecimal Number System |
| 27FB |
4 | Decimal Number System |
| 1234 |
Comments
Post a Comment