搜档网
当前位置:搜档网 › SWITCHING-THEORY--AND--LOGIC-DESIGN

SWITCHING-THEORY--AND--LOGIC-DESIGN

SWITCHING-THEORY--AND--LOGIC-DESIGN
SWITCHING-THEORY--AND--LOGIC-DESIGN

II B.Tech II Semester Regular Examinations,Apr/May2008

SWITCHING THEORY AND LOGIC DESIGN

(Common to Electronics&Communication Engineering and Electronics&

Telematics)

Time:3hours Max Marks:80

Answer any FIVE Questions

All Questions carry equal marks

?????

1.Convert the following to Decimal and then to Octal.

(a)123416

(b)12EF16

(c)101100112

(d)100011112

(e)35210

(f)99910[3+3+3+3+2+2]

2.(a)Simplify the following Boolean expressions to minimum no.of literals.[8]

i.ABC+A’B+ABC’

ii.(BC’+A’D)(AB’+CD’)

iii.x’yz+xz

iv.xy+x(wz+wz’)

(b)Obtain the Dual of the following Boolean expressions.[8]

i.AB+A(B+C)+B’(B+D)

ii.A+B+A‘B’C

iii.A’B+A’BC’+A’BCD+A’BC’D’E

iv.ABEF+ABE’F’+A’B’EF

3.(a)Reduce the following function using K-map and implement it in AOI logic as

M(0,1,2,3,4,7)[10] well as NOR logic F=

(b)What do you mean by K-map?Name its advantages and disadvantages[6]

4.Explain the type of Hazard if any in the EXCLUSIVE-OR circuit made by?ve

NAND gates and the EXCLUSIVE?OR circuit made by four NAND gates as shown in?gure4.[16]

Figure4

5.(a)Derive the PLA programming table for the combinational circuit that squares

a3bit number.

(b)For the given3-input,4-output truth table of a combinations circuit,tabulate

the PAL programming table for the circuit.[8+8] Inputs Output

x y z A B C D

0000100

0011111

0101011

0110101

1001010

1010001

1101110

1110111

6.(a)Compare synchronous&Asynchronous circuits

(b)Design a Mod-6synchronous counter using J-K?ip?ops.[6+10]

7.(a)Determine the equivalence classes for the given state-table.

(b)Obtain?nal transition table.[8+8]

Present state q v Next state q v+1,x2Output z v

x=0x=1x=2x=3x=0x=1x=2x=3

q0q4q2q1q41011

q1q2q5q4q10110

q2q1q0q3q51011

q3q6q5q4q10110

q4q2q5q3q40110

q5q2q5q3q71100

q6q3q0q1q51011

q7q1q2q4q51011

8.(a)For the given ASM chart obtain its equivalent state diagram8.

(b)Design the circuit using mulitiplexes.[8+8]

Figure8?????

II B.Tech II Semester Regular Examinations,Apr/May2008

SWITCHING THEORY AND LOGIC DESIGN

(Common to Electronics&Communication Engineering and Electronics&

Telematics)

Time:3hours Max Marks:80

Answer any FIVE Questions

All Questions carry equal marks

?????

1.Convert the following to Decimal and then to Binary.

(a)101116

(b)ABCD16

(c)72348

(d)77668

(e)12810

(f)72010.[3+3+3+3+2+2]

2.(a)Express the following functions in sum of minterms and product of maxterms.

[8]

i.(xy+z)(y+xz)

ii.B’D+A’D+BD

(b)Obtain the complement of the following Boolean expressions.[8]

i.AB’C+AB’D+A’B’

ii.A’B’C+ABC?+A’B’C’D

iii.ABCD+ABC’D’+A’B’CD

iv.AB+ABC’

3.(a)For the truth table given below,?nd the minimal expression for the out put

(Y)using K-map[8+8]

Inputs Output(Y)

A B C D

00001

00010

00101

00110

01001

01011

01101

01110

10000

10011

10100

10110

11001

11010

11101

11110

(b)Expand A+BˉC+ABˉD+ABCD to minterms and maxterms.

4.(a)Design a combinational logic to subtract one bit from the other.Draw the

logic diagram using NAND and NOR gates.

(b)Explain the working of a serial adder.[12+4]

5.(a)Derive the PLA programming table for the combinational circuit that squares

a3bit number.

(b)For the given3-input,4-output truth table of a combinations circuit,tabulate

the PAL programming table for the circuit.[8+8] Inputs Output

x y z A B C D

0000100

0011111

0101011

0110101

1001010

1010001

1101110

1110111

6.(a)Compare synchronous&Asynchronous circuits

(b)Design a Mod-6synchronous counter using J-K?ip?ops.[6+10]

7.A clocked sequential circuit is provided with a single input x and single output Z.

Whenever the input produce a string of pulses111or000and at the end of the sequence it produce an output Z=1and overlapping is also allowed.

(a)Obtain State-Diagram.

(b)Also obtain state-Table.

(c)Find equivalence classes using partition method&design the circuit using D

-?ip-?ops.[4+4+8] 8.For the ASM chart given8:

Figure8

(a)Draw the state diagram.

(b)Design the control unit using D?ip-?ops and a decoder.[8+8]

?????

II B.Tech II Semester Regular Examinations,Apr/May2008

SWITCHING THEORY AND LOGIC DESIGN

(Common to Electronics&Communication Engineering and Electronics&

Telematics)

Time:3hours Max Marks:80

Answer any FIVE Questions

All Questions carry equal marks

?????

1.Convert the following to Decimal and then to Binary.

(a)231116

(b)A44D16

(c)74448

(d)76678

(e)15810

(f)72910[3+3+3+3+2+2]

2.(a)Simplify the following Boolean expressions.[8]

i.A’C’+ABC+AC’to three literals

ii.(x’y’+z)’+z+xy+wz to three literals

iii.A’B(D’+C’D)+B(A+A’CD)to one literal

iv.(A’+C)(A’+C’)(A+B+C’D)to four literals

(b)Obtain the complement of the following Boolean expressions.[8]

i.B’C’D+(B+C+D)’+B’C’D’E

ii.AB+(AC)’+(AB+C)

iii.A’B’C’+A?BC’+AB’C’+ABC’

iv.AB+(AC)’+AB’C

3.(a)What is a cell of a K-map?What is meant by pair,a quad,and an octet of a

map and how many variables are eliminated?[8]

(b)Reduce the following function using K-map and implement it using NAND

m(0,2,3,4,5,6,)[8] logic.F=

4.(a)Implement the following multiple output combinational logic using a4line to

16line Decoder.

Y1=ˉAˉBˉCˉD+ˉAˉBCD+ˉAˉBCˉD+ˉABCˉD+AˉBCˉD+AˉBCD

Y2=ˉAˉBˉCD+ˉABˉCˉD+ˉABˉCD+ABˉCD

Y3=ˉABCD+ABCˉD+ABCD.

(b)Explain the terms Multiplexing and Demultiplexing.[10+6]

5.(a)Derive the PLA programming table for the combinational circuit that squares

a3bit number.

(b)For the given3-input,4-output truth table of a combinations circuit,tabulate

the PAL programming table for the circuit.[8+8] Inputs Output

x y z A B C D

0000100

0011111

0101011

0110101

1001010

1010001

1101110

1110111

6.(a)Design a sequence detector which detects110010Implement the sequence

detector by using D-type?ip?ops

(b)Classify the required circuits into synchronous,asynchronous,clockmode,pulse

mode with suitable examples.[8+8]

7.(a)Determine the equivalence classes for the given state-table.

(b)Obtain?nal transition table.[8+8]

Present state q v Next state q v+1,x2Output z v

x=0x=1x=2x=3x=0x=1x=2x=3

q0q4q2q1q41011

q1q2q5q4q10110

q2q1q0q3q51011

q3q6q5q4q10110

q4q2q5q3q40110

q5q2q5q3q71100

q6q3q0q1q51011

q7q1q2q4q51011

8.(a)Draw the ASM chart for the following state transistion,start from the initial

state T1,then if xy=00go to T2,if xy=01go to T3,if xy=10go to T1,other wise go to T3.

(b)Show the exit paths in an ASM block for all binary combinations of control

variables x,y and z,starting from an initial state.[8+8]

?????

II B.Tech II Semester Regular Examinations,Apr/May2008

SWITCHING THEORY AND LOGIC DESIGN

(Common to Electronics&Communication Engineering and Electronics&

Telematics)

Time:3hours Max Marks:80

Answer any FIVE Questions

All Questions carry equal marks

?????

1.Convert the following to Decimal and then to Octal.

(a)423416

(b)125F16

(c)100100112

(d)101111112

(e)39210

(f)77910[3+3+3+3+2+2]

2.(a)For the given Boolean function F=xy’z+x’y’z+w’xy+wx’y+wxy[8]

i.Draw the logic diagram

ii.Simplify the function to minimal literals using Boolean algebra.

(b)Obtain the Dual of the following Boolean expressions.[8]

i.AB’C+AB’D+A’B’

ii.A’B’C+ABC’+A’B’C’D

iii.ABCD+ABC’D’+A’B’CD

iv.AB+ABC’

3.(a)What do you mean by don?t care combinations?[4]

(b)What you mean by min terms and max terms of Boolean expressions.[4]

m(0,1,3,4,5,6,7,8,9)+

(c)Simplify the Boolean function using K-map F=

d(10,11,12,13,14,15)[8]

4.(a)A combinational circuit is de?ned by the following three functions F1=ˉxˉy+

xyˉz F2=ˉx+y F3=xy+ˉxˉy Design the circuit with a decoder and external

gates.

(b)List the applications of Multiplexer and Demultiplexer.[12+4]

5.(a)Derive the PLA programming table for the combinational circuit that squares

a3bit number.

(b)For the given3-input,4-output truth table of a combinations circuit,tabulate

the PAL programming table for the circuit.[8+8] Inputs Output

x y z A B C D

0000100

0011111

0101011

0110101

1001010

1010001

1101110

1110111

6.(a)Find a modulo-6gray code using k-Map&design the corresponding counter.

(b)Compare synchronous&Asynchronous.[10+6]

7.A clocked sequential circuit is provided with a single input x and single output Z.

Whenever the input produce a string of pulses111or000and at the end of the sequence it produce an output Z=1and overlapping is also allowed.

(a)Obtain State-Diagram.

(b)Also obtain state-Table.

(c)Find equivalence classes using partition method&design the circuit using D

-?ip-?ops.[4+4+8] 8.(a)Draw the ASM chart for the following state transistion,start from the initial

state T1,then if xy=00go to T2,if xy=01go to T3,if xy=10go to T1,other wise go to T3.

(b)Show the exit paths in an ASM block for all binary combinations of control

variables x,y and z,starting from an initial state.[8+8]

?????

相关主题