Code.No: 44018

SET-1

R07

b) c)

Obtain the 1's and 2's complements of the following binary numbers. (i) (10001111) 2 (ii) (10001111)2 (i) (4350) 5 = ( )2 (ii) (11010011)2 = ( )16 (iii) (552) 6 = ( )8 Explain the advantages of 2’s complement.

[4+8+4]

or ld

1.a)

.in

JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY HYDERABAD II .B.TECH –II SEM SUPPLEMENTARY EXAMINATIONS JANUARY- 2010 SWITCHING THEORY AND LOGIC DESIGN (COMMON TO ECE, ETM) Time: 3hours Max.Marks:80 Answer any FIVE questions All questions carry equal marks ---

Express the Boolean function F=A + B'C in a sum of min terms form. Express the Boolean function F= x y + x' z in a product of max terms form. [8+8]

3.

Simplify the following Boolean functions using five-variable maps. a) F(A,B,C,D,E) = Σ(0,1,4,5,16,17,21,25,29) b) F = A'B'C'E' + A'B'C'D'¹+ B'D'E' + B'C'D' + CDE' + BDE'

[8+8]

Design a combinational circuit with three inputs and one output. The output is 1 when the binary value of the inputs is less than 3. The output is 0 otherwise. Draw the block diagram of a BCD adder.

[12+4]

List out and explain capabilities and limitations of threshold gate. Determine whether the following function f (X1, X2, X3, X4) = Σ (0,1,3,4,5,6,7,12,13) is a threshold function ,and if it is ,find a weighing –threshold vector.

[8+8]

4.a) b) 5.a) b)

Explain sequential circuits of the following with an example. (i) Synchronous (ii) Asynchronous (iii) Pulse mode (iv) Level mode.

Aj

nt

6.

uW

2.a) b)

[16]

Compare the Mealy machine and Moore machines. Convert the following Mealy machine into Moore Machine. PS

NS, Z x=0

A B C D

C,0 A,1 B,1 D,1

Define an ASM chart. What are the basic elements of ASM chart? Write short notes on ASM block.

x =1 B,1 D,0 A,1 C,0

or ld

8.a) b) c)

[8+8]

.in

7.a) b)

Aj

nt

uW

******

[4+6+6]

Code.No: 44018

SET-2

R07

b)

Find the 9's and 10's complements of the following decimal numbers. (i) (99631899)10 (ii) (94915376)10 (iii) (92466050)10 (iv) (99669966)10 Perform the following operations (i) (1000011) 2 – (1010100) 2 (ii) By using BCD arithmetic perform (7184) 10 +(5764) 10 (iii) (1111011) 2 % (101) 2 (iv) (101101) 2 x (11101)2

or ld

1.a)

.in

JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY HYDERABAD II .B.TECH –II SEM SUPPLEMENTARY EXAMINATIONS JANUARY- 2010 SWITCHING THEORY AND LOGIC DESIGN (COMMON TO ECE, ETM) Time: 3hours Max.Marks:80 Answer any FIVE questions All questions carry equal marks ---

[8+8]

Given the Boolean Function. F = xy'z + x'y'z + w'xy + wx'y + wxy a) Draw the logic diagram using the original Boolean Expression. b) Draw the logic diagram from the simplified expression and compare the total number of gates with the diagram of part (a). [8+8]

3.

Simplify the following Boolean function F together with the don’t-care conditions d, and then express the simplified function in sum of min terms: F(x,y,z) = Σ (0,1,2,4,5) d (x,y,z) = Σ (3,6,7)

uW

2.

[16]

Draw and explain the logic diagram of the 4-Bit by 3-Bit binary multiplier. Explain about static harzards. [12+4]

5.

For the following switching functions find a minimal threshold –logic realization. f(X1, X2, X3, X4) = Σ (2,3,6,710,12,14,15) f(X1, X2, X3, X4) = Σ (3,5,7,10,12,14,15)

nt

4.a) b)

Design a 4-bit BCD ripple counter with state diagram. Draw the block diagram of a three-decade decimal BCD counter.

Aj

6.a) b)

[16] [12+4]

Minimize the following state machine using merge table. PS

NS, Z x=0

A B C D E F

E,0 F,0 E,F,1 C,1 D,-

x =1 B,0 A,0 C,0 D,0 C,0 B,0

Draw an ASM chart to implement binary multiplier. What are the basic elements of ASM chart?

or ld

8.a) b)

[16]

.in

7.

Aj

nt

uW

******

[10+6]

SET-3

R07

Code.No: 44018

2.a) b)

.in

JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY HYDERABAD II .B.TECH –II SEM SUPPLEMENTARY EXAMINATIONS JANUARY- 2010 SWITCHING THEORY AND LOGIC DESIGN (COMMON TO ECE, ETM) Time: 3hours Max.Marks:80 Answer any FIVE questions All questions carry equal marks --1. Construct a seven bit error correcting code to represent the decimal digits by augmenting the Excess-3 code and by using odd_1 parity check. [16] State and prove postulates and theorems of Boolean algebra. Draw the logic diagram and list the truth table of the given function. F = xy + xy' + y'z

[8+8]

Draw a NAND logic diagram that implements the complement of the following function F(A,B,C,D) = Σ (0,1,2,3,4,8,9,12) [16]

4.a) b)

Construct a 4-to-16 line decoder with five 2-to-4 line decoders with enable. Explain about harzard due to subcubes formed of 0 cells. [10+6]

5.

Design a combinational circuit using PAL by considering the Boolean functions. w(A,B,C)= Σ (2,12,13) x(A,B,C,D)= Σ (7,8,9,10,11,12,13,14,15) y(A,B,C)= Σ (0,2,3,4,5,6,7,8,10,11,15) z(A,B,C)= Σ (1,2,8,12,13)

uW

or ld

3.

[16]

6.

Design a counter with the following repeated binary sequence 0,1,2,4,6 using D- flipflops. [16]

7.

Minimise the following machine using partition method by writing the necessary steps Involved. [16]

Aj

nt

PS

A B C D E F

NS, Z

x=0 E,0 F,0 E,0 F,0 C,0 B,0

x =1 D,1 D,0 B,1 B,0 F,1 C,0

8. a) Draw an ASM chart to implement weighing machine. b) Write an algorithm for the above case. ******

[10+6]

Code.No: 44018

SET-4

R07

b) 3.

4. 5.

Express the complement of the following functions in sum of min terms. i) F(A ,B,C,D) = Σ (0,2,6,11,13,14) ii) F(x,y,z) = Π (0,3,6,7) Show that a positive logic NAND gate is a negative logic NOR gate and vice versa.

[8+8]

Simplify the following Boolean functions by first finding the essential prime implicants. a) F(w,x,y,z) = Σ (0,2,4,5,6,7,8,10,13,15) b) F(A,B,C,D) = Σ (0,2,3,5,7,8,10,11,14,15)

[8+8]

Design a priority encoder with n input lines and log2 (n) output lines when n=8.

[16]

Implement the following four Boolean functions with a PLA. F1(A,B,C)= Σ (0,1,2,4) F2(A,B,C)= Σ (0,5,6,7) F3(A,B,C)= Σ (1,3,4,5) F4(A,B,C)= Σ (2,5,6,7)

[16]

Construct J-K flip-flop using a D flip-flop, a 2-to-1-line multiplier and an inverter.

[16]

nt

6.

[8+8]

or ld

2.a)

List out the difference between weighted codes and non weighted code. Represent the decimal number 11110010 in (i) BCD (ii) Excess-3 code (iii) Gray code

uW

1.a) b)

.in

JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY HYDERABAD II .B.TECH –II SEM SUPPLEMENTARY EXAMINATIONS JANUARY- 2010 SWITCHING THEORY AND LOGIC DESIGN (COMMON TO ECE, ETM) Time: 3hours Max.Marks:80 Answer any FIVE questions All questions carry equal marks ---

List out capabilities and limitations of finite state machines. Define each of the following one with an example. (i) Synchronous sequential machine (ii) k-equivalence.

Aj

7.a) b)

8.a) b)

Draw an ASM chart to implement BCD counter. Write short notes on ASM block. ******

[8+8] [10+6]

(Code no: 07A4EC09) B

JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY HYDERABAD. II .B.TECH –II SEM SUPPLEMENTARY EXAMINATIONS JANUARY- 2010 · SWITCHING THEORY AND LOGIC DESIGN · (COMMON TO ECE, ETM) · Time: 3hours · Max.Marks:80 · Answer any FIVE questions · All questions carry equal marks · - - -.

163KB Sizes 1 Downloads 178 Views

Recommend Documents

Code No: 410353 IV B. Tech I-Semester Supplementary Examinations ...
... Supplementary Examinations, November-2004 · COMPUTER GRAPHICS · (Common to Mechanical Engineering, Production Engineering and · Mechatronics).

Code No: 410457 IV B. Tech I-Semester Supplementary Examinations ...
potential and muscle contraction. 2.a) With a neat ... b) Explain the origin of ECG from the heart muscles. ... 4.a) What are the different types of muscles? Explain ...

Code No
FLUID MECHANICS AND HYDRAULIC MACHINERY. (ELECTRICAL AND ELECTRONICS ENGINEERING). Time: 3hours. Max. Marks: 75. Answer any FIVE ...

Code No
6.a) List three basic requirements for a good rolling lubricant. b) A 300 mm wide aluminum alloy strip is hot-rolled in thickness from 20mm to · 15mm. The rolls ...

Code No:
[8+8] · 2. (a) Describe the concept of automation in Machine Tools with examples. ... [8+8] · 5. (a) Describe the design and fabrication of automated flow lines.

Code No
6.a) Discuss the relative requirements of foundry furnaces suitable for melting Alluminium · and Copper alloys. b) Why is not the cupola furnace used for melting ...

CODE NO: RR220305
of 500 V. The armature resistance is 0.03 ohms, series field resistance is 0.04 · ohms and shunt field resistance is 200 ohms. The brush drop may be taken as 1 ...

CODE NO: RR220305
b) State the characteristics of an ideal crusher. c) Discuss the characteristics of comminuted particles. [4+4+8] · 4.a) Write about the construction and working of a ...

Code No -
Code No. 2179. FACULTY OF ENGINEERING. B.E. 3/4 (CSE) II Semester (Suppl.) Examination, December ... (b) Explain about concurrency in Ada. (5). 17.

Code No:07A32191
Code No:07A32191. B.Tech II Year - I Semester Examinations, December 2011 · AIRCRAFT ENGINEERING DRAWING · (AERONAUTICAL ENGINEERING).

CODE NO: RR220305
b) Write in detail the classical theory of diamagnetism. [8+8] · 5.a) Explain Fermi-Dirac distribution for electrons in a metal. Discuss its variation · with temperature.

neet-code-b-question-paper.pdf
stabilrty due to greater eYchange ener8y,. gre.t€; symmetry and more balanced. alrangement,. The energj/ of 25 orbital is less than the en€rty. of 2p orbital in ...

code-b-question-paper.pdf
kinetic energy - time graph of the particle. will look like : (3). ' The temperature of an open room of. volume 30 ... frequency is denoted by o_. The bandwidth (A

aakas code-b-solution.pdf
Regd. Office : Aakash Tower, 8, Pusa Road, New Delhi-110005 ... any electronic device, etc. except the Admit Card inside the examination hall/room. (Physics ...

neet-code-b-question-paper.pdf
lt is sp3d2 hybridis€d and tetsahedral. It is d4P3 hybridised and octahedral. Itis dsd hyb dised and square planar. It is sp3d2 hybridised and octahedral. (2). (3). (l) Hgl2,I-. (2) HsI?-,It .l4l Ha2tvr-. (4) Hgl2,It. (M. \,eI. )( ,rt. 1-. q9. (3).

Code No.: 320253 III B-Tech II-Semester Examination April, 2003 ...
III B-Tech II-Semester Examination April, 2003 · MICROPROCESSORS AND APPLICATIONS · ( Electrical and Electronics Engineering ) · Time: 3 hours · Max. Marks: 70 · Answer any five questions · All questions carry equal marks · --- · 1.a) Draw a complete

Minecraft Gift Code No Download No Survey 831
Minecraft Op Hack No Survey 1.6.2 ... Everything updated for 1.6.2. ... 2017 Live Free Game Generator Codes on Android phone, Free Game Generator Codes ...

Minecraft Code Generator No Download No Survey ...
Admin Hack 1.6.2 No Survey video Free Game Generator Codes Code ... Hacked Client Free Live Free Game Generator Codes on Android phone, Free.

Code No: 43017 JAWAHARLAL NEHRU TECHNOLOGICAL ...
7) a) With the help of P-V and T-S diagrams, show that for the same maximum · pressure and temperature of the cycle and the same heat rejection thermal.

Code No:07A40101 - Sign in Accounts
b] A project consists of six activities (Jobs) designated from A to F, with the · following relationships. ... C Follows D but precedes F. ... Write the names · and sizes ...

Code No: R05420805 JAWAHARLAL NEHRU TECHNOLOGICAL ...
[16] · 6. Explain the role played by Small Industries Service Institute (SISI) in promoting ... f. National Small Industries Corporation (NSIC). g. Small Scale ...

Code No:07A40101 JAWAHARLAL NEHRU TECHNOLOGY ...
W : glased window 1200 mm x 1400 mm. AjntuWorld.in ... shell be assumed suitably. ... Assume doors, windows and ventilators of suitable dimensions.

Code No: R05421801 JAWAHARLAL NEHRU TECHNOLOGY ...
2.a) Differentiate between thermal expansion molding and bag molding process · mentioning their advantages and applications? b) What is the advantage of ...

Code No: 07A40302 JAWAHARLAL NEHRU TECHNOLOGY ...
Derive the equation for the viscosity. ... motion. Calculate the friction drag on one side of the plate. .... Derive an equation for computing the heat loss per.