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

Author: vlsifacts

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

What is Design for Debug (DFD)

Posted on March 7, 2023June 19, 2025 By vlsifacts No Comments on What is Design for Debug (DFD)

Post-silicon debug (or post-silicon validation) is one of the important phase of the system design cycle. This is performed to capture the escaped design bugs from the pre-silicon verification phase. The major challenge associated with the post-silicon debug is the very limited observability and controllability inside the chip during the debug. Therefore, a few supporting…

Read More “What is Design for Debug (DFD)” »

Digital Electronics, Verification

What are Observability and Controllability

Posted on March 6, 2023June 19, 2025 By vlsifacts No Comments on What are Observability and Controllability

Observability and Controllability are the terms that are frequently used for system validation. To validate a design, you must zero down all the existing functional bugs. Now, how to remove a bug from your design? For this, you need to know the reason and the location of the bug (or fault). This means you should…

Read More “What are Observability and Controllability” »

Digital Electronics

Decimal to Binary Conversion for Fractional Number

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

In a recent article, we have seen how to convert any number system from decimal. However, there, we have only considered the whole numbers. In this article, we considered the decimal to binary conversion for the fractional number. Technique Example 6.2510 = ?2 Here, the whole number part = 6 The fractional part = 0.25…

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

Digital Electronics

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

Octal to Hexadecimal Conversion and Vice Versa

Posted on March 4, 2023June 19, 2025 By vlsifacts No Comments on Octal to Hexadecimal Conversion and Vice Versa

In this post, we will be learning how to convert octal to hexadecimal and hexadecimal to octal numbers. Following is the technique for these conversions. Technique Octal to Hexadecimal Conversion 10768 = ?16 Hexadecimal to Octal Conversion 1F0C16 = ?8 For a detailed explanation, watch the following lecture video. Previous           Table…

Read More “Octal to Hexadecimal Conversion and Vice Versa” »

Digital Electronics

Posts pagination

Previous 1 … 8 9 10 … 17 Next

Top Posts & Pages

  • ASCII Code
  • AND and OR gate using CMOS Technology
  • Circuit Design of a 4-bit Binary Counter Using D Flip-flops
  • NAND and NOR gate using CMOS Technology
  • What Is an AI Accelerator? Detailed Architecture Explained

Copyright © 2025 VLSIFacts.

Powered by PressBook WordPress theme