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
  • Toggle search form

Representation of Number System

Posted on March 3, 2023March 3, 2023 By vlsifacts No Comments on 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 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, 5, 6, 7, 8 and 9. All higher numbers after ‘9’ are represented in terms of these 10 digits only.
  • Binary: a radix-2 number system (2 different digits are 0 and 1).
  • Hexadecimal: a radix-16 number system (16 different digits are 0 to 9 and A,B,C,D,E,F representing 10, 11, 12,13,14,15 respectively).
  • Octal: a radix-8 number system (8 different digits are 0 to 7).
  • Radix-r: digits are 0,1,…,r-1

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 system. 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)

Previous           Table of Content           Next

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. Introduction to Number System
  2. Synthesis and Functioning of Blocking and Non-Blocking Assignments.
  3. State Machine Diagram for Parity Generator
  4. Digital vs. Analog
Digital Electronics Tags:Base, Number System, Positional Number System, Radix, Weighted Number System

Post navigation

Previous Post: What is an SoC in VLSI
Next Post: What is Radix or Base of a Number System?

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
  • AND and OR gate using CMOS Technology
  • NAND and NOR gate using CMOS Technology
  • Difference between $display, $monitor, $write and $strobe in Verilog


 

Copyright © 2025 VLSIFacts.

Powered by PressBook WordPress theme

%d