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 an associated weight. The value of a number is a weighted sum of the digits….