0% found this document useful (0 votes)
14 views

DLD Assignment 1

Uploaded by

naimish khan
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

DLD Assignment 1

Uploaded by

naimish khan
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

JINNAH UNIVERSITY FOR WOMEN

Department of Computer Science & Software Engineering


Digital Logic Design [CSC 1142]
Assignment No. 1
Instructions:

 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

Minimize the circuit using kaunaugh map.


Question No.3

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

A bank wants to install an alarm system with 3 movement sensors.


To prevent false alarms produced by a single sensor activation, the alarm will be triggered only
when at least two sensors activate simultaneously. Create a logical expression and draw its circuit
diagram.

You might also like