ASSIGNMENT #2
Digital Logic Design Sec.V6
1. Design Half Adder/Subtractor , Full Adder/Subtractor , Parallel Adder/Subtractor in
one unit.
2. Design a Full Adder circuit by using two Half Adders and an OR gate.
3. Design a combinational circuit that converts 8 4 2 1 code to gray code and implement
the output functions using decoder.
4. Design a combinational circuit that converts 8421 code to excess-3 code.
5. Design a combinational circuit that converts a 4bit number to its 2’s complement.
6. Design Full adder using Decoder.
7. Implement the function F(A,B,C)=∑m(1,2,5,7) using decoder.
8. Implement the function F(A,B,C)=π(1,2,5,7) using decoder
9. Implement the complement of function F(A,B,C)=∑m(0,2,4,6) using decoder.
[Link] a combinational circuit, which has 5 inputs (A,B,C,D,E) and four outputs
(W,X,Y,Z).
W= 1 when the input is equivalent to a prime number
X=1 when number of ‘1’s’ in the input are greater than number of 0’s
Y=1 when input is Palindrome i.e it reads same backward and forward
Z=1 when input is a multiple of 3
[Link] Half Subtractor and full subtractor using decoder.
[Link] decoder using NAND Gate.
[Link] Full adder using 4x1 MUX and 2x1 MUX.
[Link] the function F(A,B,C)=∑m(1,2,5,7) using decoder with active low
outputs.
[Link] a control system for a coffee maker that activates the brewing process only
when the following conditions are met:
The coffee maker is turned on (Power_On = 1).
There is water in the reservoir (Water_In_Reservoir = 1).
There is coffee powder in the holder (Coffee_Powder = 1).
The coffee strength setting is not set to 'None' (Strength_None = 0). Design the
combinational circuit and provide the truth table and logical expressions for the brewing
activation signal.
[Link] a temperature-controlled fan system that turns on a fan when the temperature
is above 30 degrees Celsius. Additionally, the fan should turn off when the manual
override switch is activated (Override = 1), regardless of the temperature. Design the
combinational circuit and provide the truth table and logical expressions for the fan
control signal.
[Link] a smart doorbell system that triggers an alert only when the following
conditions are met:
The button on the doorbell is pressed (Button = 1).
It is daytime (Day = 1).
There is no ongoing loud music inside the house (Music = 0).
The front yard motion sensor is activated (Motion = 1). Design the combinational circuit
and provide the truth table and logical expressions for the alert signal.