Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
187 views

Logic Design QUESTIONS

This document contains 10 logic design problems involving car burglar alarms, full adders, light bulb patterns, Boolean functions for chair occupancy, decade counters, modulo counters, and ripple counters. The problems cover a range of logic gates, multiplexers, flip-flops, truth tables, and minterm/maxterm expansions for designing various counting and sequential circuits.

Uploaded by

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

Logic Design QUESTIONS

This document contains 10 logic design problems involving car burglar alarms, full adders, light bulb patterns, Boolean functions for chair occupancy, decade counters, modulo counters, and ripple counters. The problems cover a range of logic gates, multiplexers, flip-flops, truth tables, and minterm/maxterm expansions for designing various counting and sequential circuits.

Uploaded by

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

LOGIC DESIGN PROBLEMS

1. A burglar alarm for a car has a normally low switch on each of four doors. If
any door is opened the output of that switch goes HIGH. The alarm is set off
with an active-LOW output signal. What type of gate will provide this logic?
2. Implement full adder using 8x1 MUX.
3. 4 bulbs identified as 0,1,2, and 3.are there within a room .Bulbs should turn
ON in the order 0,3,2,1,0,3,2,1,0,3,2,1 .Design a logic circuit to obtain
following pattern.
4. Four chairs A, B, C, and D are placed in a row. Each chair may be occupied
(l) or empty (0). A Boolean function F is l if and only if there are two or
more adjacent chairs that are empty.
o

Give the truth table defining the Boolean function F

Express F as a minterm expansion (standard sum of product)

Express F as a maxterm expansion (standard product of sum

5. Design a synchronous decade counter


6. Design an asynchrounous decade counter
7. Design modulo 6 synchronous counter
8. Design a modulo 7 asynchronous counter
9. Design modulo 8 or divided by 8 counter using minimum no:of flipflops.
10.Design a divided by 5 ripple counter.

You might also like