Problems 3 (Chapter 4)

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Digital Electronics, Chapter 4

1. The input waveforms in Figure 3.1 are applied to a 2-bit adder. Determine the waveforms for the sum and
the output carry in relation to the inputs by constructing a timing diagram.

A1

A2

B1

B2

C in

Fig. 3.1
2.Each of the eight full-adders in an 8-bit parallel ripple carry adder exhibits the following propagation
delay:
A to sum and Cout: 40 ns
B to sum and Cout: 40 ns
Cin to sum: 35 ns
Cin to Cout: 25 ns
Determine the maximum total time for the addition of two 8-bit numbers.
3.The waveforms in Figure 3.2 are applied to the comparator as shown. Determine the output (A = B)
waveform.
COMP
A0 0
A0
A
A1 A1 1
A=B
B0 B0 0
B
B1 B1 1

Fig. 3.2
4. For the 4-bit comparator in Figure 3.3, plot each output waveform for the inputs shown. The outputs are
active-HIGH.
A0 COMP
A0 0
A1
A1
A
A2 A2
A3 3
A3
A >B A >B
VCC A =B A =B
B0
A <B A <B
B1 B0 0
B1
B2 B
B2
B3 B3 3

74HC85

Figure 3.3
Digital Electronics, Chapter 4
5. You wish to detect only the presence of the codes 1010, 1100, 0001, and 1011. An active HIGH output is
required to indicate their presence. Develop the minimum decoding logic with a single output that will
indicate when any one of these codes is on the inputs. For any other code, the output must be LOW.
6. If the input waveforms are applied to the decoding logic as indicated in Figure 3.4, sketch the output
waveform in proper relation to the inputs.

A0
A0

A1

A1 Y
A2

A2

Figure 3.4

7. BCD numbers are applied sequentially to the BCD-to-decimal decoder in Figure 3.5. Draw a timing
diagram, showing each output in the proper relationship with the others and with the inputs.
BCD/DEC

A0 1
2
A0 1
A1 3
A1 2
4
A2 A2 4
5
A3 8
A3 6
7
8
9

74 HC 42

Figure 3.5
8. A 7-segment decoder/driver drives the display in Figure 3.6. If the waveforms are applied as indicated,
determine the sequence of digits that appears on the display.

BCD/7-seg
A0
a
A1 A0 1 b
A1 2 c
A2
A2 4 d
A3 A3 8 e
f
g

Figure 3.6
Digital Electronics, Chapter 4
9. Show the logic required to convert a 10-bit binary number to Gray code and use that logic to convert the
following binary numbers to Gray code:
a. 1010111100 (b) 1111000011 (c) 1011110011 (d) 1000000001

10. The waveforms in Figure 3.7 are observed on the inputs of a 74HC151 8-input multiplexer. Sketch the Y
output waveform.
S0

S1
Select
inputs
S2

Enable
D0

D1

D2

D3
Data
inputs
D4

D5

D6

D7

Figure 3.7
11. Develop the total timing diagram (inputs and outputs) for a demultiplexing application.

Figure 3.8
12. List the possible faults for each decoder/display in Figure 3.9.

BCD/7-seg BCD/7-seg BCD/7-seg


a a a
b b b
1 1 0 1 0 1
0 2 c 0 2 c 1 2 c
0 4 d 0 4 d 1 4 d
1 8 e 1 8 e 0 8 e
f f f
g g g

Figure 3.9

You might also like