0% found this document useful (0 votes)
30 views8 pages

WWW - Manaresults.Co - In: II B. Tech II Semester Regular Examinations, April - 2018 Switching Theory and Logic Design

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)
30 views8 pages

WWW - Manaresults.Co - In: II B. Tech II Semester Regular Examinations, April - 2018 Switching Theory and Logic Design

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/ 8

Code No: R1622023 R16 SET - 1

II B. Tech II Semester Regular Examinations, April - 2018


SWITCHING THEORY AND LOGIC DESIGN
(Electrical and Electronics Engineering)
Time: 3 hours Max. Marks: 70
Note: 1. Question Paper consists of two parts (Part-A and Part-B)
2. Answer ALL the question in Part-A
3. Answer any FOUR Questions from Part-B
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PART –A
1. a) What are the three methods of obtaining the 2’s complement of a given binary (3M)
number?
b) What do you mean by K-map? Name it advantages and disadvantages. (3M)
c) Distinguish between a half-adder and a full-adder? (2M)
d) What is a PLD? What is the principal advantage of a PLD? (2M)
e) Draw the state diagram of modulo-4 up/down counter. (2M)
f) By how many models are synchronous sequential circuits represented? Name (2M)
them.
PART -B
2. a) Find the 12-bit 1’s complement form of the following decimal numbers. (7M)
i) -97 ii) -224 iii) -205.75 iv) -29.375
b) Without reducing, implement the following expressions in AOI logic and then (7M)
convert them into NAND logic and NOR logic
i) A + BC + (A + B’C) + D ii) A + B’C + (B + C)’ + B’C’

3. a) Obtain the minimal expression using the tabular method (7M)


F = πM (6, 7, 8, 9). d (10, 11, 12, 13, 14, 15)
b) Simplify the following Boolean expression. (7M)
T(x, y, z) = (x + y) {[x’ (y’ + z’)]’} +x’ y’ +x’ z’
X(A, B, C, D) = A1B1C1+(A+B+C1)1+A1B1C1D

4. a) Draw the logic diagram of a 2 to 4 line decoder using NOR gates including an (7M)
enable input.
b) Give circuit implementation of 4 Bit Ripple adder and Ripple Adder/Subtractor (7M)
using ones and twos complement method.

5. a) Design an arithmetic circuit that adds 2 binary digits. The circuit should have 2 (7M)
outputs, one for the sum and the other for the carry. Implement the same in a
PAL.
b) Show how the PLA circuit can be programmed to implement the binary to gray (7M)
conversion.

6. a) Draw the schematic circuit of a D flip flop with negative edge triggering using (7M)
NAND gates. Give its truth table and explain its operation?
b) What is a register? Discuss the applications of shift registers? (7M)

7. a) With suitable example explain the Mealy and Moore models? (7M)
b) Explain the terms state diagram and state table with suitable example. (7M)
WWW.MANARESULTS.CO.IN
1 of 1
|''|'''||''||'''||||
WWW.MANARESULTS.CO.IN
Code No: R1622023 R16 SET - 2
II B. Tech II Semester Regular Examinations, April - 2018
SWITCHING THEORY AND LOGIC DESIGN
(Electrical and Electronics Engineering)
Time: 3 hours Max. Marks: 70
Note: 1. Question Paper consists of two parts (Part-A and Part-B)
2. Answer ALL the question in Part-A
3. Answer any FOUR Questions from Part-B
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PART –A
1. a) Convert the following numbers with the given radix to decimal. (3M)
i. 44335 ii. 119912
b) State and prove De Morgan’s theorem. (3M)
c) Define encoder? List out the applications of it? (2M)
d) What are the advantages of PLDs over fixed function ICs? (2M)
e) Explain the operation of a SR flip-flop? (2M)
f) What is the mealy machine? (2M)
PART -B
2. a) Perform the subtraction using 1’s complement and 2’s complement methods. (7M)
i) 11010 – 10000 ii)11010 – 1101 iii)100 - 110000
b) How are negative numbers represented? Represent signed numbers from +7 to (7M)
-8 using different ways of representation.

3. a) Reduce using mapping the following expression and implement the real (7M)
minimal expression in Universal logic. F= ∑m (0, 2, 4, 6, 7, 8, 10, 12, 13, 15)
b) State and prove consensus theorem? Solve the given expression using (7M)
consensus theorem. (i) AB + AC + BC + BC + AB
(ii) (A + B)(A + C)(B + C)(A + D)(B + D)

4. a) Perform the realization of half adder and full adder using decoders and logic (7M)
gates.
b) Design a combinational logic to subtract one bit from the other. Draw the logic (7M)
diagram using NAND and NOR Gates.

5. a) Discuss how PROM, EPROM and EEPROM technologies differ from each (7M)
other.
b) Implement the following multiple output functions using PROM (7M)
F1= ∑m (0, 1, 4, 7, 12, 14, 15) F3= ∑m (2, 3, 7, 8, 10)
F2= ∑m (1, 3, 6, 9, 12) F4= ∑m (1, 3, 5)

6. a) Draw the circuit diagram of a positive edge triggered JK flip flop and explain (7M)
its operation with the help of a truth table?
b) Convert a D flip flop into SR flip flop and JK flip flop? (7M)

7. a) Draw the state diagram for multiplier and implement the corresponding state (7M)
machine model.
b) Explain the state minimization procedure with the help of example. (7M)
WWW.MANARESULTS.CO.IN
1 of 1
|''|'''||''||'''||||
WWW.MANARESULTS.CO.IN
Code No: R1622023 R16 SET - 3
II B. Tech II Semester Regular Examinations, April - 2018
SWITCHING THEORY AND LOGIC DESIGN
(Electrical and Electronics Engineering)
Time: 3 hours Max. Marks: 70
Note: 1. Question Paper consists of two parts (Part-A and Part-B)
2. Answer ALL the question in Part-A
3. Answer any FOUR Questions from Part-B
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PART –A
1. a) Express the Decimal Digits 0-9 in 8 4 -2- 1. (3M)
b) Why is minimization of switching functions required? (3M)
c) Realize a single bit comparator? (2M)
d) What are the advantages and disadvantages of using a PROM as a PLD? (2M)
e) Draw and explain active low S-R latch. (2M)
f) What is the Moore machine? (2M)
PART -B
2. a) Convert the following to Decimal and then to octal (7M)
(a) (125F)16 (b) (10111111)2 (c) (392)10
b) How do you convert a gray number to binary? Generate a 4-bit gray code (7M)
directly using the mirror image property?

3. a) What are the limitations of K-maps? Compare K-map and tabular methods of (7M)
minimization.
b) Represent and draw the following Boolean function using minimum number of (7M)
basic gates. i) (AB + AB’) (AB)’
ii) [(ABD(C + D + E)) + (A +DBC)’] (ABC + (CAD)’)
iii)
4. a) Realize the function f(A,B,C,D) = ∑ (1,2,5,8,10,14)+d (6,7,15) using (7M)
i) 8:1 MUX ii) 4:1 MUX
b) Design and draw the logic circuit diagram for full adder/subtractor. Let us (7M)
consider a control variable w and the designed circuit that functions as a full
adder when w=0, as a full subtractor when w= 1.

5. a) Design a PAL for the following logical functions. (7M)


Y1=AB+A’CB’, Y2=AB’C+AB+AC’, Y3=AB+BC+CA
b) Design a combinational circuit using ROM. The circuit accepts a 3 bit number (7M)
and generates an O/P binary number equal to square of input number.

6. a) Explain the operation of 5-stage twisted ring counter with circuit diagram, state (7M)
transition diagram and state table.
b) With suitable logic diagrams explain about Buffer register and Controlled (7M)
buffer register?

7. a) Discuss general model of Mealy sequential machine. How do you realize (7M)
sequential network with a ROM.
b) Explain the following with examples: (7M)
WWW.MANARESULTS.CO.IN
i) Flow table ii) State reduction
1 of 1
|''|'''||''||'''||||
WWW.MANARESULTS.CO.IN
Code No: R1622023 R16 SET - 4

II B. Tech II Semester Regular Examinations, April - 2018


SWITCHING THEORY AND LOGIC DESIGN
(Electrical and Electronics Engineering)
Time: 3 hours Max. Marks: 70
Note: 1. Question Paper consists of two parts (Part-A and Part-B)
2. Answer ALL the question in Part-A
3. Answer any FOUR Questions from Part-B
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PART –A
1. a) Why is hexadecimal code widely used in digital systems? List out the digits (3M)
used to represent the hexadecimal codes?
b) What is Quine-McClusky method? (3M)
c) Why a multiplexer is called a data selector? Draw the 2x1 MUX. (2M)
d) Draw the basic architecture of a PAL? (2M)
e) What are the various methods used for triggering flip-flops? Explain with (2M)
examples.
f) Compare the Moore and Mealy machines? (2M)
PART -B
2. a) Subtract the following decimal numbers by the 9’s and 10’s complement (7M)
methods.
i) 274 - 86 ii) 93 - 615 iii) 574.6 - 297.7 iv) 376.3 - 765.6
b) What is the Hamming code? How is the Hamming code word tested and (7M)
corrected?

3. a) State and prove the following laws of Boolean algebra. (7M)


i) Commutative ii) associative iii) distributive
iv) idempotence v) absorption
b) Reduce the following expression to the simplest possible POS and SOP forms. (7M)
F= ∑m (6,8,13,18,19,25,27,29,31) + d (2,3,11,15,17,24,28)

4. a) Implement the following multiple output combinational logic circuit using a 4 (7M)
line to 16 line decoder:
F1= ∑m (0, 1, 4, 7, 12, 14, 15) F3= ∑m (2, 3, 7, 8, 10)
F2= ∑m (1, 3, 6, 9, 12) F4= ∑m (1, 3, 5)
b) Discuss a few applications of multiplexers and distinguish between a (7M)
multiplexer and a decoder.

5. a) What is a PLD? Compare the three combinational PLDs? (7M)


b) Design an Excess-3 to BCD code converter using a PLA? (7M)

6. a) Draw the schematic circuit of an edge-triggered JK flip flop with active low (7M)
preset and active low clear using NAND gates and explain its operation?
b) Design a type-D counter that goes through states 0, 2, 4, 6, 0…….. The (7M)
undesired states must always go to a 0 on the next clock pulse.
1 of 2

WWW.MANARESULTS.CO.IN
|''|'''||''||'''||||
Code No: R1622023 R16 SET - 4

7. a) For the machine given below find the equivalence partition and a (9M)
corresponding reduced machine in standard form and also explain the
procedure.
PS NS,Z
X=0 X=1
A B, 0 E, 0
B E, 0 D, 0
C D, 1 A, 0
D C, 1 E, 0
E B, 0 D, 0
b) What are the capabilities and limitations of finite state machines? (5M)

2 of 2

WWW.MANARESULTS.CO.IN
|''|'''||''||'''||||

You might also like