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 Coded Decimal

BCD Addition

Posted on March 15, 2023June 19, 2025 By vlsifacts 2 Comments on BCD Addition

BCD numbers are numerical numbers. So, arithmetic operations can be performed on BCD numbers. Imagine a seven-segment timer display system showing 2 digits for the count of seconds. After every second, the timer should be incremented by 1. This means that the timer display system requires a BCD adder at the backend, whose output is…

Read More “BCD Addition” »

Digital Electronics

How to Convert Binary to BCD and BCD to Binary

Posted on March 15, 2023June 19, 2025 By vlsifacts No Comments on How to Convert Binary to BCD and BCD to Binary

Earlier, we learned that BCD code and the binary equivalent of a decimal number are different. In this article, we will learn that how to convert binary to BCD and vice versa. To convert binary to BCD, we will first convert the binary number to decimal and then the decimal number to BCD number. Similarly,…

Read More “How to Convert Binary to BCD and BCD to Binary” »

Digital Electronics

How to Convert Decimal to BCD and BCD to Decimal

Posted on March 15, 2023June 19, 2025 By vlsifacts No Comments on How to Convert Decimal to BCD and BCD to Decimal

In one of the previous articles, we learned about Binary Coded Decimal (BCD) numbers. In this article, we will learn about how to convert a Decimal number to a BCD number and vice versa. Decimal number to BCD number Conversion To convert a decimal number to the BCD number, we need to replace every digit…

Read More “How to Convert Decimal to BCD and BCD to Decimal” »

Digital Electronics

What are the Different Types of BCD Codes

Posted on March 14, 2023June 19, 2025 By vlsifacts No Comments on What are the Different Types of BCD Codes

There are different types of BCD codes; however, the 8421 code is the most popular one. In this article, we will highlight three different types of BCD codes, such as 8421, 2421, and Excess-3. Both 8421 and 2421 are weighted code, whereas Excess-3 is not weighted. The above table shows the binary code groups for…

Read More “What are the Different Types of BCD Codes” »

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

Assembly Language Program for Unpacking the Packed BCD number in 8085 Microprocessor

Posted on August 29, 2016July 1, 2025 By vlsifacts No Comments on Assembly Language Program for Unpacking the Packed BCD number in 8085 Microprocessor

Binary coded decimal (BCD) is a way to express each of the decimal digits with a binary code. This means that each decimal digit, 0 through 9, is represented by a binary code of four bits. Eg: 98 => 10011000 Unpacking the BCD number is separating each BCD digit. Eg: 98 can be separated as 09…

Read More “Assembly Language Program for Unpacking the Packed BCD number in 8085 Microprocessor” »

8085 uP, Embedded System

Top Posts & Pages

  • ASCII Code
  • Circuit Design of a 4-bit Binary Counter Using D Flip-flops
  • Truth Tables, Characteristic Equations and Excitation Tables of Different Flipflops
  • AND and OR gate using CMOS Technology
  • NAND and NOR gate using CMOS Technology

Copyright © 2025 VLSIFacts.

Powered by PressBook WordPress theme

Subscribe to Our Newsletter