The traditional number systems that we learned in school and use every day (decimal, binary, hexadecimal, octal etc.) are positional number systems. In such a system, a number is represented by a string of digits where each digit position has…
Tag: Base
What is Radix or Base of a Number System?
The number of independent digits used in the number system is known as Radix or Base of the number system. Decimal: a radix-10 number system and therefore has 10 different digits or symbols. These are 0, 1, 2, 3, 4,…
Representation of Number System
In this article, we will discuss the representation of the following number systems Decimal Binary Hexadecimal Octal Radix or Base of a Number System The number of independent digits used in the number system is known as Radix or Base…