Tag: Positional Number System

Positional or Weighted Number System

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…

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…