Digital Circuits Book

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 15

Test Paper-1

Digital Electronics
Source Book: GATE Multiple Choice Questions ECE
Author: RK Kanodia

Edition: 6th

ISBN: 9788192276205
Publisher : Nodia and Company
Visit us at: www.nodia.co.in

Q. No. 1 - 10 Carry One Mark Each


MCQ 1.1

11001, 1001 and 11001 correspond to the 2s complement representation of the


following set of numbers
(A) 25, 9 and 57 respectively
(B) 6, 6 and 6 respectively
(C) 7, 7 and 7 respectively
(D) 25, 9 and 57 respectively

SOL 1.1

All are 2s complement of 7


00110
&
11001
+ 1
00111 = 7 10
1001

111001

&

&

0110
+ 1
0111

= 7 10

000110
+
1
000111 = 7 10

Hence (C) is correct option.


MCQ 1.2

To implement Y = ABCD using only two-input NAND gates, minimum number of


requirement of
(A) 3
(B) 4
(C) 5

SOL 1.2

Digital Electronics.indd 1

(D) 6

The circuit is as follows

10/13/2012 10:26:58 AM

www.gatehelp.com
Page 2

Digital Electronics

Test Paper-1

Hence (D) is correct option.


MCQ 1.3

A four-variable switching function has minterms m6 and m 9 . If the literals in these


minterms are complemented, the corresponding minterm numbers are
(A) m 3 and m 0
(B) m 9 and m6
(C) m2 and m 0

SOL 1.3

Hence (B) is correct option.


m6 = ABCD ,
m 9 = ABC D
After complementing literal
ml6 = ABC D = m 9 ,
ml9 = ABCD = m6

MCQ 1.4

The network shown below implements

(D) m6 and m 9

(A) NOR gate

(B) NAND gate

(C) XOR gate

(D) XNOR gate

SOL 1.4

Hence (B) is correct option.


f1 = C D + CB + CB , S = F1
f = f1 + f1 A = CB + CBA = CB + A
= C + B + A = ABC

MCQ 1.5

Consider a circuit shown in figure. The circuit functions as

Digital Electronics.indd 2

10/13/2012 10:26:59 AM

www.gatehelp.com
Page 3

Digital Electronics

Test Paper-1

(A) D-flip-flop

(B) T-flip-flop

(C) Output remains stable at '1'

(D) Output remains stable at '0'

SOL 1.5

From the combinational logic


Let D is input, Qn is present state, Qn + 1 is next state, then
R = D 5 Q, S = D 5 Q
Characteristic equation of R-S flip-flop is given by
Qn + 1 = S + RQn
So,Qn + 1
= (D + Qn) + (D 5 Qn) Qn
= (D 5 Qn) + (D 5 Qn) Qn
= (D 5 Qn) (1 5 Qn) = (D 5 Qn)
= DQ n + DQn
For D = 0 , Qn + 1 = Qn
D = 1, Qn + 1 = Qn
So, the circuit function as a T-flip flop.
Hence (B) is correct option.

MCQ 1.6

To count from 0 to 1024 the number of required flip-flop is


(A) 10
(B) 11
(C) 12

(D) 13

SOL 1.6

10 flip-flop will count from 0 to 1023. Hence 11 flip-flop are required to count from
0 to 1024.
Hence (B) is correct option.

MCQ 1.7

The circuit shown below is a

Digital Electronics.indd 3

(A) NAND

(B) NOR

(C) AND

(D) OR

10/13/2012 10:26:59 AM

www.gatehelp.com
Page 4

Digital Electronics

Test Paper-1

SOL 1.7

If either one or both the inputs are V (0) = 0 V the corresponding FET will be
OFF, the voltage across the load FET will be 0 V, hence the output is VDD . If both
inputs are V (1) = VDD , both M 1 and M 2 are ON and the output is V (0) = 0 V. It
satisfy NAND gate.
Hence (A) is correct option.

MCQ 1.8

For the given logic families, correct order of their increasing noise margin is
(A) RTL, ECL, MOS, DTL
(B) RTL, ECL, DTL, MOS
(C) ECL, RTL, MOS, DTL

(D) ECL, RTL, DTL, MOS

SOL 1.8

The correct order of increasing noise is RTL, ECL, DTL, MOS.


Hence (B) is correct option.

MCQ 1.9

The full scale output of a DAC is 10 mA. If resolution is to be less than 40 A ,


then required bits are
(A) 11
(B) 10
(C) 8

SOL 1.9

(D) 9

Hence (C) is correct option.


Resolution = 40 A
The step required = 10m = 250
40
Therefore is requires 8 bits.

MCQ 1.10

Which one of the following is NOT a vectored interrupted ?


(A) TRAP
(B) INTR
(C) RST 3

SOL 1.10

(D) RST 7.5

Vectored interrupts are those interrupts in which program control transfer to a


fixed location. In non vectored interrupts the location is not fixed. Here INTR is a
non-vectored interrupt.
Hence (B) is correct option.

Q. No. 11- 21 Carry Two Marks Each


MCQ 1.11

Digital Electronics.indd 4

Consider the following loop


LXI
H, 000AH
LOOP :
DCX
B
MOV
A, B
ORA
C
JNZ
LOOP
This loop will be executed
(A) 1 time

(B) 10 times

10/13/2012 10:26:59 AM

www.gatehelp.com
Page 5

Digital Electronics

(C) 11 times
SOL 1.11

Test
Chapter
Paper-1
1

(D) infinite times

Hence (B) is correct option.


LXI B, 000 AH
LOOP :
DCX B

;
;
;
;
;

00 " C, 0AH " B


CB - 1 " B,
flag not affected
B"A
A OR C " A, set flag

MOV A, B
ORA C
JNZ LOOP
Hence this loop will be executed 0AH or ten times.
Hence (B) is correct option.
MCQ 1.12

SOL 1.12

A 555 IC is connected as shown below. The range of oscillation frequency is

(A) 607 kHz < f < 1.41 kHz

(B) 208 kHz # f # 496 kHz

(C) 627 Hz # f # 4.81 kHz

(D) 5 kHz # f # 9.4 kHz

Hence (C) is correct option.


1
f =
0.693 (RA + 2RB) C
RA = R1 = 10 k
RB = R2 + xR 3
& 10k < RB # 110k
1
= 627 Hz
0.693 {10k + 2 (110k)} 0.01
1
=
= 4.81 kHz
0.693 {10k + 2 (10k)} 0.01

f min =
f max
MCQ 1.13

Digital Electronics.indd 5

In the circuit shown in figure below the output G is

10/13/2012 10:26:59 AM

www.gatehelp.com
Page 6

Digital Electronics

(A) G = AC + BD

(B) G = AB + CD

(C) G = A 5 D

(D) G = B 5 C

Test Paper-1

SOL 1.13

If either A or B is low, then diode D1 or D2 will conduct, and point E will be at


low.
If both A and B are high, diode D1 and D2 both are off, and point E is at high.
Thus D1 and D2 form the AND function E = AB and similarly F = CD
D5 and D6 form a OR gate, so
G = E+F,
G = AB + CD
Hence (B) is correct option.

MCQ 1.14

A 4-bit right shift register is initialized to value 1000 for (Q3, Q2, Q1, Q0). The D
input is derived from Q 0, Q2 and Q 3 through two XOR gates as shown in fig. below.
The pattern 1000 will appear at

SOL 1.14

Digital Electronics.indd 6

(A) 3rd pulse

(B) 7th pulse

(C) 6th pulse

(D) 4 th pulse

After t = t1 , at the first rising edge of clock, the output of shift register is 0110,
which is input to address line of ROM. At 0110 (6) data 1010 is stored which will
be on bus. At next rising edge of clock 1010 is applied to register. So at this time
data stored in ROM at 1010 (10), 1000 will be on bus.
Hence (C) is correct option.

10/13/2012 10:26:59 AM

www.gatehelp.com
Page 7
MCQ 1.15

Digital Electronics

Test Paper-1

For the logic circuit shown below the output Y is

(A) A 5 B

(B) A 5 B

(C) A 5 B 5 C

(D) A 5 B 5 C

SOL 1.15

Output is 1 when even parity


Therefore Y = A 5 B 5 C
Hence (D) is correct option.

MCQ 1.16

Consider the signed binary number A = 01000110 and B = 11010011, where B is


in 2s complement and MSB is the sign bit. In list-I operation is given and is List-II
resultant binary number is given

The correct
P
(A) 5
(B)
6
(C) 6
(D) 5
SOL 1.16

List - II

P. A + B

1. 1 0 0 0 1 1 0 1
2. 1 1 1 0 0 1 1 1

Q. A B

3. 0 1 1 1 0 0 1 1
4. 1 0 0 0 1 1 1 0

R. B A

5. 0 0 0 1 1 0 1 0
6. 0 0 0 1 1 0 0 1

S. A B

7. 0 0 0 1 1 0 0 1
8. 0 1 0 1 1 0 1 1

match
Q
7
3
7
3

is
R
4
1
1
4

S
2
2
3
2

Here A, B are 2s complement


A + B,

Digital Electronics.indd 7

List - I

A
B

01000110
+ 11010011
1 00011001

10/13/2012 10:26:59 AM

www.gatehelp.com
Page 8

Digital Electronics

Discard the carry 1


A
AB = A+B,
B

B A,

B
A

Discard the carry 1


A B = A + B , A
B

Test Paper-1

01000110
+ 00101101
01110011
11010011
+ 10111010
1 11000110
10111010
+ 00101101
11100111

Hence (B) is correct option.


MCQ 1.17

SOL 1.17

The CMOS circuit shown below implements the logic function

(A) AB + CD + E

(B) (A + B) (C + D) E

(C) AB + CD + E

(D) (A + B) (C + D) E

If input E is LOW, output will not be LOW. It must be HIGH. Option (B) satisfy
this condition.
Hence (B) is correct option.

MCQ 1.18

Digital Electronics.indd 8

Consider a binary weighted n -bit D/A converter shown in the following circuit
of figure. What is the tolerance of resistance to limit the output error to the
equivalent of ! 1 LSB ?
2

10/13/2012 10:26:59 AM

www.gatehelp.com
Page 9

Digital Electronics

(A)

1
2n 1

Test Paper-1

(B) 1n
2

1
(D) n 1
2 +1
2n 1
Required error in MSB # 1/2 LSB
Let ! x % is the tolerance in resistance
(C)

SOL 1.18

V
V
# 1 nV
2 2 1R
R R 1+ x
a
k
100
x
a1 + 100 k 1
# 1n
x
2
a1 + 100 k
x
2n # 1 + x , x (2n 1) # 1
100 #
100 100
x#

1
# 100
2n 1

Hence (A) is correct option.


MCQ 1.19

Digital Electronics.indd 9

Consider the following program


MVI
A, DATA
MVI
B, 64H
MVI
C, C8H
CMP
B
JC
RJCT
CMP
C
JNC
RJCT
OUT
PORT1
HLT
RJCT :
SUB A
OUT
PORT1
HLT
If the following sequence of byte is loaded in accumulator,

10/13/2012 10:26:59 AM

www.gatehelp.com
Page 10

Digital Electronics

DATA (H)

58

64

73

Test Paper-1

B4

C8

FA

then sequence of output will be


(A) 00, 00, 73, B4, 00, FA

(B) 58, 64, 00, 00, C8, FA

(C) 58, 00, 00, 00, C8, FA

(D) 00, 64, 73, B4, 00, FA

SOL 1.19

This program will display the number between 64H to C8H including 64H. C8H
will not be displayed.
Hence (D) is correct option.

MCQ 1.20

The ideal inverter in figure below has a reference voltage of 2.5 V. The forward
voltage of the diode is 0.75 V. The maximum number of diode logic circuit, that
may be cascaded ahead of the inverter without producing logic error, is

(A) 3

(B) 4

(C) 5

(D) 9

SOL 1.20

Each diode causes a voltage level loss of 0.75 V.


Therefore 0.75n < 2.5 V & n = 3
Hence (A) is correct option.

MCQ 1.21

The following serial data are applied to the flip-flop through the AND gates as
shown in figure. There is one clock pulse for each bit time. Q is initially 0 and PRE
and CLR are high. If leftmost bits are applied first then output Q is

J1 : 1010011, J2 : 0111010, J 3 : 1111000


K1 : 0001110, K2 : 1101100, K 3 : 1010101

Digital Electronics.indd 10

10/13/2012 10:26:59 AM

www.gatehelp.com
Page 11

SOL 1.21

Digital Electronics

Test Paper-1

(A) 0000111

(B) 0011000

(C) 0101000

(D) 1010101

By applying the serial bits for J and K inputs of the flip-flop


CLK

J1

J2

J3

K1

K2

K3

J
K
Q

0
0
0

0
0
0

1
0
1

0
0
1

0
1
0

0
0
0

0
0
0

Hence (B) is correct option.

Common Data for Q. 22-23 :


The input-output voltage specification for the standard TTL family are as follows
: VOH (min) = 2.4 V, VOL (max) = 0.4 V, VIH (min) = 2.0 V, and VIL (max) = 0.8 V
MCQ 1.22

The maximum-amplitude nose spike, that can be tolerated when a HIGH input is
driving an input, is
(A) 0.4 V
(B) 0.8 V
(C) 0.2 V

(D) 0.6 V

SOL 1.22

When an output is HIGH, it may be as low as VOH (min) = 2.4 V. The minimum
voltage that an input will respond to as a HIGH is VIH (min) = 2.0 V. A negative noise
spike that can drive the actual voltage below 2.0 V if its amplitude is greater than
VNH = VOH (min) VIH (min)
= 2.4 2.0 = 0.4 V
Hence (A) is correct option.

MCQ 1.23

The maximum-amplitude noise spike, that can be tolerated when a LOW output
is driving an input, is
(A) 0.4 V
(B) 0.8 V
(C) 0.2 V

SOL 1.23

Digital Electronics.indd 11

(D) 0.6 V

When an output is LOW, it may be as high as VOL (max) = 0.4 V. The maximum
voltage that an input will respond to as a LOW is VIL (max) = 0.8 V. A positive noise
spike can drive the actual voltage above the 0.8 V level if its amplitude is greater

10/13/2012 10:26:59 AM

www.gatehelp.com
Page 12

Digital Electronics

Test Paper-1

than
VNL = VIL (max) VOL (max)
= 0.8 0.4 = 0.4 V
Hence (A) is correct option.

Statement for Linked Question 24-25 :


For the Schmitt trigger oscillator shown below saturation output voltage are + 10
V and 5 V.

MCQ 1.24

SOL 1.24

The frequency of oscillation is


(A) 2183 Hz

(B) 869 Hz

(C) 1369 Hz

(D) 1443 Hz

The switching voltage are


V+ = 10 = 5 V,
2
V+ = 5 = 2.5 V
2
The charging and discharging of capacitor is shown in fig. S4.5.23
Hence
&
&

Digital Electronics.indd 12

i1

5 = 10 + ( 2.5 10) e RC
i
e RC = 2
5
1

t1 = RC ln 2.5

10/13/2012 10:26:59 AM

www.gatehelp.com
Page 13

Digital Electronics

Test Paper-1

t2

2.5 = 5 + (5 ( 5)) e RC
t
e RC = 1 & t2 = RC ln 4 ,
4
2

&

T = t1 + t2 = RC ln 2.5 + RC ln 4 = RC ln 10
R = 50 k , C = 0.01 F
T = 50k # 0.01 # ln10 = 1.15 ms
f = 1 = 869 Hz
T

Hence (B) is correct option.


MCQ 1.25

SOL 1.25

The duty cycle is


(A) 60.2%

(B) 39.8%

(C) 48.4%

(D) 51.6%

Hence (B) is correct option.


Duty cycle = t1 # 100
t1 + t 2
RC ln 2.5
=
100
RC ln 2.5 + RC ln 4 #
= ln 2.5 # 100 = 39.8%
ln 10

Answer Sheet

1.

(C)

6.

(B)

11.

(B)

16.

(B)

21.

(B)

2.

(D)

7.

(A)

12.

(C)

17.

(B)

22.

(A)

3.

(B)

8.

(B)

13.

(B)

18.

(A)

23.

(A)

4.

(B)

9.

(C)

14.

(C)

19.

(D)

24.

(B)

5.

(B)

10.

(B)

15.

(D)

20.

(A)

25.

(B)

Digital Electronics.indd 13

10/13/2012 10:26:59 AM

Digital Electronics.indd 14

10/13/2012 10:26:59 AM

Digital Electronics.indd 15

10/13/2012 10:26:59 AM

You might also like