You are on page 1of 9

Code No: RR210203 Set No.

1
II B.Tech I Semester Supplementary Examinations, February 2007
SWITCHING THEORY AND LOGIC DESIGN
( Common to Electrical & Electronic Engineering, Electronics &
Communication Engineering, Computer Science & Engineering, Electronics
& Instrumentation Engineering, Bio-Medical Engineering, Information
Technology, Electronics & Control Engineering, Computer Science &
Systems Engineering, Electronics & Telematics and Electronics & Computer
Engineering)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
⋆⋆⋆⋆⋆

1. (a) Write the following binary numbers in signed 1’s complement form and signed
2’s complement form using 16 bit registers.
i. +1001010
ii. -11110000
iii. -11001100.1
iv. +100000011.111
(b) Perform N1+N2,N1+(-N2) for the following 8 bit numbers expressed in a 2’s
complement representation. Verify your answers by using decimal addition
and subtraction
i. N1=00110010, N2=11111101
ii. N1=10001110, N2=00001101
[10+6]

2. (a) i. Given AB + AB = C, Show that AC + AC = B.


ii. (A + B)(A + C)(B + D)(+CD) ;simplify
(b) Define the connective * for the two valued variables A, B, and C as follows
A ∗ B = AB + A B
Let C = A*B, Determine which of the following is valid
i. A=B*C
ii. B=A*C
iii. A*B*C=1
[8+8]

3. (a) Derive Boolean expression for a 2 input Ex-NOR gate to realize with two input
NOR gates, without using complemented variables and draw the circuit.
(b) Redraw the given circuit (figure1) after simplification.
[8+8]

4. (a) Design a BCD to excess-3 code converter using

1 of 2
Code No: RR210203 Set No. 1

Figure 1:

i. ROM
ii. PAL
(b) Show how a 4 x 16 decoder can be constructed with two 3 x 8 decoders.
[5+5+6]

5. (a) Distinguish between combinational logic and sequential logic


(b) Draw the schematic circuit of an edge triggered J-K - Flip-Flop with “active
low preset” and “active low clear” using NAND gates and explain its opera-
tions with the help of Truth-Table.
[6+10]

6. Design a synchronous modulo 10 up down counter .Use T flip flops for synthesis.
[16]

7. (a) Convert the following Mealy machine into a corresponding Moore machine:
PS NS,Z
X=0 X=1
A C,0 B,0
B A,1 D,0
C B,1 A,1
D D,1 C,0

(b) Design the circuit for the above table.


[8+8]

8. Design a half adder and half subtractor circuit using

(a) multiplexer and registers


(b) one flipflop per state..Draw the state diagram and convert it to ASM block
and tablulate its state table.

[8+8]

⋆⋆⋆⋆⋆

2 of 2
Code No: RR210203 Set No. 2
II B.Tech I Semester Supplementary Examinations, February 2007
SWITCHING THEORY AND LOGIC DESIGN
( Common to Electrical & Electronic Engineering, Electronics &
Communication Engineering, Computer Science & Engineering, Electronics
& Instrumentation Engineering, Bio-Medical Engineering, Information
Technology, Electronics & Control Engineering, Computer Science &
Systems Engineering, Electronics & Telematics and Electronics & Computer
Engineering)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
⋆⋆⋆⋆⋆

1. (a) Consider the following four codes.


Code A Code B Code C Code D
0001 000 01011 000000
0010 001 01100 001111
0100 2 011 1 10010 3 110011 4
1000 010 10101
110
111
101
100
Which of the following properties is satisfied by each of the above codes?
i. Detects single errors
ii. Detects double errors
iii. Detects triple errors
iv. Corrects single errors
v. Corrects double errors
Corrects singe and detects double errors.
(b) Add the following decimal number 109 and 876 in BCD and Excess-3 forms.
[8+8]
2. (a) Simplify the function
P using Karnaugh
Pmap method
F (A,B,C,D) = (4,5,7,12,14,15)+ d(3,8,10).
(b) Give three possible ways to express the function
F = A B D + A B C D + ABD + ABCD with eight or less literals. [8+8]
3. Using the tabular method,
P obtain the prime implicants of a four- input single-output
function f(w,x,y,z) = m(0,2,4,5,6,7,8,9,10,11,13). Reduce the prime-implicant
table and find the minimal cover of f. [16]
4. (a) Implement thePfollowing function using a multiplexer of proper size.
F(w,x,y,z) = m(0, 1, 2, 3, 4, 9, 13, 14, 15)

1 of 2
Code No: RR210203 Set No. 2
(b) Draw the circuit diagram of a 4 bit look a head carry generator circuit.
[8+8]

5. (a) Define a sequential system and how does it differ from a combinational system?
(b) Draw the schematic circuit of a negative edge-trigger S-R-Flip-Flop with “ac-
tive low preset” and “active low clear” inputs using NAND gates and explain
its operation with the help of Truth-Table
[6+10]

6. A sequential circuit has three D flip-flops, A, B, C and one input x.. It is described
by the following flip-flops input functions
DA = (BC 1 + B 1 C)x + (BC + B 1 C 1 )x1
DB=A
DC=B

(a) Derive the state stable for the circuit.


(b) Draw two state diagrams one for x=0, and the other for x=1.

[16]

7. (a) Distinguish between Mealy and Moore machines


(b) Convert the following Mealy machine into a corresponding Moore machine:

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

[6+10]

8. Design a half adder and half subtractor circuit using

(a) multiplexer and registers


(b) one flipflop per state..Draw the state diagram and convert it to ASM block
and tablulate its state table.

[8+8]

⋆⋆⋆⋆⋆

2 of 2
Code No: RR210203 Set No. 3
II B.Tech I Semester Supplementary Examinations, February 2007
SWITCHING THEORY AND LOGIC DESIGN
( Common to Electrical & Electronic Engineering, Electronics &
Communication Engineering, Computer Science & Engineering, Electronics
& Instrumentation Engineering, Bio-Medical Engineering, Information
Technology, Electronics & Control Engineering, Computer Science &
Systems Engineering, Electronics & Telematics and Electronics & Computer
Engineering)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
⋆⋆⋆⋆⋆

1. (a) Write the following binary numbers in signed 1’s complement form and signed
2’s complement form using 16 bit registers.
i. +1001010
ii. -11110000
iii. -11001100.1
iv. +100000011.111
(b) Perform N1+N2,N1+(-N2) for the following 8 bit numbers expressed in a 2’s
complement representation. Verify your answers by using decimal addition
and subtraction
i. N1=00110010, N2=11111101
ii. N1=10001110, N2=00001101
[10+6]
P
2. (a) Minimize the function using Karnaugh map method f (A,B,C,D) = m
(1,3,5,8,9,11) + Sd (2,13).
(b) Simply the given expressions using Boolean theorem
i. f= AB + A C + C + AD + A B C+ABC.
ii. (x + xyz + (x + xyz)(x + x yz)
iii. a + ab + a bc + abcd + .........
[8+8]

3. Using the Quine-Mc Cluskey method of tabular reduction


P ,minimize the given
combinational single - output function f(w,x,y,z) = m(0,1,5,7,810,14,15) [16]

4. (a) Give the circuit implementation of a 4 - bit carry look-ahead adder.


(b) Give the implementation of a 2 -bit magnitude comparator.
(c) Bring out the differences among a PAL and PLA.
[6+6+4]

1 of 2
Code No: RR210203 Set No. 3
5. (a) Define a sequential system and how does it differ from a combinational system
(b) Augment an S-R Flip-Flop with two AND gates to form a J-K-Flip-Flop and
explain its operations with the help of Truth-Table
[6+10]

6. A sequential circuit has three D flip-flops, A, B, C and one input x.. It is described
by the following flip-flops input functions
DA = (BC 1 + B 1 C)x + (BC + B 1 C 1 )x1
DB=A
DC=B

(a) Derive the state stable for the circuit.


(b) Draw two state diagrams one for x=0, and the other for x=1.

[16]

7. (a) Define state equivalance and machine equivalance with reference to sequential
machines.
(b) Reduce the number of states in the following state table and tabulate the
reduce state table and give proper assignment.

PS NS,Z
X-0 X=1
A F,0 B,0
B D,0 C,0
C F,0 E,0
D G,1 A,0
E D,0 C,0
F F,1 B,1
G G,0 H,0
H G,1 A,0

[4+12]

8. Construct an ASM block that has 3 input variables (A,B,C), 4 output (W,X,Y,Z)
and 2 exit paths. For this block, output Z is always 1, and W is 1 if A & B are
both 1. If C=1 & A=0, Y=1 and exit path 1 is taken. If C=0 or A=1, X=1 and
exit path 2 is taken.
Realize the above using the One flip flop per state. [16]

⋆⋆⋆⋆⋆

2 of 2
Code No: RR210203 Set No. 4
II B.Tech I Semester Supplementary Examinations, February 2007
SWITCHING THEORY AND LOGIC DESIGN
( Common to Electrical & Electronic Engineering, Electronics &
Communication Engineering, Computer Science & Engineering, Electronics
& Instrumentation Engineering, Bio-Medical Engineering, Information
Technology, Electronics & Control Engineering, Computer Science &
Systems Engineering, Electronics & Telematics and Electronics & Computer
Engineering)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
⋆⋆⋆⋆⋆

1. (a) Write the following binary numbers in signed 1’s complement form and signed
2’s complement form using 16 bit registers.
i. +1001010
ii. -11110000
iii. -11001100.1
iv. +100000011.111
(b) Perform N1+N2,N1+(-N2) for the following 8 bit numbers expressed in a 2’s
complement representation. Verify your answers by using decimal addition
and subtraction
i. N1=00110010, N2=11111101
ii. N1=10001110, N2=00001101
[10+6]
2. (a) Simplify the function
P using Karnaugh
Pmap method
F (A,B,C,D) = (4,5,7,12,14,15)+ d(3,8,10).
(b) Give three possible ways to express the function
F = A B D + A B C D + ABD + ABCD with eight or less literals. [8+8]
3. (a) Derive Boolean expression for a 2input Ex-OR gate to realize with 2 input
NAND gates without using complemented variables and draw the circuit.
(b) Redraw the given circuit in (figure1)after simplification .

Figure 1:

[8+8]

1 of 3
Code No: RR210203 Set No. 4
4. (a) Write a note on ‘high-speed adders’
(b) Give the logic realization of a two −bit word comporator to compare two
words A=A1 A0 and B = B1 B0 in binary code.
(c) Implement theP following function using eight−to-one mux
F(x, y, z) = m(0, 2, 3, 5) [4+8+4]

5. (a) Analyze the circuit(figure2) given and prove it is equivalent to a T flip flop.

Figure 2:

(b) Draw the circuit diagram of a mod-10 ripple counter and explain its operation
with the aid of output state timing diagram.
[6+10]

6. Design a counter which could count either in mod 8 straight binary or in mod 8
cyclic code based on a control signal. [16]

7. What are the conditions for the two machines are to be equivalent? For the machine
given below, find the equivalence partition and a corresponding reduced machine
in standard form:

PS NS,Z
X=0 X=1
A F,0 B,1
B G,0 A,1
C B,0 C,1
D C,0 B,1
E D,0 A,1
F E,1 F,1
G E,1 G,1
[16]

8. Design a half adder and half subtractor circuit using

(a) multiplexer and registers


(b) one flipflop per state..Draw the state diagram and convert it to ASM block
and tablulate its state table.

[8+8]

2 of 3
Code No: RR210203 Set No. 4
⋆⋆⋆⋆⋆

3 of 3

You might also like