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

Adama Science and Technology University School of Electrical Eng.& Computing Department of Electronics & Communication Engineering

The document provides instructions for a digital logic design assignment with 10 questions. Students are asked to represent logic circuits using AND, OR and NOT gates; design circuits using EX-OR, logic input variables, and relays; control traffic lights and counters using sensor outputs and control signals; and design demultiplexers, full box indicators, and J-K flip-flop based counters. Students are to work in groups of maximum 5 students and submit their assignment on August 26, 2021.

Uploaded by

Alazar Getachew
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)
131 views

Adama Science and Technology University School of Electrical Eng.& Computing Department of Electronics & Communication Engineering

The document provides instructions for a digital logic design assignment with 10 questions. Students are asked to represent logic circuits using AND, OR and NOT gates; design circuits using EX-OR, logic input variables, and relays; control traffic lights and counters using sensor outputs and control signals; and design demultiplexers, full box indicators, and J-K flip-flop based counters. Students are to work in groups of maximum 5 students and submit their assignment on August 26, 2021.

Uploaded by

Alazar Getachew
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/ 3

ADAMA SCIENCE AND TECHNOLOGY UNIVERSITY

SCHOOL OF ELECTRICAL ENG.& COMPUTING


DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING
Digital Logic Design (ECE 3204) CSE and EPCE

Assignment

Submission date: August 26, 2021

Maximum of Five students in one group.

Instructions

 Read carefully the questions and work out accordingly


 Clear and neat answer is worthy.

Questions

1. Represent each of the following circuits using AND, OR and NOT gates. Derive the truth
table for each of the following circuits.

Figure 1
2. It is required to design lighting for a room such that the lights may be switched on or off
from any one of three switch points. Implement the circuit using the minimum number of
EX-OR gates.

3. A manufacturing plant needs to have a horn sound to signal quitting time. The horn
should be activated when either of the following conditions is met:
I. It's after 5 o'clock and all machines are shut down.
II. It's Friday, the production run for the day is complete, and all machines are shut
down.
Design a logic circuit that will control the horn. (Hint: Use four logic input variables to
represent the various conditions; for example, input A will be HIGH only when the time
of day is 5 o'clock or later.)

4. Design a circuit which could operate a car alarm. The circuit has one input Y which
would be connected to the car's door switch to determine if the car door is open or shut.
When the door is shut Y = 0, and when the door is open Y = 1. The circuit has one output
Z which is used to operate a relay that honks the horn by shorting the wires that go to the
horn switch in the steering wheel. When Z = 1, the relay is activated and the horn honks.
The circuit would be asynchronously reset by the accessories power line that is high when
the ignition is turned on or is in accessory-only mode, both of which require the key to the
car.
5. A certain “democratic” country is ruled by a family of four members (A, B, C, and D). A
has 35 votes, B has 40 votes, C has 15 votes, and D has 10 votes. Any decision taken by
the family is based on its receiving at least 60% of the total number of votes. Design a
circuit that will produce an output of 1 if a certain motion is approved by the family.

6. Figure-1 below shows the intersection of a main highway with a secondary access road.
Vehicle-detection sensors are placed along lanes C and D (main road) and lanes A and B
(access road). These sensor outputs are LOW (0) when no vehicle is present and HIGH
(1) when a vehicle is present. The intersection traffic light is to be controlled according to
the following logic:
a. The east-west (E-W) traffic light will be green whenever both lanes C and D are
occupied.
b. The E-W light will be green whenever either C or D is occupied but lanes A and B are
not both occupied.
c. The north-south (N-S) light will be green whenever both lanes A and B are occupied
but C and D are not both occupied.
d. The N-S light will also be green when either A or B is occupied while C and D are
both vacant.
e. The E-W light will be green when no vehicles are present.
Using the sensor outputs A, B, C, and D as inputs, design a logic circuit to control the traffic
light. There should be two outputs, N-S and E-W that go HIGH when the corresponding light
is to be green. Simplify the circuit as much as possible and show all steps.
Figure -2

7. Design a 1 to 32 De-Multiplexer using only 1 to 8 De-Multiplexer with enable inputs.

8. In the shipping department of a softball factory, the balls roll down a conveyor and
through a chute single file into boxes for shipment. The capacity of each box is 32 balls.
Design a logic circuit to indicate when a box is full so that an empty box can be moved
into position.

9. Design a 4-bit counter with one control signal S. The counter should operate as binary
down counter when S=1 and binary up counter when S=0.

10. Design a synchronous counter that counts as 000, 010, 101, 110, 000, 010, _ _ _ Ensure
that the unused states of 001, 011, 100 and 111 go to 010 on the next clock pulse. Use J-K
flip-flops. What will the counter hardware look like if the unused states are to be
considered as ‘don’t care’s.

You might also like