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

Tag: Binary to Decimal

Binary to Decimal Conversion for Fractional Number

Posted on March 6, 2023June 19, 2025 By vlsifacts No Comments on Binary to Decimal Conversion for Fractional Number

In an earlier post, we have seen that how to convert any number system to decimal number system. However, that article presents the conversions only for the whole numbers. In this article, we will consider the fractional number system conversion. The following technique is used to convert any binary fractional number to its equivalent decimal…

Read More “Binary to Decimal Conversion for Fractional Number” »

Digital Electronics

Any Number System to Decimal Conversion

Posted on March 4, 2023June 19, 2025 By vlsifacts No Comments on Any Number System to Decimal Conversion

The following technique is used to convert any number system to its equivalent decimal number. Technique Examples 1010112 = 1×25 + 0x24 + 1×23 + 0x22 + 1×21 + 1×20 = 32 + 0 + 8 + 0 + 2 + 1 = 4310 7248 = 7×82 + 2×81 + 4×80 = 7×64 + 2×8…

Read More “Any Number System to Decimal Conversion” »

Digital Electronics

Conversion of Number Systems

Posted on March 3, 2023June 19, 2025 By vlsifacts No Comments on Conversion of Number Systems

It is important to learn the techniques of converting one number system to another while studying digital electronics or digital computers. This is because, in our day-to-day life we use decimal number systems, while computers use either binary or hexadecimal number systems. In the last lecture articles, we learned about the representation of different number…

Read More “Conversion of Number Systems” »

Digital Electronics

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