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

Assignment 02 3122420

This document contains instructions for Assignment 02 for a Digital Logic Design course. It instructs students to submit their assignment in handwritten form before the due date of November 23, 2017. It contains 5 questions to design digital logic circuits using components like NOR gates, MUXes, decoders, and NAND gates. The circuits include converting excess-3 to BCD, implementing an XOR gate, controlling lights in a room based on seat occupancy, designing a priority encoder, and controlling a panel light based on fuel and oxidizer tank pressures and time to lift off.

Uploaded by

Hassan Jarko
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
205 views

Assignment 02 3122420

This document contains instructions for Assignment 02 for a Digital Logic Design course. It instructs students to submit their assignment in handwritten form before the due date of November 23, 2017. It contains 5 questions to design digital logic circuits using components like NOR gates, MUXes, decoders, and NAND gates. The circuits include converting excess-3 to BCD, implementing an XOR gate, controlling lights in a room based on seat occupancy, designing a priority encoder, and controlling a panel light based on fuel and oxidizer tank pressures and time to lift off.

Uploaded by

Hassan Jarko
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

AJMAN UNIVERSITY

College of Information Technology


__________________________________________________________________
Assignment 02
Program: Computer Engineering Date: November 13, 2017
Subject: Digital Logic Design Instructor: Dr. Naveed Bin Rais
Course Code: 3122420 Due Date: November 23, 2017 before Lecture Starts
______________________________________________________________________________
Instructions:
You must submit your assignment well within time. Late assignments ARE NOT
ACCEPTED and may lead to ZERO CREDIT.
Please write clearly. No cutting/overwriting is permitted.
You will submit the assignment in hand-written form on a plain white paper and must write
on both sides of the paper. Printed assignment questions will not be accepted.
Prepare the title page of your assignment where your name, registration ID, course name,
and assignment number are clearly written (preferably in a printed format).
Do your own work. Any type of cheating/sharing of assignment or part of the assignment
will result in ZERO CREDIT and may also lead to official cheating case.
______________________________________________________________________________
Question 1 (LO-d)

1) Design a circuit that converts an Excess-3 number to a BCD number. Implement the circuit only using
NOR gates. (8)

2) Implement a 3-input XOR gate using (i) 8:1 MUX, (ii) 4:1 MUX, (iii) 2:1 MUX, and (iv) a decoder.
(12)

3) A room has four seats and three lights. All lights are OFF when no one is present in the room. Light
1 is ON as soon as there is at least one seat is occupied in the room. Light 2 is ON when at least two
seats are occupied in the room, whereas light 3 is ON when 3 or more seats are occupied.

Design a circuit to control the lights in the room only using NAND gates. (10)
(Hint: Consider OFF as logic 0 and ON as logic 1 to design the circuit)

4) Design a priority encoder that follows the following order of priority (D3 has the highest priority). (10)
D3, D0, D2, D1
5) A panel light in the control room at the launching of a satellite is to go ON if and only if the pressure
in both fuel and oxidizer tanks is equal to or above a required minimum and there are 10 minutes or
less to lift off or if the pressure in the oxidizer tank is equal to or above a required minimum and pressure
in fuel tank is below a required minimum but there are more than 10 minutes to lift off, or if the pressure
in the oxidizer tank is below a required minimum but there are more than 10 minutes to lift off.
Design a two level NAND gates based combinational circuit to control panel light. (10)
______________________________________________________________________________

You might also like