EC Digital Circuits
EC Digital Circuits
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
be turned OFF by any one of the switches irrespective of the state of the other
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
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
(A) 0C00H-0FFFH, 1C00H-1FFFH, 2C00H-2FFFH, 3C00H-3FFFH
(B) 1800H-1FFFH, 2800H-2FFFH, 3800H-3FFFH, 4800H-4FFFH
(C) 0500H-08FFH, 1500H-18FFH, 3500H-38FFH, 5500H-58FFH
(D) 0800H-0BFFH, 1800H-1BFFH, 2800H-2BFFH, 3800H-3BFFH
(A) Y = A B + C (B) Y = ( A + B )C
(C) Y = ( A + B )C (D) Y = AB + C
Q. 10 When the output Y in the circuit below is “1”, it implies that data has
Q. 11 The logic function implemented by the circuit below is (ground implies a logic
“0”)
Q. 13 Two D flip-flops are connected as a synchronous counter that goes through the
following Q B Q A sequence 00 " 11 " 01 " 10 " 00 " ....
The connections to the inputs DA and DB are
(A) D A = Q B , D B = Q A
(B) D A = Q A, D B = Q B
(C) D A = (Q A Q B + Q A Q B ), D B = Q A
(D) D A = (Q A Q B + Q A Q B), D B = Q B
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
(A) P-2, Q-4, R-1, S-3 (B) P-4, Q-2, R-1, S-3
(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
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
Q. 18 Assuming that the flip-flop are in reset condition initially, the count sequence
observed at Q A , in the circuit shown is
Q. 20 For the 8085 assembly language program given below, the content of the
accumulator after the execution of the program is
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
location of memory which cannot be externally set, but the interrupt can be
delayed or rejected Such an interrupt is
(A) non-maskable and non-vectored
(B) maskable and non-vectored
(C) non-maskable and vectored
(D) maskable and vectored
Q. 25 What are the counting states (Q1, Q2) for the counter shown in the figure below
(A) 11, 10, 00, 11, 10,... (B) 01, 10, 11, 00, 01...
(C) 00, 11, 01, 10, 00... (D) 01, 10, 00, 01, 10...
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.
(2) a segment glowing/ not glowing in the display is equivalent to logic 1 / 0
respectively.
Q. 27 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 (B) 2 NOT and 4 OR
(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
(A) NAND: first (0, 1) then (0, 1) NOR: first (1, 0) then (0, 0)
(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)
Q. 29 The logic function implemented by the following circuit at the terminal OUT is
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
(A) M1 = (P OR Q) XOR R
(B) M1 = (P ANDQ) X OR R
(C) M1 = (P NOR Q) X OR R
(D) M1 = (P XOR Q) XOR R
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
Q. 33 For each of the positive edge-triggered J - K flip flop used in the following
figure, the propagation delay is 3 t .
Q. 35 The magnitude of the error between VDAC and Vin at steady state in volts is
(A) 0.2 (B) 0.3
(C) 0.5 (D) 1.0
Q. 36 For the circuit shown in the following, I0 - I3 are inputs to the 4:1 multiplexers,
R (MSB) and S are control bits. The output Z can be represented by
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 38 X = 01110 and Y = 11001 are two 5-bit binary numbers represented in two’s
complement format. The sum of X and Y represented in two’s complement
format using 6 bits is
(A) 100111 (B) 0010000
(C) 000111 (D) 101001
(A) X = ABC + ABC + ABC +ABC (B) X = ABC + ABC +ABC +ABC
(C) X = AB + BC +AC (D) X = AB + BC +AC
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
(A) Q1: revere active; Q2: normal active; Q3: saturation; Q4: cut-off
(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
Q. 43 The following binary values were applied to the X and Y inputs of NAND latch
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.
(A) P = 1,Q = 0; P = 1, Q = 0; P = 1, Q = 0 or P = 0, Q = 1
(B) P = 1, Q = 0; P = 0, Q = 1; or P = 0, Q = 1; P = 0, Q = 1
(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
Q. 45 The current is
(A) 31.25mA (B) 62.5mA
(C) 125mA (D) 250mA
Q. 46 The voltage V0 is
(A) -0.781 V (B) - 1.562 V
(C) -3.125 V (D) - 6.250 V
Q. 48 After execution of line 7 of the program, the status of theC Y and Z flags will be
(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 (Q1Q0) follows the sequence
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
(A) 2 (B) 3
(C) 4 (D) 5
Q. 52 For the circuit shown in figures below, two 4 - bit parallel - in serial - out shift
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
(A) S = 0, C0 = 0 (B) S = 0, C0 = 1
(C) S = 1, C0 = 0 (D) S = 1, C0 = 1
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
In the figure shown above, the ground has been shown by the symbol 4
Q. 59 The Boolean function f implemented in the figure using two input multiplexes is
Q. 60 The transistors used in a portion of the TTL gate show in the figure haveb = 100
. The base emitter voltage of is 0.7 V for a transistor in active region and 0.75
V for a transistor in saturation. If the sink current I = 1 A and the output is at
logic 0, then the current IR will be equal to
(A) B ( A + C )( A +C ) (B) B ( A + C )( A +C )
(C) B ( A + C )( A +C ) (D) B ( A + C )( A +C )
Q. 63 The given figure shows a ripple counter using positive edge triggered flip-flops. If
the present state of the counter is Q2Q1Q0 = 001 then is next state Q2Q1Q will be
Q. 64 What memory address range is NOT represents by chip # 1 and chip # 2 in the
figure A 0 to A15 in this figure are the address lines and CS means chip select.
Q. 68 The range of signed decimal numbers that can be represented by 6-bits 1’s
complement number is
(A) -31 to + 31 (B) -63 to + 63
(C) -64 to + 63 (D) -32 to + 31
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
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
(A) 0 (B) 1
(C) AB (D) AB
Q. 73 In the modulo-6 ripple counter shown in figure, the output of the 2- input gate is
used to clear the J-K flip-flop
The 2-input gate is
(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
(ii) LXI D, FOF1H
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)
Q. 80 It is desired to multiply the numbers 0AH by 0BH and store the result in the
accumulator. The numbers are available in registers B and C respectively. A part
of the 8085 program for this purpose is given below :
MVI A, 00H
LOOP ------
------
-----
HLT
END
The sequence of instructions to complete the program would be
(A) JNX LOOP, ADD B, DCR C
(B) ADD B, JNZ LOOP, DCR C
(C) DCR C, JNZ LOOP, ADD B
(D) ADD B, DCR C, JNZ LOOP
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
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 + P R +QP
The circuit acts as a
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
Address 0 2 4 6 8 10 11 14
The clock to the register is shown, and the data on theW bus at time t1 is 0110.
The data on the bus at time t2 is
Q. 90 The DTL, TTL, ECL and CMOS famil GATE of digital ICs are compared in the
following 4 columns
Q. 92 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
(A) Carry flag will be set but Zero flag will be reset
(B) Carry flag will be rest but Zero flag will be set
(C) Both Carry flag and Zero flag will be rest
(D) Both Carry flag and Zero flag will be set
The input bits 0 and 1 are represented by 0 and 5 V respectively. The OP AMP 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
(A) !35% (B) !20%
(C) !10% (D) !5%
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
Q. 98 If the input X3, X2, X1,X 0 to the ROM in the figure are 8 4 2 1 BCD numbers, then
the outputs Y3, Y2, Y1,Y 0 are
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
at 00H
(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:
Q. 102 For the ring oscillator shown in the figure, the propagation delay of each inverter
is 100 pico sec. What is the fundamental frequency of the oscillator output
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
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 106 In the DRAM cell in the figure, theVt of the NMOSFET is 1 V. For the following
three combinations of WL and BL voltages.
(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
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 108 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 20ms. The
conversion time for a 2 V input will be
(A) 10 ms (B) 20 ms
(C) 40 ms (D) 50 ms
Q. 110 For the logic circuit shown in the figure, the required input condition( A, B, C) to
make the output ( X ) = 1 is
(A) 1,0,1
(B) 0,0,1
(C) 1,1,1
(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
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
(A) A + B + C (B) A
(C) B (D) C
Q. 115 For the 4 bit DAC shown in the figure, the output voltageV0 is
(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
X and Y are the inputs and Z is the inputs. The circuit is
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
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
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
(B) reduce its IOH
(C) increase its speed of operation
(D) reduce power dissipation
Q. 120 Commercially available ECL gears use two ground lines and one negative supply
in order to
(A) reduce power dissipation
(B) increase fan-out
(C) reduce loading effect
(D) eliminate the effect of power line glitches or the biasing circuit
Q. 121 The resolution of a 4-bit counting ADC is 0.5 volts . For an analog input of
6.6 volts , the digital output of the ADC will be
(A) 1011 (B) 1101
(C) 1100 (D) 1110
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
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 124 If CS = A 15A 14A 13 is used as the chip select logic of a4 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
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
(A) two (B) three
(C) five (D) six
Q. 129 An equivalent 2’s complement representation of the 2’s complement number 1101
is
(A) 110100 (B) 01101
(C) 110111 (D) 111101
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
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
function
(A) xyz (B) x y z
(C) x yz + xyz (D) xy + yz + zx
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
(C) it gives output in BCD format
(D) it does not require a
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
(A) 1 (B) 2
(C) 3 (D) 4
Q. 137 The current I through resistance r in the circuit shown in the figure is
-V V
(A) (B)
12R 12R
V
(C) (D) V
6R 3T
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
(A) 4 (B) 5
(C) 6 (D) 8
(A) 0 (B) 1
(C) A (D) F
Q. 145 The decoding circuit shown in the figure is has been used to generate the active
low chip select signal for a microprocessor peripheral. (The address lines are
designated as AO to A7 for I / O address)
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
significant byte of the word
Q. 148 For the NMOS logic gate shown in the figure is the logic function implemented is
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 theQ output will be
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
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Q. 153 A pulse train can be delayed by a finite number of clock periods using
(A) a serial-in serial-out shift register
(B) a serial-in parallel-out shift register
(C) a parallel-in serial-out shift register
(D) a parallel-in parallel-out shift register
Q. 154 A 12-bit ADC is operating with a 1 m sec clock period and the total conversion
time is seen to be 14 m sec. The ADC must be of the
(A) flash type (B) counting type
(C) intergrating type (D) successive approximation type
Q. 155 The total number of memory accesses involved (inclusive of the op-code fetch)
when an 8085 processor executes the instruction LDA 2003 is
(A) 1 (B) 2
(C) 3 (D) 4
Q. 156 A dynamic RAM cell which hold 5 V has to be refreshed every 20 m sec, so that
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
Q. 157 A 10-bit ADC with a full scale output voltage of 10.24 V is designed to have
a ! LSB / 2 accuracy. If the ADC is calibrated at 25c C and the operating
temperature ranges from 0c C to 25c C, then the maximum net temperature
coefficient of the ADC should not exceed
(A) !200 mV / cC (B) !400 mV / cC
(C) !600 mV / cC (D) !800 mV / cC
***********
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
SOLUTIONS
ww
05 05 + 05
04 05 + 05 + 04
03 05 + 05 + 04 + 03
02 05 + 05 + 04 + 03 + 02
01 05 + 05 + 04 + 03 + 02 + 01
00 System is out of loop
i.e., A = 05 + 05 + 04 + 03 + 02 + 01 = 144
At this stage, the 8085 microprocessor exits from the loop and reads the next
instruction. i.e., the accumulator is being added to 03 H. Hence, we obtain
A = A + 03 H = 14 + 03 = 17 H
Sol. 3 Option (D) is correct.
For chip-1, we have the following conclusions:
it is enable when (i) S1S 0 = 0 0
and (ii) Input = 1
For S1S 0 = 00
We have A13 = A12 = 0
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Y = 1, when A > B
A = a1a0, B = b1b 0
a1 a0 b1 b0 Y
0 1 0 0 1
1 0 0 0 1
1 0 0 1 1
1 1 0 0 1
1 1 0 1 1
1 1 1 0 1
Total combination = 6
F=XY+XY
1pr44 2 44 3
im e i mplica nt s
(PQ QR ) PR = (PQ + QR PR ) = PQ + QR + PR = PQ + QR + PR
If any two or more inputs are ‘1’ then output y will be 1.
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.
Let initial input be 0; (Consider Option A)
then Q = 1 (For 1 D-Flip Flop). This is given as input to 2 FF.
st nd
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.
Sol. 11 Option (D) is correct.
F = S1S 0I 0 + S 1S 0I 1 +S 1S 0I 2 +S 1S 0I 3
I0 = I3 = 0
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.
0 1 1 3
0 0 1 1
0 0 0 0
Sol. 13 Option (D) is correct.
The sequence is Q B QA
00 " 11 " 01 " 10 " 00 " ...
QB QA QB (t + 1) QA (t + 1)
0 0 1 1
1 1 0 1
0 1 1 0
1 0 0 0
QB ^t + 1h
QB ^t + 1h = Q A
DA = Q A Q B + Q A QB
F = / m (2, 3, 5, 7, 8, 9, 12)
Sol. 20 Option (C) is correct.
By executing instruction one by one
MVI A, 45 H & MOV 45 H into accumulator, A = 45 H
STC & Set carry, C = 1
CMC & Complement carry flag, C = 0
RAR & Rotate accumulator right through carry
A = 00100010
XRA B & XOR A and B
A = A 5 B = 00100010 5 01000101 = 01100111 = 674
Sol. 21 Option (C) is correct.
TTL " Transistor - Transistor logic
CMOS " Complementary Metal Oxide Semi-conductor
Sol. 22 Option (D) is correct.
Vectored interrupts : Vectored interrupts are those interrupts in which program
control transferred to a fixed memory location.
Maskable interrupts : Maskable interrupts are those interrupts which can be rejected
or delayed by microprocessor if it is performing some critical task.
Sol. 23 Option (D) is correct.
We have 6X + Z {Y + (Z + XY )}@X [ +Z (X +Y )] = 1
Substituting X = 1 and X = 0 we get
[1 + Z { Y + (Z + 1Y )}][ 0 +Z (1 +Y )] = 1
or [1][ Z (1)] = 1 1 + A = 1 and 0 + A = A
or Z = 1 )Z = 0
Sol. 24 Option (A) is correct.
The AND gate implementation by 2:1 mux is as follows
Y = AI 0 + AI 1 = AB
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Y = B I0 + BI1 = AB +BA
Sol. 25 Option (A) is correct.
The given circuit is as follows.
The truth table is as shown below. Sequence is 00, 11, 10, 00 ...
CLK J1 K1 Q1 J2 K2 Q2
1 1 1 0 1 1 0
2 1
ndia. 1 1 1 1 1
.
3 0 0 1 0 1 0
4 1 1 0 1 1 0
P1 P2 a b c d e f g
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 + P1P 2 = P 2 1 NOT Gate
c = P 1P 2 + P 1P 2 = P 1 1 NOT Gate
d=1=c+e
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
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
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
X = PQ
Y = (P + Q)
So Z = PQ (P + Q )
= (P + Q )( P + Q) = PQ + PQ = P 5 Q
and M1 = Z 5 R = (P 5 Q) 5 R
Sol. 32 Option (A) is correct.
The circuit is as shown below
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.
Since the input to both JK flip-flop is 11, the output will change every time with clock
pulse. The input to clock is
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
3
VDAC = / 2n - 1bn = 2-1b0 + 20b1 + 21b2 + 22b3
n=0
or VDAC = 0.5b0 + b1 + 2b2 + 4b3
The counter outputs will increase by 1 from 0000 tillVth > VDAC . The output of
counter and VDAC is as shown below
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.
Sol. 35 Option (B) is correct.
The VADC - Vin at steady state is
= 6.5 - 6.2 = 0.3V
Sol. 36 Option (A) is correct.
Z = I0 RS + I1RS +I 2RS +I 3RS
= (P + Q ) RS +PRS +PQRS +PRS
= PRS + QRS +PRS +PQRS +PRS
The k - Map is as shown below
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
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
Y = AB + AB
and X = Y C + YC = ( AB + AB )C + (AB +AB )C
= ( AB + AB )C + (AB +AB )C
= ABC + ABC + ABC + ABC
Sol. 41 Option (D) is correct.
Y = ABCD + ABCD + ABC D + ABC D
= ABCD + ABCD +ABCD +ABCD
= ABCD + ABC D + BC D (A +A )
= ABCD + ABC D + BC D A+A=1
-3
Now i = I = 1 # 10 = 62.5 m A
16 16
Sol. 46 Option (C) is correct.
The net current in inverting terminal of OP - amp is
I- = 1 + 1 = 5I
4 16 16
So that V0 =- R # 5I =- 3.125
16
Sol. 47 Option (B) is correct.
Line
1 : MVI A, B5H ; Move B5H to A
2 : MVI B, 0EH ; Move 0EH to B
3 : XRI 69H ; [A] XOR 69H and store in A
; Contents of A is CDH
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
1 0 0 1
0 d 0 0
0 0 d 1
1 0 0 1
In this the diode D2 is connected to the ground. The following table shows the
state of counter and D / A converter
Q2Q1Q0 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
101 1 0 0 1 9
110 1 0 1 0 10
111 1 0 1 1 11
000 0 0 0 0 0
001 0 0 0 1 1
Thus option (B) is correct
Sol. 55 Option (B) is correct.
LXI, EFFF H ; Load SP with data EFFH
CALL 3000 H ; Jump to location 3000 H
:
:
:
3000H LXI H, 3CF4 ; Load HL with data 3CF4H
PUSH PSW ; Store contnets of PSW to Stack
POP PSW ; Restore contents of PSW from stack
PRE ; stop
Before instruction SPHL the contents of SP is 3CF4H.
After execution of POP PSW, SP + 2 " SP
After execution of RET, SP + 2 " SP
Thus the contents of SP will be 3CF4H + 4 = 3CF8H
Sol. 56 Option (A) is correct.
The inputs D0 and D1 respectively should be connected as Q1 and Q0
where Q0 " D1 and Q1 " D0
Sol. 57 Option (D) is correct.
If the point P is stuck at 1, then output f is equal to A
f' = BC + BC
f = f'A + f'0
= f'A = ABC + ABC
Sol. 60 Option (C) is correct.
The circuit is as shown below
In the circuit we can see that output of flip-flop call be triggered only by transition
of clock from 1 to 0 or when state of slave latch is affected.
Sol. 68 Option (A) is correct.
The range of signed decimal numbers that can be represented by n - bits 1’s
complement number is - (2n - 1 - 1) to + (2n - 1 - 1).
Thus for n = 6 we have
Range =- (2 6- - 1) to + (2 6- 1 - 1)
1
=- 31 to + 31
Sol. 69 Option (D) is correct.
The minimum number of bit require to encode 100 increment is
2n $ 100
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.
11001 1001 111001
00110 0110 000110
+1 +1 +1
00111 0111 000111
7 7 7
Thus 2’s complement of 11001, 1001 and 111001 is 7. So the number given in the question
are 2’s complement correspond to -7.
Sol. 73 Option (C) is correct.
In the modulo - 6 ripple counter at the end of sixth pulse (i.e. after 101 or at 110)
all states must be cleared. Thus when CB is 11 the all states must be cleared. The
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.
Sol. 74 Option (C) is correct.
Number of MUX is 4 = 2 and 2 = 1. Thus the total number 3 multiplexers is 2
3
required.
Sol. 75 Option (D) is correct.
AC + BC = AC1 + BC 1 = AC (B + B ) + BC (A +A )
= ACB + ACB + BC A +BC A
Sol. 76 Option (D) is correct.
We have f (x, y) = xy + xy + xy = x (y + y) + xy = x + xy
or f (x, y) = x + y
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.
Sol. 77 Option (D) is correct.
For 8255, various modes are described as following.
Mode 1 : Input or output with hand shake
In this mode following actions are executed
1. Two port (A & B) function as 8 - bit input output ports.
2. Each port uses three lines from C as a hand shake signal
3. Input & output data are latched.
Form (ii) the mode is 1.
Mode 2 : Bi-directional data transfer
This mode is used to transfer data between two computer. In this mode port A
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
1. in copying data from memory to accumulator
LXI D, (F0F1) 4 & It copies 16 bit data into register pair D and E.
It takes 3 memory cycles.
Sol. 79 Option (A) is correct.
LXI H, 9258H ; 9258H " HL
MOV A, M ; (9258H) " A
CMa ;A" A
MOV M, A ;A"M
This program complement the data of memory location 9258H.
Sol. 80 Option (D) is correct.
MVI A, 00H ; Clear accumulator
LOOP ADD B ; Add the contents of B to A
DCR C ; Decrement C
JNZ LOOP ; If C is not zero jump to loop
HLT
END
This instruction set add the contents of B to accumulator to contents ofC times.
Sol. 81 Option (D) is correct.
The number of distinct boolean expression of n variable is 22n . Thus
22 = 216 = 65536
4
Y = B + (B + C ) = B (B + C ) = B
Sol. 115 Option (B) is correct.
The circuit is as shown below
V- = V+ = 5 ...(1)
8
Now applying voltage divider rule
V- = 1k V% = 1 Vo ...(2)
1k
+ 7k 8
From (1) and (2) we have
Vo = 8 # 5 = 5V
8
Sol. 116 Option (D) is correct.
The truth table is shown below
Z = XQ + YQ
Comparing from the truth table of J - K FF
Y=J,
X=K
X Y Z
0 0 Q
0 1 0
1 0 1
1 1 Q1
initial 1 1 1 0 0 0 00 0 0 0 0000 0
address &7000H
final 1 1 1 1 1 1 1 1 1 1 1 1111 1
address &7FFFH
so address range is (7 0 0 0 H – 7 F F F H)
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
For the state 010 all preset = 1 and output QA QB QC = 111 so here total no. of
states = 5 (down counter)
Sol. 126 Option (C) is correct.
Given boolean function is
Z = ABC
Now Z = ABC = ACB = AC + B
Thus Z = AC + B
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.
y = B D + A C D + C AB +CA B
so no of prime implicates is 4
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
A = 0 0 0 0 0 0 11 = 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
we took complement because there is another NMOS given above (works as an
inverter)
Sol. 149 Option (D) is correct.
For a J -K flip flop we have characteristic equation as
Q (t + 1) = JQ (t) + KQ (t )
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)
Q (t + 1) = Q (t)[complement of previous state]
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.
Sol. 151 Option (B) is correct.
By distributive property in boolean algebra we have
( A + BC ) = ( A + B) (A + C)
( A + B) (A + C) = AA + AC + AB +BC
= A (1 + C) + AB + BC = A + AB + BC
= A (1 + B) + BC = A + BC
Sol. 152 Option (A) is correct.
The current in a p n junction diode is controlled by diffusion of majority carriers
while current in schottky diode dominated by the flow of majority carrier over the
potential barrier at metallurgical junction. So there is no minority carrier storage
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.
Sol. 153 Option (B) is correct.
Sol. 154 Option (D) is correct.
The total conversion time for different type of ADC are given as–
t is clock period
For flash type & 1t
Counter type & (2n - t) = 4095 msec
n = no.of bits
Integrating type conver time > 4095 m sec
successive approximation type nt = 12 m sec
GATE SOLVED PAPER - EC DIGITAL CIRCUITS
here n = 12 so
nt = 12
12t = 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
1 = write value to accumulator
Sol. 156 Option (D) is correct.
Storage capacitance
C = i = 1 # 10-12
dv 5 - 0.5
bdt l b20 10-3 l
#
-12 -3
= 1 # 10 # 20 # 10 = 4.4 # 10-15 F
4.5
Sol. 157 Option (A) is correct.
Accuracy ! 1 LSB = Tcoff # DT
2
1 10.24 = Tcoff # DT
or # 10
2 2
Tcoff = 10.24
2 # 1024 # (50 - 25) cC = 200 mV / cC
or
***********