Ele 308 Tutorial
Ele 308 Tutorial
Fig. Q1
(b) A combinational circuit accepts a 3-bit number and generates an output which is
equal to the input number plus 1. Implement the circuit using a decoder and suitable
logic gates.
(b) Draw the logic diagram of a two-to-four-line decoder with an active high enable input
and active high outputs using
(i) NOR gates only
(ii) NAND gates only
5. (a) An 8x1 multiplexer has inputs A, B and C connected to the control inputs S2 , S 1and
S0 respectively. The data inputs I 0 through I 7 are as follows: I 1=I 2 =I 7 =0; I 3=I 5=1;
I 0=I 4=D ; and I 6=D . Determine the Boolean function that the multiplexer implements.
(b) Four large tanks at a chemical plant contain different liquids being heated. Liquid-
level sensors are being used to detect whenever the level in tank A or tank B rises above a
predetermined level. Temperature sensors in tanks C and D detect when the temperature in
either of these tanks drops below a prescribed temperature limit. Assume that the liquid-level
sensor outputs A and B are LOW when the level is satisfactory and HIGH when the level is
too high. Also, the temperature-sensor outputs C and D are LOW when the temperature is
satisfactory and HIGH when the temperature is too low. Design a logic circuit that will detect
whenever the level in tank A or tank B is too high at the same time that the temperature in
either tank C or tank D is too low, using
(i) suitable logic gates
(ii) NOR gates only
(iii) NAND gates only
6. (a) Simplify the following Boolean functions to product-of-sums form using Karnaugh maps:
(i) F ( W , X , Y , Z )=∑ ( 0,1,2,5,8,10,13 )
(ii) F ( A , B ,C , D ) =∏ ( 1,3,5,7,13,15 )
(iii) F ( A , B ,C , D ) =∏ ( 1,3,6,9,11,12,14 )
(b) A combinational circuit accepts a 3-bit number and generates an output which is
equal to the input number plus 1. Implement the circuit using suitable logic gates.
8. (a) Draw a logic diagram using only 2-input NOR gates to implement
F ( A , B ,C , D ) =( A ⊕ B)( C ⊕ D)
Fig. Q9
(b) A combinational circuit accepts a 3-bit number and generates an output which is equal to the
input number plus 1. Implement the circuit using a decoder and suitable logic gates.
10.(a) A combinational circuit has 3 inputs A, B and C, and an output F. The output is 1 when
A+C=0 or AC=1; otherwise, the output is 0. Implement the circuit using a single logic gate.
(b) 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
(1) It’s after 5 o’clock and all machines are shut down
(2) It’s Friday, the production run for the day is complete, and all machines are shut
down.
Using input variable A to represent “it’s 5’o’clock”, B “all machines are shut down”, C “it’s
Friday” and D “the production run for the day is complete”,
(i) Obtain the truth table and Boolean expression for the problem
(ii) Obtain minimized expressions in both sum-of-products and product-of-sums forms
using K-map.
(iii) Draw the logic circuit for the problem using NAND gates only.