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

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

Addition of 2’s Complement Signed Binary Numbers

Posted on March 9, 2023June 19, 2025 By vlsifacts No Comments on Addition of 2’s Complement Signed Binary Numbers

Addition and subtraction of 2’s complement signed binary numbers are important learning concepts, as digital computers use 2’s complement representation. 2’s complement arithmetic follows all the basic rules of binary arithmetic. However, a few tricks need to be learned so that we can get the correct result in its 2’s complement form. This article discusses…

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

Digital Electronics

Why does Global Chip Shortage Happen

Posted on March 9, 2023June 19, 2025 By vlsifacts No Comments on Why does Global Chip Shortage Happen

All of you must have heard about the chip shortage in the recent news. The global chip shortage 2020-2021 is an ongoing crisis that affected multiple sectors. What do you understand from global chip shortage, then? Chip shortage, alternatively known as semiconductor shortage, arises when the demand for semiconductor chips becomes higher than the supply….

Read More “Why does Global Chip Shortage Happen” »

News

Rules of Binary Arithmetic

Posted on March 8, 2023June 19, 2025 By vlsifacts No Comments on Rules of Binary Arithmetic

Binary arithmetic is essential in all digital computers and in many other types of digital systems. Now, since we know about different number systems and signed numbers, this is the right time to learn about binary arithmetic and the associated rules. First, we would learn about the basic rules of binary arithmetic, and solve some…

Read More “Rules of Binary Arithmetic” »

Digital Electronics

Unsigned Magnitude vs Signed Magnitude Representation

Posted on March 8, 2023June 19, 2025 By vlsifacts No Comments on Unsigned Magnitude vs Signed Magnitude Representation

Using unsigned magnitude form, we can only represent the positive numbers. Whereas, using signed magnitude form, we can represent both positive as well as negative numbers. In this article, we will highlight a few differences between the signed and unsigned magnitude forms of representing binary numbers.   Unsigned Magnitude Signed Magnitude What can be represented…

Read More “Unsigned Magnitude vs Signed Magnitude Representation” »

Digital Electronics

How to Calculate the Decimal Value of Signed Binary Numbers

Posted on March 8, 2023June 19, 2025 By vlsifacts No Comments on How to Calculate the Decimal Value of Signed Binary Numbers

Now that we have learned about signed number binary representation, let’s discuss how to find out the decimal value of a signed binary number if the format of the representation is known. Sign-Magnitude Form: Example: An 8-bit binary number represented in sign-magnitude form is 10010101. Find the decimal value of the number. Answer: The given…

Read More “How to Calculate the Decimal Value of Signed Binary Numbers” »

Digital Electronics

How to Represent Signed Numbers in Binary

Posted on March 7, 2023June 19, 2025 By vlsifacts No Comments on How to Represent Signed Numbers in Binary

Positive integers, including zero, can be represented as unsigned numbers. However, digital systems, such as the computer, must be able to handle both positive and negative numbers. To represent negative integers, we need a notation for negative values. In ordinary arithmetic, a negative number is indicated by a minus sign and a positive number by…

Read More “How to Represent Signed Numbers in Binary” »

Digital Electronics

Binary to Octal and Binary to Hexadecimal Conversion for Fractional Number

Posted on March 7, 2023June 19, 2025 By vlsifacts No Comments on Binary to Octal and Binary to Hexadecimal Conversion for Fractional Number

In a recent article, we have seen how to convert a binary number to its corresponding octal as well as hexadecimal number. However, in that article, we have considered the conversions for only the whole numbers. In this article, we will do the conversions for the binary fractional numbers. Following is the technique for such…

Read More “Binary to Octal and Binary to Hexadecimal Conversion for Fractional Number” »

Digital Electronics

Posts pagination

Previous 1 … 6 7 8 … 24 Next

Top Posts & Pages

  • ASCII Code
  • Different Coding Styles of Verilog Language
  • Truth Tables, Characteristic Equations and Excitation Tables of Different Flipflops
  • NAND and NOR gate using CMOS Technology
  • Difference between $display, $monitor, $write and $strobe in Verilog

Copyright © 2025 VLSIFacts.

Powered by PressBook WordPress theme

Subscribe to Our Newsletter