DLD Assignment 1
DLD Assignment 1
This Assignment must be submitted on JUW LMS. Email submission will not be accepted.
Each student should solve the assignment individually.
You are advised to go through the related topics before solving the assignment.
Make your work clear and understandable.
The work should be your own, copying from other students will result in marks deduction
Question No.1
Design a combinational circuit with three inputs, A, B, and C, and three outputs, Q, R, and S.
When the binary input is 0, 1, 2, or 3, the binary output is one greater than the input.
When the binary input is 4, 5, 6, or 7, the binary output is one less than the input.
Question No.2
Simplify using Boolean Laws. Draw circuit diagram of the simplified expression and apply
NAND and NOR logic in both the simplified expression.
1. X’Y’Z + X’YZ +XY’
2. XY +X’Z +YZ
Question No.4
Find M –N and.
M= 22 M = 4567
N= 26 N = 1234
Using 2’s complement method (5- 10’s complement method
bit)
Question No.5
A certain system contains two identical circuits operates in parallel, initial output is zero when
both are inactive. As long as both are operating properly, the outputs of both circuits are always
the same, if one of the circuits fail, the output will be at opposite levels. Create a logical expression
to detect that failure has occurred in one of the circuit.
Question No.6