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

Exercise/worksheet

1. For a full-adder circuit determine the outputs for each of the following inputs
(a) A = 0, B = 1, Cin = 0
(b) A = 1, B = 0, Cin = 1
(c) A = 0, B = 0, Cin = 0

2. Simplify the following minterm and Maxterm function expression and draw a logic
circuit diagram.
F(A, B, C, D) = Σ (0, 1,2, 3, 5, 6, 7, 8, 9,10,11)
F(A, B, C, D) = ∏(0, 1,2, 3, 5, 6, 7, 8, 9,10,11)
F(A, B, C, D) = Σ(0, 1, 2, 3, 4, 7, 8, 9,12,13)
F(A, B, C, D) = ∏( (0, 1, 2, 3, 4, 7, 8, 9, 12,13)
F(A, B, C, D) = Σ(0, 1, 3, 4, 5, 6, 7, 8, 9) +d(10,11,12,13,14,15)
F(A, B, C, D) = Σ(0, 2, 3, 5, 6, 8, 9)
F(A, B, C, D) = Σ (0, 2, 6, 8) + d(10,11,12,13,14,15)
F(A, B, C) = Σ(0,1, 2, 3 6)
F(A, B, C) = ∏ (0,1, 2, 3 6)

3.

4.
5.

F4( A,B,C)= A’BC + A’BC+ AC + B’C


F5( A,B,C)= BC + A’BC+ AC + B’C
Draw a logic circuit diagram to implement the above functions using a decoder as a component
and external logic gates.
6. Design a logic Circuit for Remote Control keypad of Multiple Devices using Encoder
and Decoder based on the following descriptions.
a. The keypad the remote control has symbols including 0,1,2,3,4,5,6.A,L,U,H.
b. The device controlled by the remote control has a display screen to display the
symbols on the keypad.
c. The display screen has multiple seven segments.
Design
 An encoder
 A decoder and
 A Multiplexer logic circuit for the above scenarios.

7. A given commercial bank ATM (Automated Teller Machine) has the following
properties.
a. Language selector keypad for user experience with four buttons to select one of
four different interface languages.
b. Up on a selection of a specific language by the user, the operation interface
mode of the ATM would be changed accordingly.
c. When a user completes interaction with ATM, the interface of the machine turns
to default language.
Design combinational logic circuit like multiplexer, encoder…to implement the above
stated scenarios.

You might also like