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

Category: Digital Electronics

Binary Coded Decimal

Posted on March 14, 2023June 19, 2025 By vlsifacts No Comments on Binary Coded Decimal

You must have seen the digital clock in the railway station or at many other places. The hour, minute and second digits are seven-segment displays that deal with binary coded decimal (BCD) numbers. In this particular article, we will learn about the BCD code. BCD is a way to express each decimal digit in binary….

Read More “Binary Coded Decimal” »

Digital Electronics

How to Convert a Decimal Number to a Binary Single-precision Floating Point Number

Posted on March 13, 2023June 19, 2025 By vlsifacts No Comments on How to Convert a Decimal Number to a Binary Single-precision Floating Point Number

In order to convert a decimal number to a binary single-precision floating point number, first of all, we need to convert the decimal number to its binary equivalent (unsigned magnitude form). A proper sign should be added based on the sign of the decimal number. But remember, we should not perform the signed representation. Then…

Read More “How to Convert a Decimal Number to a Binary Single-precision Floating Point Number” »

Digital Electronics

How to Determine the Binary Value from a Single-precision Floating Point Representation

Posted on March 13, 2023June 19, 2025 By vlsifacts No Comments on How to Determine the Binary Value from a Single-precision Floating Point Representation

In the previous article, we have seen the representation of a binary number in IEEE 754 single-precision floating point format. In this article, we will do the reverse process, which means determining the value of a binary number from a floating-point representation. For this, we will use the following formula: Binary Number = (-1)S(1 +…

Read More “How to Determine the Binary Value from a Single-precision Floating Point Representation” »

Digital Electronics

Single-Precision IEEE 754 Representation for Floating Point Numbers

Posted on March 12, 2023June 19, 2025 By vlsifacts No Comments on Single-Precision IEEE 754 Representation for Floating Point Numbers

In the previous article, we got an overall idea about the representation of floating point number. In this article, we will specifically focus on the single-precision IEEE 754 representation of floating point numbers. Single precision format represents any floating point number in 32 bits. The following figure shows all the parts of the single precision…

Read More “Single-Precision IEEE 754 Representation for Floating Point Numbers” »

Digital Electronics

Floating Point Format

Posted on March 12, 2023June 19, 2025 By vlsifacts No Comments on Floating Point Format

Imagine you have a processor with registers of size 32 bits. Can the processor store a number larger than 32 bits in one register? It is possible if the number is represented in floating point format. The floating point format is useful in representing very large and very small integer numbers without increasing the number…

Read More “Floating Point Format” »

Digital Electronics

Hexadecimal Arithmetic

Posted on March 12, 2023June 19, 2025 By vlsifacts No Comments on Hexadecimal Arithmetic

Though the computers store everything in binary format, the user interface deals with the hexadecimal format for ease of understanding. For a human, it is easy to deal with hexadecimal than the stream of ones and zeros. So, in this article, we will study the arithmetic of hexadecimal numbers. One way to perform hexadecimal arithmetic…

Read More “Hexadecimal Arithmetic” »

Digital Electronics

Understanding Overflow through Examples

Posted on March 12, 2023June 19, 2025 By vlsifacts No Comments on Understanding Overflow through Examples

We have learned from the article “addition of 2’s complement signed binary numbers” that overflow occurs if the carries into and out of MSB are different. In this article, we will solve some examples that highlight how to detect overflow and how to avoid overflow. Example: Perform the following binary addition in 2’s complement arithmetic….

Read More “Understanding Overflow through Examples” »

Digital Electronics

Range of Signed Numbers

Posted on March 10, 2023June 19, 2025 By vlsifacts No Comments on Range of Signed Numbers

If we have three binary bits, then we can represent eight numbers, starting from 0 to 7. So, in other words, 0 to 7 is the range of numbers that we can represent using three binary bits. However, this range is defined for unsigned magnitude numbers. In this article, we will get to know the…

Read More “Range of Signed Numbers” »

Digital Electronics

Addition of 1’s Complement Signed Binary Numbers

Posted on March 10, 2023June 19, 2025 By vlsifacts 1 Comment on Addition of 1’s Complement Signed Binary Numbers

In an earlier article, we learned about 2’s complement addition. In this article, we will discuss how to perform 1’s complement addition. We will consider the same example that is taken for the 2’s complement addition. Important Rule: Add the two numbers using the basic rules of binary addition. If there is a carry out…

Read More “Addition of 1’s Complement Signed Binary Numbers” »

Digital Electronics

What is Overflow in case of Binary Arithmetic

Posted on March 10, 2023June 19, 2025 By vlsifacts No Comments on What is Overflow in case of Binary Arithmetic

Many a time, overflow in a binary addition seems like a final carry generation. However, overflow leads to an incorrect sum, whereas carry does not. This is a little confusing if not understood correctly. So, let’s understand the overflow concept clearly. Imagine you have a half-tea-filled cup. Your friend has a jar with some amount…

Read More “What is Overflow in case of Binary Arithmetic” »

Digital Electronics

Posts pagination

Previous 1 … 3 4 5 … 9 Next

Top Posts & Pages

  • ASCII Code
  • NAND and NOR gate using CMOS Technology
  • AND and OR gate using CMOS Technology
  • Circuit Design of a 4-bit Binary Counter Using D Flip-flops
  • Step-by-Step Guide to Running Lint Checks, Catching Errors, and Fixing Them: Industrial Best Practices with Examples

Copyright © 2025 VLSIFacts.

Powered by PressBook WordPress theme