Holooly Plus Logo

Question 10.30: How will you form a BCD adder using the integrated circuit 4......

How will you form a BCD adder using the integrated circuit 4-bit binary adders?

Step-by-Step
The 'Blue Check Mark' means that this solution was answered by an expert.
Learn more on how do we answer questions.

BCD adders can also be formed using the integrated circuit 4-bit binary adders. The problem is that when the sum of any group-of-four BCD exceeds 9 , or when there is a carry-out, the number is invalid and must be corrected by adding 6 to the invalid answer to get the correct BCD answer. (The valid range of B C D numbers is 0000 to 1001).

For example, adding 0111_{\mathrm{BCD}}+0110_{\mathrm{BCD}}(7+6) gives us an invalid result:

\begin{array}{l} &0111 \\ +&0110 \\ \hline &1101 &\text { invalid } \\ +&0110& \text { add } 6 \text { to correct } \\ \hline 1&0011 \\ \nwarrow \end{array}

carry to next \mathrm{BCD} digit

The corrected answer is 00010011_{\mathrm{BCD}}, which equals 13.

10.23

Related Answered Questions

Question: 10.29

Verified Answer:

One method of speeding up the addition process, by...
Question: 10.28

Verified Answer:

The parallel adder performs additions at a relativ...
Question: 10.27

Verified Answer:

Figure 10.17 shows an arrangement for adding two 4...
Question: 10.26

Verified Answer:

In serial addition the two numbers are added one b...
Question: 10.25

Verified Answer:

Parallel addition of two numbers can be carried ou...
Question: 10.24

Verified Answer:

Parallel adders require more circuits than serial ...
Question: 10.22

Verified Answer:

Medium-Scale-Integration (MSI) ICs are available w...
Question: 10.21

Verified Answer:

We can simplify the representation of half-adder a...