Posts

Showing posts with the label Number Systems in Computer

Number Systems in Computer

Image
            Number Systems in Computer 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.  Machines interpret numbers differently from humans thus require a different system altogether. Whenever we type something on a device, those letters convert into certain numbers which only the computer can understand. A positional number system is what a device needs where there are digits and different values making up an entire number. Each digit has its own unique position and a symbol. Each digit’s val...