EC - Digital Circuits by WWW - Learnengineering.in
EC - Digital Circuits by WWW - Learnengineering.in
in
No part of this publication may be reproduced or distributed in any form or any means, electronic, mechanical,
photocopying, or otherwise without the prior permission of the author.
n
n g.i
GATE SOLVED PAPER
Electronics & Communication
Digital Circuits
e eri
gin
Copyright © By NODIA & COMPANY
En
arn
Information contained in this book has been obtained by authors, from sources believes to be reliable. However,
neither Nodia nor its authors guarantee the accuracy or completeness of any information herein, and Nodia nor its
authors shall be responsible for any error, omissions, or damages arising out of use of this information. This book
is published with the understanding that Nodia and its authors are supplying information but are not attempting
.Le
www.LearnEngineering.in
www.LearnEngineering.in
Q. 1 A bulb in a staircase has two switches, one switch being at the ground floor
and the other one at the first floor. The bulb can be turned ON and also can
n
be turned OFF by any one of the switches irrespective of the state of the other
g.i
switch. The logic of switching of the bulb resembles
(A) and AND gate (B) an OR gate
(C) an XOR gate (D) a NAND gate
n
Q. 2 For 8085 microprocessor, the following program is executed.
eri
MVI A, 05H;
MVI B, 05H;
PTR: ADD B;
DCR B;
e
JNZ PTR;
gin
ADI 03H;
HLT;
At the end of program, accumulator contains
(A) 17H (B) 20H
En
Q. 3 There are four chips each of 1024 bytes connected to a 16 bit address bus as shown
in the figure below, RAMs 1, 2, 3 and 4 respectively are mappped to addresses
w .Le
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
n g.i
In this circuit, the race around
(A) does not occur
(B) occur when CLK = 0
(C) occur when CLK 1 and A = B
(D) occur when CLK 1 and A = B
e 1
0
eri =
=
=
=
gin
Q. 5 The output Y of a 2-bit comparator is logic 1 whenever the 2-bit input A is
greater than the 2-bit input B . The number of combinations for which the output
is logic 1, is
En
(A) 4 (B) 6
(C) 8 (D) 10
arn
Q. 7 In the sum of products function f (X, Y, Z) = / (2, 3, 4, 5), the prime implicants
are
(A) XY, XY (B) XY, X Y Z , XY Z
(C) XY Z , XYZ, XY (D) XY Z , XYZ, XY Z , XY Z
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
n g.i
e eri
gin
2011 ONE MARK
Q. 10 When the output Y in the circuit below is “1”, it implies that data has
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 11 The logic function implemented by the circuit below is (ground implies a logic
“0”)
n
g.i
(A) F AND ^P, Q h
= (B) F OR ^P, Q h
=
(C) F XNOR ^P, Q h
= (D) F XOR ^P, Q h
=
n
2011 TWO MARKS
Q. 12
eri
The output of a 3-stage Johnson (twisted ring) counter is fed to a digital-to
analog (D/A) converter as shown in the figure below. Assume all states of the
counter to be unset initially. The waveform which represents the D/A converter
output Vo is
e
gin
En
arn
w .Le
ww
Q. 13 Two D flip-flops are connected as a synchronous counter that goes through the
following QB QA sequence 00 " 11 " 01 " 10 " 00 "
The connections to the inputs DA and DB are
(A) DA QB, DB = QA =
(B) DA Q A, DB = Q B =
(C) DA (QA Q B =Q A QB), DB QA + =
(D) DA (QA QB =Q A Q B), DB Q B + =
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 14 An 8085 assembly language program is given below. Assume that the carry flag is
initially unset. The content of the accumulator after the execution of the program
is
n
(A) 8CH (B) 64H
g.i
(C) 23H (D) 15H
n
2010 ONE MARK
eri
Q. 15 Match the logic gates in Column A with their equivalents in Column B
e
gin
En
arn
(A) P-2, Q-4, R-1, S-3 (B) P-4, Q-2, R-1, S-3
.Le
(C) P-2, Q-4, R-3, S-1 (D) P-4, Q-2, R-3, S-1
Q. 16 In the circuit shown, the device connected Y5 can have address in the range
w
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 17 For the output F to be 1 in the logic circuit shown, the input combination should
be
(A) A 1, B = 1, C 0 = (B) =
A 1, B = 0, C 0 = =
(C) A 0, B = 1, C 0 = (D) =
A 0, B = 0, C 1 = =
n
g.i
2010 TWO MARKS
Q. 18 Assuming that the flip-flop are in reset condition initially, the count sequence
observed at QA , in the circuit shown is
n
e eri
gin
(A) F =m
S(0, 1, 3, 5, 9, 10, 14) (B) F =m
S(2, 3, 5, 7, 8, 12, 13)
w
(C) F =m
S(1, 2, 4, 5, 11, 14, 15) (D) F =m
S(2, 3, 5, 7, 8, 9, 12)
ww
Q. 20 For the 8085 assembly language program given below, the content of the
accumulator after the execution of the program is
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 21 The full form of the abbreviations TTL and CMOS in reference to logic families
are
(A) Triple Transistor Logic and Chip Metal Oxide Semiconductor
(B) Tristate Transistor Logic and Chip Metal Oxide Semiconductor
(C) Transistor Transistor Logic and Complementary Metal Oxide
Semiconductor
(D) Tristate Transistor Logic and Complementary Metal Oxide Silicon
Q. 22 In a microprocessor, the service routine for a certain interrupt starts from a fixed
n
location of memory which cannot be externally set, but the interrupt can be
g.i
delayed or rejected Such an interrupt is
(A) non-maskable and non-vectored
(B) maskable and non-vectored
n
(C) non-maskable and vectored
eri
(D) maskable and vectored
Q. 25 What are the counting states (Q1, Q2) for the counter shown in the figure below
w .Le
(A) 11, 10, 00, 11, 10,... (B) 01, 10, 11, 00, 01...
ww
(C) 00, 11, 01, 10, 00... (D) 01, 10, 00, 01, 10...
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
The names of the segments in the 7 - segment display, and the glow of the display
for ‘0’, ‘2’, ‘5’ and ‘E’ are shown below.
Consider
(1) push buttons pressed/not pressed in equivalent to logic 1/0 respectively.
n
(2) a segment glowing/not glowing in the display is equivalent to logic 1/0
respectively.
g.i
Q. 26 If segments a to g are considered as functions of P1 and P2 , then which of the
following is correct
n
(A) g P 1 =P2, d c + e = (B) g+ P1 =P2, d c+ e = +
(C) g P1 =P2, e b+ c = + g P1 =P2, e b+ c
(D) = +
Q. 27
eri
What are the minimum numbers of NOT gates and 2 - input OR gates required
to design the logic of the driver for this 7 - Segment display
(A) 3 NOT and 4 OR
e
(B) 2 NOT and 4 OR
gin
(C) 1 NOT and 3 OR (D) 2 NOT and 3 OR
Q. 28 Refer to the NAND and NOR latches shown in the figure. The inputs (P1, P2) for
both latches are first made (0, 1) and then, after a few seconds, made (1, 1). The
corresponding stable outputs (Q1, Q2) are
En
arn
(A) NAND: first (0, 1) then (0, 1) NOR: first (1, 0) then (0, 0)
.Le
(B) NAND : first (1, 0) then (1, 0) NOR : first (1, 0) then (1, 0)
(C) NAND : first (1, 0) then (1, 0) NOR : first (1, 0) then (0, 0)
(D) NAND : first (1, 0) then (1, 1) NOR : first (0, 1) then (0, 1)
w
Q. 29 The logic function implemented by the following circuit at the terminal OUT is
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 30 +
The two numbers represented in signed 2’s complement form are P 11101101
and Q = 11100110 . If Q is subtracted from P , the value obtained in signed 2’s
complement is
(A) 1000001111 (B) 00000111
(C) 11111001 (D) 111111001
n
n g.i
(A) M1 =
(P OR Q) XOR R
eri
(B) M1 = (P AND Q) X OR R
(C) M1 = (P NOR Q) X OR R
(D) M1 =
(P XOR Q) XOR R
e
gin
Q. 32 For the circuit shown in the figure, D has a transition from 0 to 1 after CLK
changes from 1 to 0. Assume gate delays to be negligible
Which of the following statements is true
En
arn
.Le
Q. 33 For each of the positive edge-triggered J - flip flop used in the following
K
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
g.i
Statement For Linked Answer Question 34 & 35 :
n
In the following circuit, the comparators output is logic “1” if V1 >
V2 and is logic
eri
3
"0" otherwise. The D/A conversion is done as per the relation VDAC = / 2n - 1bn
Volts, where b3 (MSB), b1, b2 and b0 (LSB) are the counter outputs. Then =counter
0
Q. 35 The magnitude of the error between VDAC and Vin at steady state in volts is
(A) 0.2 (B) 0.3
ww
Q. 36 For the circuit shown in the following, I0 I-3 are inputs to the 4:1 multiplexers,
R(MSB) and S are control bits. The output Z can be represented by
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
counter and HL be the contents of the HL register pair just after executing
g.i
PCHL. Which of the following statements is correct ?
PC = 2715H PC = 30A0H
(A) (B)
HL = 30A0H HL = 2715H
n
PC =
6140H PC =
6140H
(C) (D)
eri
HL =
6140H HL =
2715H
(A) 2 (B) 3
(C) 4 (D) 5
(A) X ABC = ABC ABC +ABC (B) X+ ABC = ABC+ ABC +ABC +
(C) X AB =BC AC + + (D) X AB =BC AC + +
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 42 The circuit diagram of a standard TTL NOT gate is shown in the figure. Vi =
25
V, the modes of operation of the transistors will be
n
n g.i
(A) Q1: revere active; Q2: normal active; Q3: saturation; Q4: cut-off
eri
(B) Q1: revere active; Q2: saturation; Q3: saturation; Q4: cut-off
(C) Q1: normal active; Q2: cut-off; Q3: cut-off; Q4: saturation
(D) Q1: saturation; Q2: saturation; Q3: saturation; Q4: normal active
e
Q. 43 The following binary values were applied to the X and Y inputs of NAND latch
gin
shown in the figure in the sequence indicated below :
X 0,Y = 1; X 0, Y = 0; X 1; Y= 1 = = =
The corresponding stable P, Q output will be.
En
arn
(C) P 1, Q = 0; P 1, Q = 1; P 1, Q =0 or P 0, Q= = 1 =
(D) P 1, Q = 0; P 1, Q = 1; P 1, Q = 1 = =
I/O as show in the figure. The address lines A0 and A1 of the 8085 are used by
the 8255 chip to decode internally its thee ports and the Control register. The
ww
address lines A3 to A7 as well as the IO/M signal are used for address decoding.
The range of addresses for which the 8255 chip would get selected is
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
g.i
Q. 45 The current is
(A) 31.25 Am (B) 62.5 Am
n
(C) 125 Am (D) 250 Am
Q. 46 The voltage V0 is
(A) 0-.781 V
(C) 3-.125 V
e eri (B)
(D)
1-.562 V
6-.250 V
gin
Statement for Linked Answer Questions 47 & 48 :
An 8085 assembly language program is given below.
Line 1: MVI A, B5H
En
2: MVI B, OEH
3: XRI 69H
4: ADD B
arn
5: ANI 9BH
6: CPI 9FH
7: STA 3010H
8: HLT
.Le
Q. 47 The contents of the accumulator just execution of the ADD instruction in line 4
will be
(A) C3H (B) EAH
w
Q. 48 After execution of line 7 of the program, the status of the CY and Z flags will be
ww
(A) CY 0, Z = 0 = (B) CY 0, Z = 1 =
(C) CY 1, Z = 0 = (D) CY 1, Z = 1 =
Q. 49 For the circuit shown, the counter state (Q1 Q0) follows the sequence
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
(A) 00, 01, 10, 11, 00 (B) 00, 01, 10, 00, 01
(C) 00, 01, 11, 00, 01 (D) 00, 10, 11, 00, 10
n
g.i
(A) 2 (B) 3
n
(C) 4 (D) 5
Q. 51
2006
eri TWO MARKS
Q. 52 For the circuit shown in figures below, two 4 - bit parallel - in serial - out shift
w
registers loaded with the data shown are used to feed the data to a full adder.
Initially, all the flip - flops are in clear state. After applying two clock pulse, the
output of the full-adder should be
ww
(A) S 0, C0 = 0 = (B) S 0, C0 = 1 =
(C) S 1, C0 = 0 = (D) S 1, C0 = 1 =
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 53 A new Binary Coded Pentary (BCP) number system is proposed in which every
digit of a base-5 number is represented by its corresponding 3-bit binary code. For
example, the base-5 number 24 will be represented by its BCP code 010100. In
this numbering system, the BCP code 10001001101 corresponds of the following
number is base-5 system
(A) 423 (B) 1324
(C) 2201 (D) 4231
n
n g.i
eri
In the figure shown above, the ground has been shown by the symbol 4
e
gin
En
:
3000 H LXI H, 3CF4
PUSH PSW
SPHL
w
POP PSW
RET
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
(C) ABC (D) A
g.i
2005 ONE MARK
n
Q. 58 Decimal 43 in Hexadecimal and BCD number system is respectively
(A) B2, 0100 011 (B) 2B, 0100 0011
Q. 59
(C) 2B, 0011 0100
eri
(D) B2, 0100 0100
The Boolean function f implemented in the figure using two input multiplexes is
e
gin
En
arn
(A) ABC +
ABC (B) ABC +
ABC
(C) ABC +
ABC (D) ABC +
ABC
.Le
Q. 60 The transistors used in a portion of the TTL gate show in the figure have b =100
. The base emitter voltage of is 0.7 V for a transistor in active region and 0.75
w
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
(A) B (A C)( A +C ) + (B) B (A C )( A +C) +
g.i
(C) B (A C )( A +C) + (D) B (A C)( A +C ) +
n
Qn + 1
(A) Cannot be determined (B) Will be logic 0
Q. 63
(C) will be logic 1
e eri(D) will rave around
The given figure shows a ripple counter using positive edge triggered flip-flops. If
the present state of the counter is Q2 Q1 Q0 =
001 then is next state Q2 Q1 Q will be
gin
En
Q. 64 What memory address range is NOT represents by chip # 1 and chip # 2 in the
figure A0 to A15 in this figure are the address lines and CS means chip select.
w .Le
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
(C) 00 H (D) FF H
g.i
Q. 66 If in addition following code exists from 019H onwards,
ORI 40 H
ADD M
n
What will be the result in the accumulator after the last instruction is executed ?
(A) 40 H (B) 20 H
(C) 60 H
2004
e eri
(D) 42 H
ONE MARK
gin
Q. 67 A master - slave flip flop has the characteristic that
(A) change in the output immediately reflected in the output
(B) change in the output occurs when the state of the master is affected
En
(C) change in the output occurs when the state of the slave is affected
(D) both the master and the slave states are affected at the same time
Q. 68 The range of signed decimal numbers that can be represented by 6-bits 1’s
arn
complement number is
(A) -31 to +31 (B) -63 to +63
(C) -64 to +63 (D) -32 to +31
.Le
(A) 8 (B) 6
(C) 5 (D) 7
ww
Q. 70 Choose the correct one from among the alternatives A, B, C, D after matching an
item from Group 1 most appropriate item in Group 2.
Group 1 Group 2
P. Shift register 1. Frequency division
Q. Counter 2. Addressing in memory chips
R. Decoder 3. Serial to parallel data conversion
(A) P 3, Q -2, R 1 - -(B) P 3, Q -1, R 2 - -
(C) P 2, Q -1, R 3 - -(D) P 1, Q -2, R 2 - -
Q. 71 The figure the internal schematic of a TTL AND-OR-OR-Invert (AOI) gate. For
the inputs shown in the figure, the output Y is
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
(A) 0 (B) 1
(C) AB (D) AB
n
(A) 25,9, and 57 respectively (B) -6, -6, and -6 respectively
g.i
(C) -7, -7 and -7 respectively (D) -25, -9 and -57 respectively
Q. 73 In the modulo-6 ripple counter shown in figure, the output of the 2- input gate is
n
used to clear the J-K flip-flop
The 2-input gate is
e eri
gin
En
Q. 75 + is equivalent to
The Boolean expression AC BC
(A) AC BC +AC + (B) BC AC +BC ACB+ +
(C) AC BC +BC ABC+ +(D) ABC ABC +ABC ABC + +
w
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
(ii) Two computers exchange data using a pair of 8255s. Port A works as a
bidirectional data port supported by appropriate handshaking signals.
The appropriate modes of operation of the 8255 for (i) and (ii) would be
(A) Mode 0 for (i) and Mode 1 for (ii)
(B) Mode 1 for (i) and Mode 2 for (ii)
(C) Mode for (i) and Mode 0 for (ii)
(D) Mode 2 for (i) and Mode 1 for (ii)
Q. 78 The number of memory cycles required to execute the following 8085 instructions
(i) LDA 3000 H
n
(ii) LXI D, FOF1H
g.i
would be
(A) 2 for (i) and 2 for (ii) (B) 4 for (i) and 3 for (ii)
(C) 3 for (i) and 3 for (ii) (D) 3 for (i) and 4 for (ii)
n
Q. 79 Consider the sequence of 8085 instructions given below
eri
LXI H, 9258
MOV A, M
CMA
MOV M, A
e
Which one of the following is performed by this sequence ?
gin
(A) Contents of location 9258 are moved to the accumulator
(B) Contents of location 9258 are compared with the contents of the
accumulator
En
(C) Contents of location 8529 are complemented and stored in location 8529
(D) Contents of location 5892 are complemented and stored in location 5892
Q. 80 It is desired to multiply the numbers 0AH by 0BH and store the result in the
arn
------
-----
HLT
END
w
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 83 The output of the 74 series of GATE of TTL gates is taken from a BJT in
(A) totem pole and common collector configuration
(B) either totem pole or open collector configuration
(C) common base configuration
(D) common collector configuration
n
Q. 84 Without any additional circuitry, an 8:1 MUX can be used to obtain
(A) some but not all Boolean functions of 3 variables
g.i
(B) all functions of 3 variables but non of 4 variables
(C) all functions of 3 variables and some but not all of 4 variables
n
(D) all functions of 4 variables
eri
Q. 85 A 0 to 6 counter consists of 3 flip flops and a combination circuit of 2 input gate
(s). The common circuit consists of
(A) one AND gate
e
(B) one OR gate
gin
(C) one AND gate and one OR gate
(D) two AND gates
En
Q. 86 The circuit in the figure has 4 boxes each described by inputs P, Q, R and outputs
Y, Z with Y = P 5 Q 5 R and Z RQ =PR QP + +
arn
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 88 A 4 bit ripple counter and a bit synchronous counter are made using flip flops
having a propagation delay of 10 ns each. If the worst case delay in the ripple
counter and the synchronous counter be R and S respectively, then
(A) R = 10 ns, S = 40 ns (B) R = 40 ns, S =10 ns
(C) R = 10 ns S = 30 ns (D) R = 30 ns, S =10 ns
n
Data 0011 1111 0100 1010 1011 1000 0010 1000
g.i
Address 0 2 4 6 8 10 11 14
The clock to the register is shown, and the data on the W bus at time t1 is 0110.
n
The data on the bus at time t2 is
e eri
gin
En
arn
w .Le
ww
Q. 90 The DTL, TTL, ECL and CMOS famil GATE of digital ICs are compared in the
following 4 columns
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
g.i
(A) BCD to binary code (B) Binary to excess - 3 code
n
(C) Excess -3 to gray code (D) Gray to Binary code
Q. 92
eri
In an 8085 microprocessor, the instruction CMP B has been executed while the
content of the accumulator is less than that of register B . As a result
e
(A) Carry flag will be set but Zero flag will be reset
(B) Carry flag will be rest but Zero flag will be set
gin
(C) Both Carry flag and Zero flag will be rest
(D) Both Carry flag and Zero flag will be set
En
The input bits 0 and 1 are represented by 0 and 5 V respectively. The OP AMP
w
is ideal, but all the resistance and the 5 v inputs have a tolerance of !10%. The
specification (rounded to nearest multiple of 5%) for the tolerance of the DAC is
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 96 If the input to the digital circuit (in the figure) consisting of a cascade of 20 XOR
- gates is X , then the output Y is equal to
(A) 0 (B) 1
(C) X (D) X
n
2002 TWO MARKS
g.i
Q. 97 The gates G1 and G2 in the figure have propagation delays of 10 ns and 20 ns
respectively. If the input V1, makes an output change from logic 0 to 1 at time
n
t =,t0 then the output waveform V0 is
e eri
gin
En
Q. 98 If the input X3, X2, X1, X0 to the ROM in the figure are 8 4 2 1 BCD numbers, then
arn
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
OUT PORT1
HLT
NEXT : XRA B
JP START
OUT PORT2
HTL
The execution of above program in an 8085 microprocessor will result in
(A) an output of 87H at PORT1
(B) an output of 87H at PORT2
(C) infinite looping of the program execution with accumulator data remaining
n
at 00H
g.i
(D) infinite looping of the program execution with accumulator data alternating
between 00H and 87H
Q. 100 The circuit in the figure has two CMOS NOR gates. This circuit functions as a:
n
e eri
gin
(A) flip-flop (B) Schmitt trigger
(C) Monostable multivibrator (D) astable multivibrator
En
Q. 102 For the ring oscillator shown in the figure, the propagation delay of each inverter
.Le
is 100 pico sec. What is the fundamental frequency of the oscillator output
w
Q. 103 Ab 8085 microprocessor based system uses a 4K # 8 bit RAM whose starting
address is AA00H. The address of the last byte in this RAM is
(A) OFFFH (B) 1000H
(C) B9FFH (D) BA00H
Q. 104 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 is
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
Q. 105 The digital block in the figure is realized using two positive edge triggered D-flip-
flop. Assume that for t < t0, Q1 Q2 = 0 . The circuit
= in the digital block is given
g.i
by
n
e eri
gin
En
arn
w .Le
Q. 106 In the DRAM cell in the figure, the Vt of the NMOSFET is 1 V. For the following
ww
(A) 5 V; 3 V; 7 V
(B) 4 V; 3 V; 4 V
(C) 5 V; 5 V; 5 V
(D) 4 V; 4 V; 4 V
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
(B) emits light when both S1 and S2 are open
g.i
(C) emits light when only of S1 and S2 is closed
(D) does not emit light, irrespective of the switch positions.
n
2000 ONE MARKS
Q. 108
(A) 10 sm
e eri
An 8 bit successive approximation analog to digital communication has full scale
reading of 2.55 V and its conversion time for an analog input of 1 V is 20 s.m The
conversion time for a 2 V input will be
(B) 20 sm
gin
(C) 40 sm (D) 50 sm
(C) 15 (D) 16
Q. 110 For the logic circuit shown in the figure, the required input condition (A, B, C) to
arn
(A) 1,0,1
w
(B) 0,0,1
(C) 1,1,1
ww
(D) 0,1,1
Q. 111 The number of hardware interrupts (which require an external signal to interrupt)
present in an 8085 microprocessor are
(A) 1 (B) 4
(C) 5 (D) 13
Q. 112 In the microprocessor, the RST6 instruction transfer the program execution to
the following location :
(A)30 H (B) 24 H
(C) 48 H (D) 60 H
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 113 The contents of register (B) and accumulator (A) of 8085 microprocessor are 49J
are 3AH respectively. The contents of A and status of carry (CY) and sign (S)
after execution SUB B instructions are
(A) A = F1, CY = 1, S = 1 (B) A = 0F, CY = 1, S = 1
(C) A = F0, CY = 0, S = 0 (D) A = 1F, CY = 1, S = 1
Q. 114 For the logic circuit shown in the figure, the simplified Boolean expression for the
output Y is
n
n g.i
(A) A B +C + (B) A
Q. 115
(C) B
eri
(D) C
For the 4 bit DAC shown in the figure, the output voltage V0 is
e
gin
En
arn
(A) 10 V (B) 5 V
(C) 4 V (D) 8 V
Q. 116 A sequential circuit using D flip-flop and logic gates is shown in the figure, where
.Le
Q. 117 In the figure, the J and K inputs of all the four Flip-Flips are made high. The
frequency of the signal at output Y is
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
1999 ONE MARK
g.i
Q. 118 The logical expression y A =AB is equivalent
+ to
(A) y = AB (B) y = AB
n
(C) y A =B + (D) y A =B +
eri
Q. 119 A Darlington emitter follower circuit is sometimes used in the output stage of a
TTL gate in order to
(A) increase its IOL
e
(B) reduce its IOH
gin
(C) increase its speed of operation
(D) reduce power dissipation
Q. 120 Commercially available ECL gears use two ground lines and one negative supply
En
in order to
(A) reduce power dissipation
(B) increase fan-out
arn
Q. 121 The resolution of a 4-bit counting ADC is 0.5 volts. For an analog input of
.Le
Q. 123 For a binary half-subtractor having two inputs A and B, the correct set of logical
expressions for the outputs D ( =A minus B) and X ( = borrow) are
(A) D AB =AB, X AB + =
(B) D AB =AB AB , X + AB + =
(C) D AB =AB , X AB + =
(D) D AB =AB , X AB + =
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 124 If CS = A15 A14 A13 is used as the chip select logic of a 4 K RAM in an 8085 system,
then its memory range will be
(A) 3000 H - 3 FFF H
(B) 7000 H - 7 FFF H
(C) 5000 H - 5 FFF H and 6000 H - 6 FFF H
(D) 6000 H - 6 FFF H and 7000 H - 7 FFF H
n
n g.i
(A) mod-3 up counter
(C) mod-3 down counter
e eri
(B) mod-5 up counter
(D) mod-5 down counter
gin
1998 ONE MARK
Q. 126 The minimum number of 2-input NAND gates required to implement of Boolean
function Z =
ABC , assuming that A, B and C are available, is
En
Q. 129 An equivalent 2’s complement representation of the 2’s complement number 1101
is
(A) 110100 (B) 01101
(C) 110111 (D) 111101
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 130 The threshold voltage for each transistor in the figure is 2 V. For this circuit to
work as an inverter, Vi must take the values
n
(A) 5-V and 0 V (B) 5-V and 5 V
g.i
(C) 0-V and 3 V (D) 3 V and 5 V
n
(B) main memory and I/O devices
eri
(C) two I/O devices
(D) cache and main memories e
Q. 132 Two 2’s complement number having sign bits x and y are added and the sign bit
of the result is z . Then, the occurrence of overflow is indicated by the Boolean
gin
function
(A) xyz (B) x y z
+
(C) x yz xyz (D) xy yz +zx +
En
Q. 133 The advantage of using a dual slope ADC in a digital voltmeter is that
(A) its conversion time is small
(B) its accuracy is high
arn
Q. 134
(A) (A B) (A +C) (B C) (A + B) (A C) + = + +
(B) (A B ) (A +C ) (B C ) (A
+ B ) (A C ) + = +
(C) (A B) (A +C) (B C) (A + B ) (A C ) + = + +
w
Q. 135 An instruction used to set the carry Flag in a computer can be classified as
(A) data transfer (B) arithmetic
(C) logical (D) program control
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
(A) 1 (B) 2
(C) 3 (D) 4
Q. 137 The current I through resistance r in the circuit shown in the figure is
n
(A) -
V (B) V
12R 12R
g.i
(C) V (D) V
6R 3T
n
Q. 138 The K -map for a Boolean function is shown in the figure is the number of
essential prime implicates for this function is
e eri
gin
En
(A) 4 (B) 5
arn
(C) 6 (D) 8
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
(A) 0 (B) 1
g.i
(C) A (D) F
n
(A) only if an interrupt service routine is not being executed
eri
(B) only if a bit in the interrupt mask is made 0
(C) only if interrupts have been enabled by an EI instruction
(D) None of the above
e
Q. 145 The decoding circuit shown in the figure is has been used to generate the active
gin
low chip select signal for a microprocessor peripheral. (The address lines are
designated as AO to A7 for I/O address)
En
arn
(A) 60 H to 63 H (B) A4 to A 7H
(C) 30 H to 33 H (D) 70 H to 73 H
6010 LXI H, 8 A 79 H
6013 MOV A, L
6015 ADDH
6016 DAA
6017 MOV H, A
6018 PCHL
From which address will the next instruction be fetched ?
(A) 6019 (B) 6379
(C) 6979 (D) None of the above
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 147 A signed integer has been stored in a byte using the 2’s complement format. We
wish to store the same integer in a 16 bit word. We should
(A) copy the original byte to the less significant byte of the word and fill the
more significant with zeros
(B) copy the original byte to the more significant byte of the word and fill the
less significant byte with zeros
(C) copy the original byte to the less significant byte of the word and make
each fit of the more significant byte equal to the most significant bit of the
original byte
(D) copy the original byte to the less significant byte as well as the more
n
significant byte of the word
g.i
1997 TWO MARKS
n
Q. 148 For the NMOS logic gate shown in the figure is the logic function implemented is
e eri
gin
En
(C) A : (B C) +D : E + (D) (A B ) : C +D : E +
Q. 149 In a J–K flip-flop we have J = Q and K = 1. Assuming the flip flop was initially
cleared and then clocked for 6 pulses, the sequence at the Q output will be
w .Le
ww
Q. 150 The gate delay of an NMOS inverter is dominated by charge time rather than
discharge time because
(A) the driver transistor has larger threshold voltage than the load transistor
(B) the driver transistor has larger leakage currents compared to the load
transistor
(C) the load transistor has a smaller W/L ratio compared to the driver
transistor
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
(C) to increase packing density (D) to increase fan-out
g.i
Q. 153 A pulse train can be delayed by a finite number of clock periods using
(A) a serial-in serial-out shift register
n
(B) a serial-in parallel-out shift register
(C) a parallel-in serial-out shift register
Q. 154
e eri
(D) a parallel-in parallel-out shift register
Q. 155 The total number of memory accesses involved (inclusive of the op-code fetch)
En
Q. 156 A dynamic RAM cell which hold 5 V has to be refreshed every 20 m sec, so that
.Le
the stored voltage does not fall by more than 0.5 V. If the cell has a constant
discharge current of 1 pA, the storage capacitance of the cell is
(A) 4 # 10 6-F (B) 4 # 10 9-F
(C) 4 # 10 12- F (D) 4 # 10 15- F
w
Q. 157 A 10-bit ADC with a full scale output voltage of 10.24 V is designed to have
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
***********
n
n g.i
e eri
gin
En
arn
w .Le
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
SOLUTIONS
n
A B Y(Bulb)
g.i
up(1) up(1) OFF(0)
Down(0) Down(0) OFF(0)
up(1) Down(0) ON(1)
n
Down(0) up(1) ON(1)
Y =
A5B
e eri
When the switches A and B are both up or both down, output will be zero (i.e.
Bulb will be OFF). Any of the switch changes its position leads to the ON state
of bulb. Hence, from the truth table, we get
gin
i.e., the XOR gate
Sol. 2 Option (A) is correct.
The program is being executed as follows
En
times as follows :
Content in B Output of ADD B (Stored value at A)
05 05 + 05
.Le
04 05 + 05 + 04
03 05 + 05 + 04 + 03
02 05 + 05 + 04 + 03 + 02
w
01 05 + 05 + 04 + 03 + 02 + 01
00 System is out of loop
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
From 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0
to 0 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1
g.i
In Hexadecimal & 0800 H to 0BFFH
Similarly, for chip 2, we obtain the range as follows
n
E =
1 for S1 S 0 =0 1
so, A13 =
0 and A12 = 1
and also the I/P =
A10 =, 0 A11 =
1 for
1, A14 =,
so, the fixed I/ps are
0 A15 =
0
e eri
gin
A15 A14 A13 A12 A11 A10
0 0 0 1 1 0
Therefore, the address range is
En
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
n g.i
Y =
1, when A >
B
eri
A a1 a 0, B = b1 b 0 =
a1 a0 b1 b0 Y
0 1 0 0 1
e
gin
1 0 0 0 1
1 0 0 1 1
1 1 0 0 1
1 1 0 1 1
En
1 1 1 0 1
Total combination =
6
arn
The pull-up network acts as an inverter. From pull down network we write
Y (A =B) C + =B)
(A C +A B =C + +
Sol. 7 Option (A) is correct.
w
F XY =XY +
1prime
44 2 44 3
implicants
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
If A = 0, Qn 1+ =
Qn (toggle of previous state)
If A = 1, Qn 1+ =
Qn
So state diagram is
n
n g.i
(PQ QR ) PR (PQ =QR PR ) PQ
e eri
+ =QR PR + PQ =QR +PR +
If any two or more inputs are ‘1’ then output y will be 1.
+
gin
Sol. 10 Option (A) is correct.
For the output to be high, both inputs to AND gate should be high.
The D-Flip Flop output is the same, after a delay.
En
Let the second input be 1. Now, considering after 1 time interval; The output of
1st Flip Flop is 1 and 2nd FF is also 1. Thus Output = 1.
arn
F PQ =PQ XOR+
(P, Q) = ( S1 P, S 0 = Q ) =
Sol. 12 Option (A) is correct.
All the states of the counter are initially unset.
w
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
0 1 1 3
0 0 1 1
0 0 0 0
Sol. 13 Option (D) is correct.
The sequence is QB QA
00 " 11 " 01 " 10 " 00 " ...
QB QA QB (t 1+) QA (t 1+)
0 0 1 1
n
1 1 0 1
0 1 1 0
g.i
1 0 0 0
QB ^t 1+h
n
QB ^t
e eri
1h + Q A =
gin
DA Q A Q B =QA QB +
En
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
2 D
^2D00 2-DFF h
g.i
Sol. 17 Option (A) (B) (C) are correct.
In the circuit F =
(A 5 B) 9 (A 9 B) 9 C
For two variables A5B =
A9B
n
So, (A 5 B) 9 (A 9 B) =
0 (always)
Sol. 18
So, F =
1 when C
Option (D) is correct.
=
1 or C =
0 eF
eri
0 9 C= 0 $ C
1), QB (n +1), QC (n
+
+
1) +
=
gin
are next states of flop-flops.
In the circuit
QA (n 1+) =
QB (n) 9 QC (n)
En
QB (n 1+) QA (n)
QC (n 1+) QB (n)
Initially all flip-flops are reset
arn
QC =
0
nd
2 clock pulse
QA 0 9 0 =1 =
QB =
1
w
QC =
0
3 rd clock pulse
ww
QA 1 9 0 =0 =
QB =
1
QC =
1
4 th clock pulse
QA 1 9 1 =1 =
QB =
0
QC =
1
So, sequence QA = 01101.
Sol. 19 Option (D) is correct.
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
F / m (2, 3, 5, 7, 8, 9, 12)
=
n
Sol. 20 Option (C) is correct.
g.i
By executing instruction one by one
MVI A, 45 H & MOV 45 H into accumulator, A =
45 H
STC & Set carry, C = 1
n
CMC & Complement carry flag, C =
0
eri
RAR & Rotate accumulator right through carry
e
gin
A =00100010
XRA B & XOR A and B
En
A =
A5B =
00100010 5 01000101 01100111 = 674 =
Sol. 21 Option (C) is correct.
TTL " Transistor - Transistor logic
arn
Y AI 0 =AI1 AB + =
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
The given circuit is as follows.
n g.i
eri
The truth table is as shown below. Sequence is 00, 11, 10, 00 ...
e
CLK J1 K1 Q1 J2 K2 Q2
gin
1 1 1 0 1 1 0
2 1 1 1 1 1 1
3 0 0 1 0 1 0
En
4 1 1 0 1 1 0
P1 P2 a b c d e f g
ww
0 0 1 1 1 1 1 1 0
0 1 1 0 1 1 0 1 1
1 0 1 1 0 1 1 0 1
1 1 1 0 0 1 1 1 1
From truth table we can write
a =
1
b P 1 P 2 =P1 P 2 P2 + = 1 NOT Gate
c P1 P2 =P1 P2 P1 + = 1 NOT Gate
d 1 =c e = +
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
and c P1 P2 = P1 P2 = + 1 OR GATE
+2
f = P1 P2 = P1 P 1 OR GATE
g P1 P2 = P1 P2 = + 1 OR GATE
Thus we have g P1 =P2 and d+ 1 = c = may be+observed easily from
e . It
figure that
Led g does not glow only when both P1 and P2 are 0. Thus
g P1 =P2 +
LED d is 1 all condition and also it depends on
d c =e +
n
Sol. 27 Option (D) is correct.
g.i
As shown in previous solution 2 NOT gates and 3-OR gates are required.
Sol. 28 Option (C) is correct.
n
For the NAND latche the stable states are as follows
e eri
gin
For the NOR latche the stable states are as follows
En
arn
Since the lower MOSFETs are shorted to ground, node S is 0 only when input P
and Q are 1. This is the function of AND gate.
Sol. 30 Option (B) is correct.
MSB of both number are 1, thus both are negative number. Now we get
11101101 ( =19) 10 -
and 11100110 ( =26) 10 -
P Q - ( =19) - ( 26) -
7 - =
Thus 7 signed two’s complements form is
(7) 10 = 00000111
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
X =
PQ
n
Y (P =Q) +
So Z PQ (P =Q) +
g.i
(P =Q )( P Q+ ) PQ =PQ+ P 5 Q+ =
and M1 Z5R =
= (P 5 Q) 5 R
n
Sol. 32 Option (A) is correct.
eri
The circuit is as shown below
e
gin
En
The truth table is shown below. When CLK make transition Q goes to 1 and
when D goes to 1, Q goes to 0
Sol. 33 Option (B) is correct.
arn
Since the input to both JK flip-flop is 11, the output will change every time with
clock pulse. The input to clock is
.Le
The output Q1 of second FF occurs after time 3 T when it gets input (i.e. after
3 T from t1) and it is as shown below
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
3
VDAC / 2n - 1bn
= 2 - 1 b0 =20 b1 21 b2 2
2+ b3 + +
n=0
or VDAC 0.5b0 =b1 2b2 4b3 + + +
The counter outputs will increase by 1 from 0000 till Vth >VDAC . The output of
counter and VDAC is as shown below
Clock b3 b3 b2 b0 VDAC
1 0001 0
2 0010 0.5
n
3 0011 1
g.i
4 0100 1.5
5 0101 2
6 0110 2.5
n
7 0111 3
eri
8 1000 3.5
9 1001 4
10 1010 4.5
e
11 1011 5
gin
12 1100 5.5
13 1101 6
14 1110 6.5
En
and when VADC = 6.5 V (at 1101), the output of AND is zero and the counter
stops. The stable output of LED display is 13.
arn
The k -
Map is as shown below
ww
Z PQ =PQS +
QRS +
Sol. 37 Option (C) is correct.
2710H LXI H, 30A0H ; Load 16 bit data 30A0 in HL pair
2713H DAD H ; 6140H " HL
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
(7) 10 =
000111
g.i
Sol. 39 Option (B) is correct.
Y AB =CD = +
AB .CD
This is SOP form and we require only 3 NAND gate
n
Sol. 40 Option (A) is correct.
eri
The circuit is as shown below
e
gin
En
Y AB =AB +
and X YC =YC (AB +=AB ) C (AB+ AB ) C + +
arn
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
n g.i
e eri
gin
The current from voltage source is
I VR = 10 =
1 mA =
R 10k
En
I = 1 # 10 - 3
w
Now i =62.5 m
A =
16 16
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
The CY = 1 and Z = 0
g.i
Sol. 49 Option (A) is correct.
For this circuit the counter state (Q1, Q0) follows the sequence 00, 01, 10, 00 ... as
shown below
n
eri
Clock D1 D0 Q1 Q0 Q1 NOR Q0
00 1
1st 01 10 0
e
2nd 10 01 0
gin
3rd 00 00 0
En
arn
1 0 0 1
0 d 0 0
0 0 d 1
1 0 0 1
w
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
In this the diode D2 is connected to the ground. The following table shows the
state of counter and D/A converter
Q2 Q1 Q0 D3 =
Q2 D2 =
0 D1 =
Q1 D0 =
Q0 Vo
000 0 0 0 0 0
001 0 0 0 1 1
010 0 0 1 0 2
011 0 0 1 1 3
100 1 0 0 0 8
n
101 1 0 0 1 9
g.i
110 1 0 1 0 10
111 1 0 1 1 11
000 0 0 0 0 0
n
001 0 0 0 1 1
Sol. 55
Thus option (B) is correct
Option (B) is correct.
LXI, EFFF H
CALL 3000 H
e eri
; Load SP with data EFFH
; Jump to location 3000 H
gin
:
:
:
En
g
2
16 43
32
11
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
n g.i
f'
f
BC =BC
f'A =f'0
=
+
f'A ABC =ABC
e eri
+
+
gin
Sol. 60 Option (C) is correct.
The circuit is as shown below
En
arn
.Le
or IR =
0.75 mA
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
; location whose address is stored in HL
; from the A and store in A
g.i
0109H ORI 40H ; 40H OR [A] and store in A
010BH ADD M ; Add the contents of memeory location
; whose address is stored in HL to A
n
; and store in A
eri
HL contains 0107H and contents of 0107H is 20H
Thus after execution of SUB the data of A is 20H - 20H = 00
Sol. 66 Option (C) is correct.
e
Before ORI instruction the contents of A is 00H. On execution the ORI 40H the
gin
contents of A will be 40H
00H = 00000000
40H = 01000000
ORI 01000000
En
After ADD instruction the contents of memory location whose address is stored
in HL will be added to and will be stored in A
arn
40H + 20 H = 60 H
Sol. 67 Option (C) is correct.
A master slave D-flip flop is shown in the figure.
w .Le
In the circuit we can see that output of flip-flop call be triggered only by transition
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
or n $7
Sol. 70 Option (B) is correct.
Shift Register " Serial to parallel data conversion
Counter " Frequency division
Decoder " Addressing in memory chips.
Sol. 71 Option (A) is correct.
For the TTL family if terminal is floating, then it is at logic 1.
Thus Y (AB =1) AB .0 =+
0 =
Sol. 72 Option (C) is correct.
n
11001 1001 111001
g.i
00110 0110 000110
+1 +1 +1
00111 0111 000111
n
7 7 7
Thus 2’s complement of 11001, 1001 and 111001 is 7. So the number given in the
Sol. 73
eri
question are 2’s complement correspond to -7.
Option (C) is correct.
In the modulo - 6 ripple counter at the end of sixth pulse (i.e. after 101 or at 110)
e
all states must be cleared. Thus when CB is 11 the all states must be cleared. The
gin
input to 2-input gate is C and B and the desired output should be low since the
CLEAR is active low
Thus when C and B are 0, 0, then output must be 0. In all other case the output
must be 1. OR gate can implement this functions.
En
required.
Sol. 75 Option (D) is correct.
AC +
BC AC1 =BC 1 AC (B+=B ) BC (A A)+ + +
ACB =ACB BC A +BC A + +
.Le
Here compliments are not available, so to get x we use NOR gate. Thus desired
circuit require 1 unit OR and 1 unit NOR gate giving total cost 2 unit.
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
can be configured as bidirectional port. Port A uses five signal from port C as
hand shake signal.
For (1), mode is 2
Sol. 78 Option (B) is correct.
LDA 16 bit & Load accumulator directly this instruction copies data byte from
memory location (specified within the instruction) the accumulator.
It takes 4 memory cycle-as following.
1. in instruction fetch
2. in reading 16 bit address
n
1. in copying data from memory to accumulator
LXI D, (F0F1) 4 & It copies 16 bit data into register pair D and E.
g.i
It takes 3 memory cycles.
Sol. 79 Option (A) is correct.
n
LXI H, 9258H ; 9258H " HL
eri
MOV A, M ; (9258H) " A
CMa ; A"A
MOV M, A ; A"M
This program complement the data of memory location 9258H.
e
Option (D) is correct.
gin
Sol. 80
=
.Le
So, 2n - 1 28 =1 255 - =
Sol. 83 Option (B) is correct.
ww
When output of the 74 series gate of TTL gates is taken from BJT then the
configuration is either totem pole or open collector configuration .
Sol. 84 Option (D) is correct.
A 2n: 1 MUX can implement all logic functions of (n 1+) variable without andy
additional circuitry. Here n =.
3 Thus a 8 : 1 MUX can implement all logic
functions of 4 variable.
Sol. 85 Option (D) is correct.
Counter must be reset when it count 111. This can be implemented by following
circuitry
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
W R =PQ RS+ +
g.i
X PQRS =PQRS PQRS + +
Y RS =PR PQ +PQ RS +
=PR $ PQ $ PQ
+
RS =(P R )( P+ Q)( P Q+) + +
n
RS =(P PQ +PR QR )(+P Q) + + +
Z
RS =PQ QR (+
R =S
R =S
PQ + PQR +PQS
e eri
P P ) QR+ RS =PQ +QR +
(P +Q )( P +Q R)( P+ Q S)
+
R+=S PQ $+PQR
+
+ $ PQS
+
+
+
+ +
gin
R =S PQ PQ + PQS + PR PQR+ + + +
PRS +PQ PQS +
PQR QRS + +
R S= PQ PQS+ PR +
PQR PRS +
PQS PQR +
QRS +
S= PQ (1 S)+ PR (1 + + PQR + +
En
R =S PQ + PR PQS+ QRS+ + +
Thus W =
Z and X =Z
Sol. 88 Option (B) is correct.
Propagation delay of flip flop is
.Le
tpd = 10 nsec
Propagation delay of 4 bit ripple counter
R 4tpd = 40 ns =
w
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
g.i
Exact value when V1 =,
5 for maximum output
VoExact =5 :1- 1 1+ 1 D + 9.375
+ = -
2 4 8
n
Maximum Vout due to tolerance
110 110 + 110 + 110
Vo max =5.5- : 90 4 # 90 8 # 90 D
+
eri
2 # 90
=12.-
604
Tolerance 34.44% = 35% =
e
Sol. 94 Option (D) is correct.
gin
If the 4- bit 2’s complement representation of a decimal number is 1000, then the
number is -8
Sol. 95 Option (C) is correct.
En
G2 " 20 nsec
For abrupt change in Vi from 0 to 1 at time t =
t0 we have to assume the output
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
; so jump to START
g.i
JMP NEXT ;Jump to NEXT ; unconditionally
NEXT : XRA ; B ; A 5 B " A, A = 87 ,
; B = 87 H
n
JP START ; will not jump as D7 , of A is 1
OUT PORT2 ;A = 87 " PORT2
Sol. 100 Option (C) is correct.
The circuit is as shown below
e eri
gin
En
So 2’s compliment is
101110
+ 1
w
101111
Sol. 102 Option (C) is correct.
ww
The propagation delay of each inverter is tpd then The fundamental frequency of
oscillator output is
f =1 1 = 1 GHz =
2ntpd 2 # 5 # 100 # 10 - 12
Sol. 103 Option (C) is correct.
4K # 8 bit means 102410 location of byte are present
Now 102410 * 1000H
It starting address is AA00H then address of last byte is
AA00H 1000H +0001H =
B9FFH -
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
n g.i
Sol. 106
Sol. 107
Option (B) is correct.
Option (D) is correct.
e eri
For the LED to glow it must be forward biased. Thus output of NAND must be
gin
LOW for LED to emit light. So both input to NAND must be HIGH. If any one
or both switch are closed, output of AND will be LOW. If both switch are open,
output of XOR will be LOW. So there can’t be both input HIGH to NAND. So
En
independent of input voltage. It depends upon the number of bits only. Thus it
remains unchanged.
Sol. 109 Option (C) is correct.
In the flash analog to digital converter, the no. of comparators is equal to 2n - 1,
.Le
BC BC + =
1 ...(2)
C =
1 ...(3)
From (2) and (3), if C = 1, then B =1
If B =1, then from (1) A =. 0 Thus A 0, B = 1 and C =
1=
Sol. 111 Option (C) is correct.
Interrupt is a process of data transfer by which an external device can inform
the processor that it is ready for communication. 8085 microprocessor have five
interrupts namely TRAP, INTR, RST 7.5, RST 6.5 and RST 5.5
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
A 49 H = 01001001 =
g.i
B 3 AH = 00111010 =
-)
2’s complement of ( B =
11000110
A -
B A =( B) + -
n
010 010 01
eri
& 1+1 0 0 0 1 1 0
0 0 0 0 1111
Carry =
1
e
so here outputA =
0F
gin
Carry CY =
1
Sign flag S =
1
Sol. 114 Option (C) is correct.
En
Y B =(B C )+ B (B =+
C) B + =
Sol. 115 Option (B) is correct.
w
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
V- V+ = 5 = ...(1)
8
Now applying voltage divider rule
V- = 1k V% 1V
= ...(2)
1k 7+k 8 o
From (1) and (2) we have
Vo 8 # 5 = 5V =
8
Sol. 116 Option (D) is correct.
The truth table is shown below
n
Z XQ =YQ +
g.i
Comparing from the truth table of J - FF
K
Y =,
J
X =
K
n
eri
X Y Z
0 0 Q
0 1 0
e
1 0 1
gin
1 1 Q1
10k = 1k
10
Sol. 118 Option (D) is correct.
arn
We have y A =AB +
we know from Distributive property
x +
yz (x =y) (x z)+ +
.Le
Thus y (A =A) (A B+ ) A =B ++ ` A A +1 =
Sol. 119 Option (C) is correct.
Darligton emitter follower provides a low output impedance in both logical state
(1 or 0). Due to this low output impedance, any stray capacitance is rapidly
w
charged and discharged, so the output state changes quickly. It improves speed
of operation.
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
For a binary half-subtractor truth table si given below.
n g.i
D
X
A 5 B = AB AB
=
AB
e eri
from truth table we can find expressions of D & X
= +
gin
Sol. 124 Option (B) is correct.
We have 4 K RAM (12 address lines)
En
arn
w .Le
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
g.i
For the state 010 all preset =
1 and output QA QB QC =
111 so here total no. of
states = 5 (down counter)
n
Sol. 126 Option (C) is correct.
Given boolean function is
Now
Thus Z
Z
Z
e
AC =B
=
ABC
=
ABC eri ACB = AC
+
B = +
gin
we have Z X =Y (1 NOR + gate)
where X =
AC (1 NAND gate)
To implement a NOR gate we required 4 NAND gates as shown below in figure.
En
arn
VIH (min) = 2V
The difference between maximum input low voltage and maximum output low
voltage is called noise margin. It is 0.4 V in case of TTL.
Sol. 128 Option (D) is correct.
From the figure we can see
If A 1 B =0 =
then y 1 x =0 =
If A 1 B =1 =
then also y 1 x =0 =
so for sequence B =
101010....output x and y will be fixed at 0 and 1 respectively.
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
Sol. 133 Option (B) is correct.
g.i
Dual slope ADC is more accurate.
Sol. 134 Option (A) is correct.
Dual form of any identity can be find by replacing all AND function to OR and
n
vice-versa. so here dual form will be
eri
(A B) (A +C) (B C) + =B) (A
(A C)+ + +
Sol. 135 Option (B) is correct.
Carry flag will be affected by arithmetic instructions only.
e
Sol. 136 Option (C) is correct.
gin
This is a synchronous counter. we can find output as
QA QB
0 0
1 0
En
0 1
0 0
h
arn
y B D =A C D +
C AB CA B + +
so no of prime implicates is 4
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
n
Sol. 141 Option (C) is correct.
g.i
In totem pole stage output resistance will be small so it acts like a output buffer.
Sol. 142 Option (B) is correct.
Consider high output state
n
fan out IOH max = 400 mA 20 = =
IIH max 20 mA
Consider low output state
fan out IOL max = 8 mA
IIL max
Thus fan out is 20
0.1 mA
e 80 eri = =
gin
Sol. 143 Option (A) is correct.
The given gate is ex-OR so output
F AB =AB +
En
Here input B =
0 so,
F A1 =A0 =
A +
Sol. 144 Option (C) is correct.
arn
EI =
Enabled Interput flag ,RST will cause an Interrupt only it we
enable EI .
Sol. 145 Option (A) is correct.
.Le
Here only for the range 60 to 63 H chipselect will be 0, so peripheral will correspond
in this range only chipselect = 1 for rest of the given address ranges.
Sol. 146 Option (B) is correct.
w
H 8AH L = 79 H =
MOV A, L (copy contain of L to accumulator)
A = 79 H
ADDH (add contain of H to accumulator)
A 79 H = 0 1111 0=
01
H 8AH = add 1 0 0 0 1 0 = 10 A = 00= 0 0 0 0 11
Carry = 1
DAA (Carry Flag is set, so DAA adds 6 to high order four bits)
0 1111 0 0 1
DAA add 1 0 0 0 1 0 1 0
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
A 0 0 0 0 0 0 1 1 = 63 H =
MOV H, A (copy contain of A to H)
H = 63 H
PCHL (Load program counter by HL pair)
PC = 6379 H
Sol. 147 Option (C) is correct.
Sol. 148 Option (C) is correct.
NMOS In parallel makes OR Gate & in series makes AND so here we can have
F A (B =C) DE + +
n
we took complement because there is another NMOS given above (works as an
g.i
inverter)
Sol. 149 Option (D) is correct.
For a J -K flip flop we have characteristic equation as
n
Q (t 1+) JQ (t) =KQ (t) +
eri
Q (t) & Q (t 1+) are present & next states.
In given figure J Q (t), K = 1 so =
Q (t 1+) Q (t) Q (t) =0Q (t) +
e
Q (t 1+) = Q (t)[complement of previous state]
gin
we have initial input Q (t) = 0
so for 6 clock pulses sequence at output Q will be 010101
Sol. 150 Option (C) is correct.
En
in schottky diode, so switching time from forward bias to reverse bias is very
short compared to p n junction diode. Hence the propagation delay will reduces.
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
here n =12 so
n t =
12
12 t =
12
so this is succ. app. type ADC.
Sol. 155 Option (D) is correct.
LDA 2003 (Load accumulator by a value 2003 H) so here total no. of memory
access will be 4.
1 = Fetching instruction
2 = Read the value from memory
n
1 = write value to accumulator
g.i
Sol. 156 Option (D) is correct.
Storage capacitance
-
12
=i =1 # 10
n
C
dv 5 0-.5
b dt l b 20 10 3-l
eri
#
12 -3 -
1 # 10
= # 20 # 10 =
4.4 # 10 -
15
F
4.5
e
Sol. 157 Option (A) is correct.
gin
Accuracy ! 1 LSB = Tcoff # D
T
2
or 1 10.24 = Tcoff # TD
2 # 210
En
or Tcoff = 10.24 =
200 Vm/cC
2 # 1024 # (50 - ) cC
25
Sol. 158 Option (D) is correct.
26 # 210 # 8
arn
No. of chips = =
13
212 # 4
Sol. 159 Option (C) is correct.
Given instruction set
.Le
27FF SP ! 27FF
CALL 1006 will “Push PC” and Load PC by value 1006
ww
www.LearnEngineering.in
www.LearnEngineering.in
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
***********
n
n g.i
e eri
gin
En
arn
w .Le
ww
www.LearnEngineering.in