Skip to content

VLSIFacts

Let's Program the Transistors

  • Home
  • DHD
    • Digital Electronics
    • Fault Tolerant System Design
    • TLM
    • Verification
    • Verilog
    • VHDL
    • Xilinx
  • Embedded System
    • 8085 uP
    • 8086 uP
    • 8051 uC
  • VLSI Technology
    • Analog Electronics
    • Memory Devices
    • VLSI Circuits
  • Interview
    • Interview Experience
    • Training Experience
    • Question Bank
  • Notifications
  • QUIZ
  • Community
  • Job Board
  • Contact Us

Positional or Weighted Number System

Posted on March 3, 2023June 19, 2025 By vlsifacts No Comments on 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.

  • Example 1: 1734 = (1 x 1000) + (7 x 100) + (3 x 10) + (4 x 1)
  • Example 2: 568.23 = (5 x 100) + (6 x 10) + (8 x 1) + (2 x 0.1) + (3 x 0.01)

In general, a number D of the form d1d0.d-1d-2 has the value

D = d1 x 101+ d0 x 100 + d-1 x 10-1 + d-2 x 10-2

Here 10 is called the radix or base.

Few Relevant Questions and Answers

Q1. Express the decimal number 106.58 as a sum of the values of each digit.

Answer: 106.58 = 1×102+0x101+6×100+5×10-1+8×10-2=1×100+0x10+6×1+5×0.1+8×0.01

Q2. What weight does the digit 7 have in each of the following numbers?

  1. 1370 – Ans. 10
  2. 6725 – Ans. 100
  3. 7051 – Ans. 1000
  4. 58.72 – Ans. 0.1

Weighting Structure of Other Number Systems

  • Binary: 1011.01 = 1×23 + 0x22 + 1×21 + 1×20 + 1×2-1 + 1×2-2
  • Hexadecimal: F1A2 = Fx163 + 1×162 + Ax161 + 2×160
  • Octal: 436.7 = 4×82 + 3×81 + 6×80 + 7×8-1
  • Base-4: 233 = 2×42 + 3×41 + 3×40

Spread the Word

  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Pocket (Opens in new window) Pocket
  • Click to share on Reddit (Opens in new window) Reddit
  • Click to email a link to a friend (Opens in new window) Email
  • Click to print (Opens in new window) Print

Like this:

Like Loading...

Related posts:

  1. Representation of Number System
  2. What is Radix or Base of a Number System?
  3. Synopsys – Interview Questions – based on Synthesis and Simulation
  4. SETUP Time and SETUP Violation in a Single D Latch
Digital Electronics Tags:Base, Positional Number System, Radix, Weighted Number System

Post navigation

Previous Post: What is Radix or Base of a Number System?
Next Post: Conversion of Number Systems

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Top Posts & Pages

  • ASCII Code
  • Circuit Design of a 4-bit Binary Counter Using D Flip-flops
  • NAND and NOR gate using CMOS Technology
  • AND and OR gate using CMOS Technology
  • Synthesis Constructs in Verilog: A Comprehensive Guide for Designers

Copyright © 2025 VLSIFacts.

Powered by PressBook WordPress theme

Subscribe to Our Newsletter

%d