Combinational Circuits (DC-IV) MCQs & Numerical Problems

2y ago
16 Views
6 Downloads
699.51 KB
16 Pages
Last View : 15d ago
Last Download : 3m ago
Upload by : Amalia Wilborn
Transcription

Combinational Circuits (DC-IV) MCQs &Numerical ProblemsThe problems considered here are put under the following five subtopics. These are:(a)(b)(c)(d)(e)Arithmetic circuitsMultiplexersDecoders and encodersCode convertersComparatorsSome problems have been taken from previous GATE examination and some other problems areadded for practice.Special efforts are put to arrange them in the increasing order of their complexity, so that it iseasier to learn progressively.Video solution to some typical Gate problems will be given separately.Arithmetic Circuits1.Sol.For a binary half adder having two inputs A and B the correct set of logical expressionsthe output𝑆( 𝐴 𝑝𝑙𝑒𝑠 𝐡) π‘Žπ‘›π‘‘ 𝐢( π‘π‘Žπ‘Ÿπ‘Ÿπ‘¦)Are: (also given logic diagram)(a) 𝑆 𝐴𝐡 𝐴̅𝐡&𝐢 𝐴̅𝐡(b) 𝑆 𝐴̅𝐡 𝐴𝐡̅&𝐢 𝐴𝐡(c) 𝑆 𝐴̅𝐡 𝐴𝐡̅&𝐢 𝐴̅𝐡(d) 𝑆 𝐴𝐡 𝐴̅𝐡̅&𝐢 𝐴𝐡̅Half adder:logic circuit which adds two one bit number is called half adder.Truth tableInputsOutputsAB00110101S (sum)(carry)0110C0001

Expressions for sum and carry can be written from the truth tableΜ… 𝑩 𝑨𝑩̅ (𝑨 𝑩)𝑺 𝑨π‘ͺ 𝑨. 𝑩ASBCOption (b)2.Find the expression for sum and carry for binary full adderSoln.Full adder: Half adder has only two inputs (no provision of carry from lowerorder bits) when multi bit addition is preformed full adder takes care of it. Blockdiagram is shown in the Fig.CinSFullAdderACoutBIt consists of 3 inputs and 2 outputs.Truth tableInputsA00001111B00110011Cin01010101S (sum)01101001OutputsCout (carry output)00010111

Μ… π’Šπ’ 𝑨𝑩̅ π’Šπ’ 𝑨𝑩π‘ͺπ’Šπ’Μ…π‘©Μ… π‘ͺπ’Šπ’ 𝑨̅ 𝑩π‘ͺΜ…π‘ͺ𝑺 𝑨̅ π’Šπ’ ) 𝑨(𝑩̅ π’Šπ’ 𝑩π‘ͺπ’Šπ’ )Μ… (𝑩̅ π‘ͺπ’Šπ’ 𝑩π‘ͺΜ…π‘ͺ 𝑨̅̅̅̅̅̅̅̅̅̅̅̅ (𝑩 π‘ͺπ’Šπ’ ) 𝑨(𝑩𝑺 𝑨 π‘ͺπ’Šπ’ )𝑺 𝑨 𝑩 π‘ͺπ’Šπ’(1)Μ… π’Šπ’ 𝑨𝑩π‘ͺπ’Šπ’Μ… 𝑩π‘ͺπ’Šπ’ 𝑨𝑩̅ π‘ͺπ’Šπ’ 𝑨𝑩π‘ͺπ‘ͺ𝒐𝒖𝒕 𝑨̅ ) 𝑨𝑩̅ π‘ͺπ’Šπ’ 𝑨𝑩π‘ͺπ’Šπ’ 𝑩π‘ͺπ’Šπ’ (𝑨 𝑨̅̅̅̅̅ π‘ͺπ’Šπ’ 𝑨𝑩π‘ͺπ‘ͺ𝒐𝒖𝒕 𝑩π‘ͺπ’Šπ’ π‘¨π‘©π’Šπ’This expression can be written in the following formπ‘ͺ𝒐𝒖𝒕 𝑩π‘ͺπ’Šπ’ 𝑨π‘ͺπ’Šπ’ 𝑨𝑩(2)K-map simplification can also be done for above expressions full adder can also beimplemented using two half adders and one OR gate. Figure gives suchimplementationsASBCoutCinThe Soutput from the second half adder is EX-OR of Cin. Cout is as per the expression,used modulo 2 adders instead of simple adder.It is implemented with two half adders and one OR gate.

3.Find the expression for difference and borrow for binary full sub tractor.Soln.Half and full subtractors can be implemented in the same wayHalf sub tractor𝑫 𝑿 𝒀̅𝒀𝑩𝒐𝒖𝒕 𝑿Full sub tractor𝑫 𝑿 𝒀 π‘©π’Šπ’Μ…π’€ 𝑿̅ π‘©π’Šπ’ 𝒀 π‘©π’Šπ’π‘©π’π’–π’• 𝑿Full sub tractor can be implemented using two half sub tractors.4.For a binary half sub tractor having two inputs A and B, the correct set of logicalexpressions for the outputs D ( A minus B) and X ( borrow) are(a) 𝐷 𝐴𝐡 𝐴̅𝐡, 𝑋 𝐴̅𝐡(b) 𝐷 𝐴̅𝐡 𝐴𝐡̅ 𝐴𝐡̅ , 𝑋 𝐴𝐡̅(c) 𝐷 𝐴̅𝐡 𝐴𝐡̅ , 𝑋 𝐴̅𝐡(d) 𝐷 𝐴𝐡 𝐴̅𝐡̅ , 𝑋 𝐴𝐡̅[GATE-1999: 2 Marks]Soln.Truth table for the half sub tractor can be written asABD (Difference)0000011110101100Boolean equation for Col D can be written asΜ… 𝑩 𝑨𝑩̅𝑫 𝑨X (Borrow)

ForCol. X̅𝑩𝑿 𝑨5.Option (C)A 2 bit binary multiplier can be implemented using(a) 2 input ANDs only(b) 2 input X-ORs and 4-input AND gates only(c) Two (2) input NORs and one XNOR gate(d) XOR gates and shift registers[GATE-1997: 1 Mark]Soln.Multiplication of binary numbers is done in the same manner asmultiplication of decimal numbers. The process is simple because the multiplierdigits are either 0 or 1C3B1B0MultiplicandA1A0MultiplierA0 B 1A0 B0Partial productA1 B1A1 B 0C2C1C0Final product is sum of partial products. So it needs AND and OR operationsOption (b)

Multiplexers6.The logic function implemented by the circuit below is (ground implies a logic β€œ0”)4 x 1 MUXI0I1YFI2I3S1S0PQ(a) F AND (P,Q)(b) F OR (P,Q)Soln.(c) F XNOR (P,Q)(d) F XOR (P,Q)[GATE -2011: 1Mark]Above circuit is redrawn to indicate the voltage levelsTruth table for MUX can be written as:PQF000011101110

4 x 1 MUX010 I01I1Y1 I20I3S1S0PQFOutput F can be written asΜ… 𝑷 𝑸̅ 𝑸 𝑷𝑸𝑭 𝑷Option (d)7.The Boolean function realized by the logic circuit shown isCI0DI1I2I34x1MUXS1S0AB(a) F Ζ©m (0,1,3,5,9,10.14)(b) F Ζ©m (2,3,5,7,8,12.13)Soln.F(A,B,C,D)(c) F Ζ©m (1,2,4,5,11,14.15)(d) F Ζ©m (2,3,5,7,8,9.12)[GATE-2010: 2 Marks]Output can be written asΜ… 𝑨𝑩(π‘ͺΜ…. 𝑫̅𝑩̅π‘ͺ 𝑨̅ 𝑩𝑫 𝑨𝑩̅π‘ͺΜ…)𝑭 𝑨Since the result is to be given in min term form, we expand the terms.Μ… ) 𝑨𝑩̅ (𝑫 𝑫̅𝑫̅𝑩̅ π‘ͺ(𝑫 𝑫̅) 𝑨̅ 𝑩𝑫(π‘ͺ π‘ͺΜ…π‘ͺΜ… ) 𝑨𝑩π‘ͺ̅𝑭 𝑨Min. terms are put in K-map

CDAB00010001111110111101111𝑭 π’Ž (𝟐, πŸ‘, πŸ“, πŸ•, πŸ–, πŸ—, 𝟏𝟐)Option (d)8.What are the minimum number of 2-to-1 multiplexers required to generate a 2- inputAND gate and a 2-input Ex-OR gate?(a) 1 and 2(b) 1 and 3(c) 1and 1(d) 2 and 2[GATE-2009: 2 Marks]Soln.Consider 2-input AND gateLet the variables are A and B0I0AI1BB is used in select line.Μ… . 𝟎 𝑩. 𝑨 𝑨𝑩𝑭 𝑩AND gate2-input EX-OR gateLet the variables be A & B for EX-OR gate complements of variable are also needed̅𝑨 𝑨̅𝑩𝑭 𝑩

1AI0I0A0YI1AABOption (a) 1 and 29.For the circuit shown in the following figure, I0 – I3 are input to the 4:1 multiplexer R(MSB) and S are control bits.PPI3I2QPI14x1MUXZPI0QRSThe output Z can be represented by(a) 𝑃𝑄 𝑃𝑄̅ 𝑆 𝑄̅ 𝑅̅ 𝑆̅(b) 𝑃𝑄̅ 𝑃𝑄𝑅̅ 𝑃̅𝑄̅ 𝑆̅Soln.(c) 𝑃𝑄̅ 𝑅̅ 𝑃̅𝑄𝑅 𝑃𝑄𝑅𝑆 𝑄̅ 𝑅̅ 𝑆̅(d) 𝑃𝑄𝑅̅ 𝑃𝑄𝑅𝑆̅ 𝑃𝑄̅ 𝑅̅ 𝑆 𝑄̅ 𝑅̅ 𝑆̅[GATE-2008: 2 Marks]Μ…) 𝑹̅𝑷𝑸 𝑹𝑺𝑷̅̅̅ 𝑺. 𝑷 𝑹𝑺𝑹𝑺. (𝑷 𝑸̅ 𝑹̅𝑷𝑸 𝑹𝑺𝑷̅̅̅̅̅ 𝑺𝑷 𝑹𝑺 𝑹𝑺𝑷 𝑹𝑺𝑸Plot on K-map & simplify

RSPQ000111101100011111110111̅𝑺 𝑸̅𝑹̅̅𝑺𝒁 𝑷𝑸 𝑷𝑸Option (a)10.In the following circuit, X given by0I00I01I11I11I21I20I30I34 to 1 MUX4 to 1 MUXS1S0AB(a) 𝑋 𝐴𝐡̅ 𝐢̅ 𝐴̅𝐡𝐢̅ 𝐴̅𝐡̅ 𝐢 𝐴𝐡𝐢(b) 𝑋 𝐴̅𝐡𝐢 𝐴𝐡̅ 𝐢 𝐴𝐡𝐢̅ 𝐴̅𝐡̅ 𝐢̅Soln.Output of first MUX is Y (say)̅𝑩̅. 𝟎 𝑨̅ 𝑩. 𝟏 𝑨𝑩̅ . 𝟏 𝑨𝑩. πŸŽπ’€ 𝑨̅ 𝑩 𝑨𝑩̅ 𝑨 𝑩 𝑨̅ 𝒀 π‘ͺΜ… . π‘ͺ 𝒀π‘ͺ𝑿 𝒀Result is in expanded form.S1YXS0C(c) 𝑋 𝐴𝐡 𝐡𝐢 𝐴𝐢(d) 𝑋 𝐴̅𝐡̅ 𝐡̅ 𝐢̅ 𝐴̅𝐢̅[GATE-2007: 2 Marks]

Μ…Μ…Μ…Μ…Μ…Μ…Μ…Μ…Μ…Μ…Μ…Μ…Μ…Μ…Μ…Μ…Μ… 𝑩 𝑨𝑩̅ ). π‘ͺ (𝑨̅ 𝑩 𝑨𝑩̅ ). π‘ͺ𝑿 (𝑨̅ 𝑨𝑩̅̅ 𝑩. Μ…Μ…Μ…Μ…Μ…. π‘ͺ 𝑨̅ 𝑩π‘ͺΜ…π‘ͺ ̅̅̅̅𝑨𝑨𝑩̅ 𝑨𝑩̅̅ )(𝑨̅ 𝑩)π‘ͺ 𝑨̅ 𝑩π‘ͺΜ…π‘ͺ (𝑨 𝑩̅ 𝑨𝑩̅𝑩̅π‘ͺ 𝑨̅ 𝑩π‘ͺΜ…π‘ͺ𝑨𝑩π‘ͺ 𝑨Option (a)11.The Boolean function f implemented in the figure using two input multiplexers isC000fCA11B(a) 𝐴𝐡̅ 𝐢 𝐴𝐡𝐢̅(b) 𝐴𝐡𝐢 𝐴𝐡̅ 𝐢̅Soln.The output E can written asΜ…Μ… π‘ͺ 𝑩π‘ͺ𝑬 𝑩Output f can be written asΜ… . 𝟎 𝑬𝑨 𝑬. 𝑨𝒇 𝑬So,Μ…Μ… π‘ͺ 𝑨𝑩π‘ͺ𝒇 𝑬𝑨 𝑨𝑩Option (a)E(c) 𝐴̅𝐡𝐢 𝐴̅𝐡̅ 𝐢̅̅̅̅̅𝐢 𝐴̅𝐡𝐢̅(d) 𝐴𝐡[GATE-2005: 1 Mark]

12.The minimum number of 2-to-1 multiplexers required to realize a 4-to-1 multiplexer is(a) 1(c) 3(b) 2(d) 4[GATE-2004: 2 Marks]Soln.For lager number of inputs a tree is created. It is achieved by enable/strobesignal. No of inputs is double i.e. from 2 to 4So we need the output from both these OR gate is required. One could also use 2:1MUX instead of OR gateSo total number 2:1 MUX required is 2 1 3Option (c)13.Without any additional circuitry an 8:1 MUX can be used to obtain(a) Some but not all Boolean functions of 3 variables(b) All function of 3 variables but none of 4 variables(c) All functions of 3 variables and some but not all of 4 variables(d) All functions of 4 variables[GATE-2003: 1 Mark]Soln.Note thatA 2n:1 MUX can implement all logic functions of (n 1) variables without anyadditional circuitry.Thus 8:1 MUX can implement all logic functions of (3 1) variablesFor 4 variables there are 16 possible combinations. So to use 8:1 MUX use 3 inputsas select lines of MUX and the 4th input as input of MUX8 to 1 MUXS0S 1 S2out

14.In the TTL circuit in the figure, S2 and S0 are select lines and X7 and X0 are input lines.S0 and X0 are LSBs. The output Y is10X0 X1 X2 X3 X4 X5 X6 X7E8 : 1 MUXCS2S1S0BA(a) Indeterminate(b) 𝐴 𝐡(c)(d)̅̅̅̅̅̅̅̅𝐴 𝐡𝐢̅ (̅̅̅̅̅̅̅̅𝐴 𝐡 ) 𝐢(𝐴 𝐡)[GATE-2001: 2 Marks]Soln.It is given that the MUX is made up of TTL circuit. For TTL circuit openterminal is taken high, since S2 select line is connected to OR gate whose oneterminal connected to C and the other is open (high) so OR gate output is S2 1 C 1So, S2 1S2 1S1(B)S0(A)Y1000101111011110𝒀 (π‘ΊπŸ π‘ΊπŸŽ ) (𝑨 𝑩)Option (b)

15. The logic realized by the circuit shown in figure isCI0I14 to 1 MUXCI2I3S1S0AB(a) 𝐹 𝐴ʘ𝐢(b) 𝐹 𝐴 𝐢Soln.Output F is given byΜ… 𝑨𝑩π‘ͺ̅̅𝑩̅π‘ͺ 𝑨̅ 𝑩π‘ͺ 𝑨𝑩̅π‘ͺ𝑭 𝑨̅ (𝑩̅ π‘ͺ(𝑩̅ 𝑩) 𝑨π‘ͺΜ… 𝑩) 𝑨̅̅ π‘ͺ 𝑨π‘ͺ 𝑨 (𝑨 π‘ͺ)Option (b)F(c) 𝐹 𝐡ʘ𝐢(d) 𝐹 𝐡 𝐢

Code Convertors16.The circuit shown in the figure convertsINPUTSMSBMSBOUTPUTS(a) BCD to binary code(b) Binary to excess-3 code(c) Excess-3 to Gray code(d) Gray to Binary code[GATE-2003: 2 Marks]Soln. The circuit is a code converter i.e. converts input bit code to some other code. It uses EXOR gates, and the inputs to EX-OR are from the input bit and output bit. So the guess isthat the circuit is for gray to binary converter. Take some simple input bits and verifyEx. 101 Ex. 210Gray 1100Binary0110Gray0Binary 01 0Note that EX-OR gate is modulo 2 adder.

17.If the input X3, X2, X1, X0 to the ROM in the figure are 8, 4, 2, 1 BCD numbers, thenthe output Y3, Y2, Y1, Y0 are1 0 1 0X3 X2 X1 X0ROMBCD-to-Decimal DECODERD0 D1 ----------------------D8 D9*************** * * * *(a) gray code numbers(b) 2 4 2 1 BCD numbersY3Y2Y1Y0(c) Excess-3 code numbers(d) None of the above[GATE-2002: 2 Marks]Soln. The given circuit is for BCD to decimal decoder.Consider input BCD code as 1001 this is equivalent to decimal 910 i.e. D9. For this theoutputs areY3Y2Y1Y0i.e.1111Take another BCD code.1000 this is equivalent to 810 i.e. D8 the output is 1110It can be verified that this corresponds to 2421 BCD numbersOption (b)

Code Convertors 16. The circuit shown in the figure converts R R R B B S S (a) BCD to binary code (b) Binary to excess-3 code (c) Excess-3 to Gray code (d) Gray to Binary code [GATE-2003: 2 Marks] Soln. The circuit is a code converter i.e. converts input bit code to some other code. It uses EX-

Related Documents:

MCQs 261-330 115 EMQs 331-340 139 6 Special senses MCQs 341-384 149 EMQs 385-394 163 7 Urinary system MCQs 395-434 171 EMQs 435-444 185 8 Endocrine system MCQs 445-501 193 EMQs 502-512 211 9 Reproductive system MCQs 513-567 219 EMQs 568-576 237 l0. General questions MCQs 577-639 245 EMQs 640-649 265 11 Sport and exercise physiology MCQs 650-686 .

Apr 03, 2020Β Β· Combinational logic circuits 2. Sequential logic circuit. Compare combinational and sequential circuits (four points). Standard representation for logical functions: Boolean expressions / logic expressions / logical functions are expressed in terms of logical variables. Log

design combinational logic circuits Combinational logic circuits do not have an internal stored state, i.e., they have no memory. Consequently the output is solely a function of the current inputs. Later, we will study circuits having a stored internal

3.5 Combinational Circuits 138 Digital logic chips are combined to give us useful circuits. These logic circuits can be categorized as either combinational logic (Section 3.5) or sequential logic (Sec. 3.6). 3.5.1 Basic Concepts 138 The key concept in recognizing a combinational circu

MHT-CET Syllabus. Exhaustive subtopic wise coverage of MCQs. Notes, Shortcuts, Mindbenders, Formulae provided in each chapter. Various competitive exam questions updated till the latest year. Includes MCQs from NEET 2016, 2017 and 2018. Includes MCQs upto MHT-CET 2018. Evaluation test provided at the end of each chapter.

To implement simple logical operations using combinational logic circuits 4 To design combinational logic circuits, sequential logic circuits 5 To impart to student the concepts of sequential circuits, enabling them to analyze sequential systems interms of state machines. 6

Contemporary Electric Circuits, 2nd ed., Prentice-Hall, 2008 Class Notes Ch. 9 Page 1 Strangeway, Petersen, Gassert, and Lokken CHAPTER 9 Series–Parallel Analysis of AC Circuits Chapter Outline 9.1 AC Series Circuits 9.2 AC Parallel Circuits 9.3 AC Series–Parallel Circuits 9.4 Analysis of Multiple-Source AC Circuits Using Superposition 9.1 AC SERIES CIRCUITS

3 Introduction Logic circuits for digital systems may be – Combinational – Sequential A combinational circuit consists of logic gates whose outputs at any time are determined by the current input values, i.e., it has no memory elements A sequential circuit consists of logic gates whose outputs at any time are determi