Digital Electronics
Digital Electronics
Digital Electronics
Digital Electronics
1. The resolution of an n bit DAC with a maximum input
of 5 V is 5 mV. The value of n is
A.8
B.9
C.10
D.11
Answer & Explanation
Answer: Option C
Explanation:
1000 = 5 or N = 10.
2. 2's complement of binary number 0101 is
A.1011 B.1111
C.1101 D.1110
Answer & Explanation
Answer: Option A
Explanation:
1's complement of 0101 is 1010 and 2's complement is
1010+1 = 1011.
3. An OR gate has 4 inputs. One input is high and the
other three are low. Theoutput
A. is low
B. is high
C. is alternately high and low
D. may be high or low depending on relative magnitude
of inputs
Answer & Explanation
Answer: Option B
Explanation:
In OR any input high means high output.
4. Decimal number 10 is equal to binary number
A.1110 B.1010
C.1001 D.1000
Answer & Explanation
Answer: Option B
Explanation:
1010 = 8 + 2 = 10 in decimal.
5. Both OR and AND gates can have only two inputs.
A.True B.False
Answer & Explanation
Answer: Option B
Explanation:
Any number of inputs are possible.
6. A device which converts BCD to seven segment is
called
A. encoder
B. decoder
C. multiplexer
D. none of these
Answer & Explanation
Answer: Option B
Explanation:
Decoder converts binary/BCD to alphanumeric.
7. In 2's complement representation the number
11100101 represents the
decimal number
A.+37 B.-31
C.+27 D.-27
Answer & Explanation
Answer: Option D
Explanation:
A = 11100101. Therefore A = 00011010 and A' = A + 1
= 00011011 = 16
+ 8 + 2 + 1 = 27. Therefore A = -27.
8. A decade counter skips
A. binary states 1000 to 1111
B. binary states 0000 to 0011
C. binary states 1010 to 1111
D. binary states 1111 to higher
Answer & Explanation
Answer: Option C
Explanation:
A decade counter counts from 0 to 9. It has 4 flip-flops.
The states skipped
are 10 to 15 or 1010 to 1111.
9. BCD input 1000 is fed to a 7 segment display through
a BCD to 7 segment decoder/driver. The segments which
will lit up are
A. a, b, d
B. a, b, c
C. all
D. a, b, g, c, d
Answer & Explanation
Answer: Option C
Explanation:
1000 equals decimal 8 Therefore all segments will lit up.
10. A ring counter with 5 flip flops will have
A. 5 states
B. 10 states
C. 32 states
D. infinite states
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
11. For the gate in the given figure the output will be
A. 0
B. 1
C. A
D. A
Answer & Explanation
Answer: Option D
Explanation:
If A = 0, Y = 1 and A = 1, Y = 0 Therefore Y = A.
12. In the expression A + BC, the total number of
minterms will be
A.2 B.3
C.4 D.5
Answer & Explanation
Answer: Option D
Explanation:
The min terms are ABC + ABC + AB C + ABC + ABC.
13. The circuit in the given figure is
A. positive logic OR gate
B. negative logic OR gate
C. negative logic AND gate
D. positive logic AND gate
Answer & Explanation
Answer: Option B
2
Explanation:
Since V(1) is lower state than V(0) it is a negative logic
circuit. Since
diodes are in parallel, it is an OR gate.
14. Which of the following is non-saturating?
A. TTL
B. CMOS
C. ECL
D. Both (a) and (b)
Answer & Explanation
Answer: Option C
Explanation:
Since it is non-saturating, ECL has low propagation
delay.
15. The number of digits in octal system is
A.8 B.7
C.9 D.10
Answer & Explanation
Answer: Option A
Explanation:
The octal system has 8 digits 0 to 7.
16. The access time of a word in 4 MB main memory is
100 ms. The access
time of a word in a 32 kb data cache memory is 10 ns.
The average data
cache bit ratio is 0.95. The efficiency of memory access
time is
A. 9.5 ns
B. 14.5 ns
C. 20 ns
D. 95 ns
Answer & Explanation
Answer: Option B
Explanation:
Access time = 0.95 x 10 + 0.05 x 100.
17. The expression Y = pM (0, 1, 3, 4) is
A. POS
B. SOP
C. Hybrid
D. none of the above
Answer & Explanation
Answer: Option A
Explanation:
18. An 8 bit DAC has a full scale output of 2 mA and full
scale error of 0.5%.
If input is 10000000 the range of outputs is
A. 994 to 1014 A
B. 990 to 1020 A
C. 800 to 1200 A
D. none of the above
Answer & Explanation
Answer: Option A
Explanation:
10000000 = 128, 11111111 = 255
If there is no error, output = = 1004A.
Maximum error =
Hence range of output 994 to 1014 A.
3
C. multiplexer
D. encoder
Answer & Explanation
Answer: Option A
Explanation:
Storing can be done only in memory and flip-flop is a
memory element.
25. In a ripple counter,
A. whenever a flip flop sets to 1, the next higher FF
toggles
B. whenever a flip flop sets to 0, the next higher FF
remains unchanged
C. whenever a flip flop sets to 1, the next higher FF
faces race condition
D. whenever a flip flop sets to 0, the next higher FF
faces race condition
Answer & Explanation
Answer: Option A
Explanation:
In a ripple counter the effect ripples through the counter.
26. A 12 bit ADC is used to convert analog voltage of 0
to 10 V into digital.
The resolution is
A. 2.44 mV
B. 24.4 mV
C. 1.2 V
D. none of the above
Answer & Explanation
Answer: Option A
Explanation:
.
27. For the truth table of the given figure Y =
A. A + B + C
B. A + BC
C. A
D. B
Answer & Explanation
Answer: Option D
Explanation:
Y = A B C + A B C + AB C + A B C = A B (C + C) + A B
(C + C) = A B + AB
= B(A + A) = B.
28. A full adder can be made out of
A. two half adders
B. two half adders and a OR gate
C. two half adders and a NOT gate
D. three half adders
Answer & Explanation
Answer: Option B
Explanation:
29. If the functions w, x, y, z are as follows.
w = R + PQ + RS ,
x = PQR S + PQR S + PQ R S
Then
A. w = z x = z
B. w = z, x = y
C. w = y
D. w = y = z
Answer & Explanation
Answer: Option A
Explanation:
Use k-map, then it will be easy.
4
Answer: Option B
Explanation:
4 = 22, in up scaling digit will be shifted by two bit in
right direction.
36. 7BF16 = __________ 2
A. 0111 1011 1110
B. 0111 1011 1111
C. 0111 1011 0111
D. 0111 1011 0011
Answer & Explanation
Answer: Option B
Explanation:
7BF16 = 7 x 162 + 11 x 161 + 15 x 160 = 1983 in
decimal = 0111 1011
1111 in binary.
37. For the minterm designation Y = m (1, 3, 5, 7) the
complete expression
is
A. Y = A BC + A B C
B. Y = A B C + A B C + ABC + A BC
C. Y = A B C + A B C + ABC + A BC
D. Y = A B C + ABC + A BC + A BC
Answer & Explanation
Answer: Option B
Explanation:
Decimal number 1 = binary number 001 = A BC Decimal
number 7 =
binary number 111= ABC, Decimal number 3 = binary
number 011= ABC
Decimal number 5 = binary number 101= ABC . Hence
result.
38. Zero suppression is not used in actual practice.
A.True B.False
Answer & Explanation
Answer: Option B
Explanation:
Zero suppression is commonly used.
39. A counter type A/D converter contains a 4 bit binary
ladder and a counter
driven by a 2 MHz clock. Then conversion time
A. 8 sec
B. 10 sec
C. 2 sec
D. 5 sec
Answer & Explanation
Answer: Option A
Explanation:
40. The hexadecimal number (3E8)16 is equal to
decimal number
A.1000 B.982
C.768 D.323
Answer & Explanation
Answer: Option A
Explanation:
3 x 162 + 14 x 161 + 8 = 1000.
41. The number of distinct Boolean expression of 4
variables is
A.16 B.256
C.1024 D.65536
Answer & Explanation
Answer: Option D
Explanation:
22n = 224 = 216 .
42. The fixed count that should be used so that the
output register will
represent the input for a 6 bit dual slope A/D converter
uses a reference of
-6v and a 1 MHz clock. It uses a fixed count of 40
(101000).
A.000110 B.0010
C.1111 D.011101
Answer & Explanation
Answer: Option A
Explanation:
43. For the K map in the given figure the simplified
Boolean expression is
A. A C + A D + ABC
B. A C + A D + ABC
C. A C + A D + ACD
D. A C + A D + AB C
Answer & Explanation
Answer: Option A
Explanation:
44. A memory system of size 16 k bytes is to be
designed using memory chips
which have 12 address lines and 4 data lines each. The
number of such
chips required to design the memory system is
A.2 B.4
C.8 D.18
Answer & Explanation
Answer: Option C
45. In a 7 segment display, LEDs b and c lit up. The
decimal number displayed
is
A.9 B.7
C.3 D.1
Answer & Explanation
Answer: Option D
Explanation:
46. AB + AB =
A.B B.A
C.1 D.0
Answer & Explanation
Answer: Option B
Explanation:
AB + AB = A(B + B) = A . 1 = A.
47. In a BCD to 7 segment decoder the minimum and
maximum number of
outputs active at any time is
A. 2 and 7
B. 3 and 7
C. 1 and 6
D. 3 and 6
Answer & Explanation
Answer: Option A
5
Explanation:
Minimum number of outputs when input is decimal 1
and maximum
number of outputs when input is decimal 8.
Learn More
48. A three state switch has three outputs. These are
A. low, low and high
B. low, high, high
C. low. floating, low
D. low, high, floating
Answer & Explanation
Answer: Option D
Explanation:
Third state is floating.
49. Maxterm designation for A + B + C is
A.M0 B.M1
C.M3 D.M4
Answer & Explanation
Answer: Option A
Explanation:
A + B + C = 000 = M0 .
50. 1's complement of 11100110 is
A.00011001 B.10000001
C.00011010 D.00000000
Answer & Explanation
Answer: Option A
Explanation:
Replace 1 by 0 and 0 by 1.
2
1.Assertion (A): A demultiplexer can be used as a
decoder.
Reason (R): A demultiplexer can be built by using AND
gates only.
A. Both A and R are correct and R is correct explanation
of A
B. Both A and R are correct but R is not correct
explanation of A
C. A is true, R is false
D. A is false, R is true
Answer & Explanation
Answer: Option C
Explanation:
Demultiplexer requires NOT gates also in addition to
AND gates.
2.
Assertion (A): The output of a NOR gate is equal to the
complement of OR
of input variables.
Reason (R): A XOR gate is a universal gate.
A. Both A and R are correct and R is correct explanation
of A
B. Both A and R are correct but R is not correct
explanation of A
C. A is true, R is false
D. A is false, R is true
Answer & Explanation
Answer: Option C
Explanation:
XOR gate is not a universal gate.
3. The number of bits in ASCII is
A.12 B.10
C.9 D.7
Answer & Explanation
Answer: Option D
Explanation:
ASCII is a 7 bit code.
4. 4 bit 2's complement representation of a decimal
number is 1000. The
number is
A. + 8
B. 0
C. - 7
D. - 8
Answer & Explanation
Answer: Option D
Explanation:
(a) and (d) both are option, But there is meaning to
represent a positive
number in 2's complement form, we take complement
representation for
negative number only. Therefore most appropriate
number is "-8".
5. In a D latch
A. data bit D is fed to S input and D to R input
B. data bit D is fed to R input and D to S input
C. data bit D is fed to both R and S inputs
D. data bit D is not fed to any input
Answer & Explanation
Answer: Option A
Explanation:
6. A 4 : 1 multiplexer requires __________ data select line.
A.1 B.2
C.3 D.4
Answer & Explanation
Answer: Option B
Explanation:
22 = 4. Hence 2 select lines.
7. The number of unused states in a 4 bit Johnson
counter is
A.2 B.4
C.8 D.12
Answer & Explanation
Answer: Option C
Explanation:
Total state = 2n = 24 = 16
Used state = 2n = 2 x 4 = 8
Unused state = 16 - 8 = 8.
8. It is desired to display the digit 7 using a seven
segment display. The LEDs
to be turned on are
A. a, b, c
B. b, c, d
C. c, d, e
D. a, b, d
Answer & Explanation
Answer: Option A
Explanation:
6
9. For a MOD-12 counter, the FF has a tpd = 60 ns The
NAND gate has a tpd of
25 n sec. The clock frequency is
A. 3.774 MHz
B. > 3.774 MHz
C. < 3.774 MHz
D. 4.167 MHz
Answer & Explanation
Answer: Option A
Explanation:
For a proper working, the clock period should be equal
to or greater than
tpd = Mod 12 - 4FFs = 4 x 60 = 240 nsec.
Total tpd = 240 + 25 = 265 nsec.
= fc and fc = 3.774 MHz.
10. 1001012 is equal to decimal number
A.47 B.37
C.21 D.17
Answer & Explanation
Answer: Option B
Explanation:
32 + 4 + 1 = 37 in decimal.
11. A Karnaugh map with 4 variables has
A. 2 cells
B. 4 cells
C. 8 cells
D. 16 cells
Answer & Explanation
Answer: Option D
Explanation:
24= 16.
12. An 8 bit data is to be entered into a parallel in
register. The number of
clock pulses required is
A.8 B.4
C.2 D.1
Answer: Option D
Explanation:
In a parallel in register only one pulse is needed to enter
data.
13. Which of the following is error correcting code?
A.EBCDIC B.Gray
C.Hamming D.ASCII
Answer & Explanation
Answer: Option C
Explanation:
Hamming code is widely used for error correction.
14. A universal shift register can shift
A. from left to right
B. from right to left
C. both from left to right and right to left
D. none of the above
Answer & Explanation
Answer: Option C
Explanation:
Both left to right and right to left operations are possible
in universal shift
register.
7
Explanation:
B and C in parallel give B + C. Similarly D and E in
parallel give D + E. (B +
C) in series with (D + E) give (B + C) (D + E). Since F is
in parallel we get F
+ (B + C) (D + E). Finally A is in series. Therefore we get
A[F + (B + C) (D
+ E)].
22. What will be BCD number when the output is 0.37 V?
A.00110111 B.10110111
C.11001000 D.01001000
Answer & Explanation
Answer: Option A
Explanation:
BCD number is (00110111).
23. The first machine cycle of an instruction is always
A. a memory read cycle
B. a fetch cycle
C. a input/output read cycle
D. a memory write cycle
Answer & Explanation
Answer: Option B
Explanation:
Fetch cycle is always first machine cycle.
24. A counter has N flip flops. The total number of states
are
A. N
B. 2 N
C. 2N
D. 4 N
Answer & Explanation
Answer: Option C
Explanation:
One flip-flop means 2 states and N flip-flops means 2N
states.
25. Out of S, R, J, K, Preset, Clear inputs to flip flops, the
synchronous inputs
are
A. S, R, J, K only
B. S, R, Preset, Clear only
C. Preset, Clear only
D. S, R only
Answer & Explanation
Answer: Option A
Explanation:
Preset and clear inputs are not applied in any fixed
sequence.
26. The Boolean expression A B is equivalent to
A. AB + AB
B. AB + AB
C. B
D. A
Answer & Explanation
Answer: Option B
Explanation:
A B = AB + AB
27. Which of these are two state devices?
A. Lamp
B. Punched card
C. Magnetic tape
D. All of the above
Answer & Explanation
Answer: Option D
Explanation:
28. What will be minimum conversion rate in 6 bit dual
slope A/D converter
uses a reference of -6v and a 1 MHz clock. It uses a fixed
count of 40
(101000).
A.9000 B.9259
C.1000 D.1000
Answer & Explanation
Answer: Option B
Explanation:
Minimum conversion rate .
29. The minimum number of NAND gates required to
implement the Boolean
function A +AB + ABC is equal to
A.0 B.1
C.4 D.7
Answer & Explanation
Answer: Option A
Explanation:
A + AB +A B C = A + AB ( 1 + C) = A + AB = A(1 + B) =
A.
30. For the K map of the given figure, the simplified
Boolean expression is
A. A C + A D + ABC
B. A B D + BC
C. A C D + AC
D. A C D + AC + BC
Answer & Explanation
Answer: Option A
Explanation:
31. The dual of A + [B + (AC)] + D is
A. A + [(B (A + C))] + D
B. A [B + AC] D
C. A + [B (A + C)] D
D. A [B (A + C)] D
Answer & Explanation
Answer: Option D
Explanation:
In taking dual OR is replaced by AND and vice versa.
32. A divide by 78 counter can be obtained by
A. 6 numbers of mod-13 counters
B. 13 numbers of mod-6 counters
C. one mod-13 counter followed by mod-6 counter
D. 13 number of mod-13 counters
Answer & Explanation
Answer: Option C
Explanation:
Modulus 13 x modulus 6 = modulus 78.
33. The initial state of MOD-16 down counter is 0110.
What state will it be
after 37 clock pulses?
A.Indeterminate B.0110
C.0101 D.0001
Answer & Explanation
8
Answer: Option D
Explanation:
A mod-16 counter goes through 16 states in one cycle of
16 Pulses.
It complete 2 cycles in 32 Pulses.
In the rest 5 Pulses, it moves down from 0110 = 610 510 = 110 or
(001)2 .
34. The number of address lines in EPROM 4096 x 8 is
A.2 B.4
C.8 D.12
Answer & Explanation
Answer: Option D
Explanation:
212 = 4096.
35. If the inputs to a 3 bit binary adder are 1112 and
1112, the output will be
1102
A.True B.False
Answer & Explanation
Answer: Option B
Explanation:
111 + 111 = 1110.
36. Which display device resembles vacuum tube?
A. LED
B. LCD
C. VF
D. None of these
Answer & Explanation
Answer: Option C
Explanation:
It is similar to triode.
37. The number of inputs and outputs of a full adder are
A. 3 and 2 respectively
B. 2 and 3 respectively
C. 4 and 2 respectively
D. 2 and 4 respectively
Answer & Explanation
Answer: Option A
Explanation:
Inputs are carry from lower bits and two other bits.
Outputs are SUM and
38. A VF display operates on the principle of a vacuum
diode.
A.True B.False
39. In a 3 input NAND gate, the number of states in
which output is 1 equals
A.8 B.1
C.6 D.5
Answer & Explanation
Answer: Option B
Explanation:
Only one input, i.e., A = 1, B = 1 and C = 1 gives low
output.
40. In a mod-12 counter the input clock frequency is 10
kHz. The output
frequency is
A. 0.833 kHz
B. 1.0 kHz
C. 0.91 kHz
D. 0.77 kHz
Answer & Explanation
Answer: Option A
Explanation:
Mod-12 counter is divide by 12 counter. Output
frequency = = 0.833
kHz.
41. The total number of input words for 4 input OR gate
is
A.20 B.16
C.12 D.8
Answer & Explanation
Answer: Option B
Explanation:
24 = 16.
42. In digital circuits Schottky transistors are preferred
over normal
transistors because of their
A. lower propagation delay
B. lower power dissipation
C. higher propagation delay
D. higher power dissipation
Answer & Explanation
Answer: Option A
Explanation:
Schottky transistors have low switching time and hence
low propagation
delay.
43. A flip flop is a
A. combinational circuit
B. memory element
C. arithmetic element
D. memory or arithmetic element
Answer & Explanation
Answer: Option B
Explanation:
It is a memory element used in digital circuits.
44. A 4 bit parallel type A/D converter uses a 6 volt
reference. How many
comparators are required and what is the resolution in
volts?
A. 0.375 V
B. 15 V
C. 4.5 V
D. 10 V
Answer & Explanation
Answer: Option A
Explanation:
No. of comparators = 2n - 1 = 24 - 1 = 15
.
45. Quantization error occurs in
A. D/A converter
B. A/D converter
C. both D/A and A/D converter
D. neither D/A nor A/D converter
Answer & Explanation
9
Answer: Option B
Explanation:
Analog input can have any value but digital value can
have only 2N
discrete levels (for N bits). Hence quantization error in
A/D conversion.
46. Which of these are universal gates?
A. Only NOR
B. Only NAND
C. Both NOR and NAND
D. NOR, NAND, OR
Answer & Explanation
Answer: Option C
Explanation:
Both NAND and NOR are called universal gates.
47. Out of latch and flip flop, which has clock input?
A. Latch only
B. Flip flop only
C. Both latch and flip flop
D. None
Answer & Explanation
Answer: Option B
Explanation:
This the main difference between latch and flip-flop.
Only flip-flop has
48. A mod 4 counter will count
A. from 0 to 4
B. from 0 to 3
C. from any number n to n + 4
D. none of the above
Answer & Explanation
Answer: Option B
Explanation:
Mod 4 counter has 4 states, 0 to 3.
49. In the given figure shows a 4 bit serial in parallel out
right shift register.
The initial contents as shown are 0110. After 3 clock
pulses the contents
will be
A.0000 B.0101
C.1010 D.1111
Answer & Explanation
Answer: Option C
Explanation:
Output of XOR gate is input to register.
50. Which of the following finds application in pocket
calculators?
A. TTL
B. CMOS
C. ECL
D. Both (a) and (c)
Answer & Explanation
Answer: Option B
Explanation:
Because of low power consumption CMOS is used in
pocket calculators.
10.
1. The inputs to logic gate are 0. The output is 1. The
gate is
A. NAND or XOR
B. OR or XOR
C. AND or XOR
D. NOR or ExNOR
Answer & Explanation
Answer: Option D
Explanation:
10
D. 50 ns
Answer & Explanation
Answer: Option A
Explanation:
B. Multiplexer
C. Demultiplexer
D. Flip flop
Answer & Explanation
Answer: Option B
Explanation:
14. A 12 bit ADC is employed to convert an analog
voltage of zero to 10 volts. The
resolution of the ADC is
A. 2.44 mV
B. 24.4 mV
C. 83.3 mV
D. 1.2 V
Answer & Explanation
Answer: Option D
Explanation:
15. Race condition always arises in
A. synchronous circuit
B. asynchronous circuit
C. combinational circuit
D. digital circuit
Answer & Explanation
Answer: Option B
Explanation:
11
Explanation:
19. The process of entering data into ROM is called
A.writing B.burning
C.decoding D.registering
Answer & Explanation
Answer: Option B
Explanation:
20. Which of the following conversion is incorrect?
A. 2048.0625 = 100000000000.00012
B. 100000011.10012 = 131.562510
C. 1011012 = 458
D. Hexadecimal B6C7 = 4679110
Answer & Explanation
Answer: Option C
Explanation:
A. RST 5.5
B. RST 7.5
C. TRAP
D. INTR
Answer & Explanation
Answer: Option C
Explanation:
26. The 8085 microprocessor is interrupted while
executing MOV instruction at
location 0210 H. What is the location at which contents
of register E are stored.
A. 054 CH
B. 054 DH
C. 054 EH
D. 054 FH
Answer & Explanation
Answer: Option C
Explanation:
27. The amplifier used in bootstrap voltage sweep
should have a gain of
A.+1
B.+
C.1
D.
28. +12 V supply is given to plates a, d, g, and 0 V to
other plates and grid of a VF
display. The plates which will glow are
A. a, d, g
B. b, c, e, f
C. all
D. none
Answer & Explanation
Answer: Option C
Explanation:
29. An interrupt in which the external device supplies its
address as well as the interrupt
is known as
A. vectored interrupt
B. maskable interrupt
C. polled interrupt
D. nonmaskable interrupt
Answer & Explanation
Answer: Option A
Explanation:
30. What is the decimal equivalent of the binary number
shown in fourth row?
A.79 B.97
C.117 D.127
Answer & Explanation
Answer: Option B
Explanation:
12
Answer & Explanation
Answer: Option C
Explanation:
13
C.7128 D.7183
Answer & Explanation
Answer: Option B
Explanation:
45. (1111.11)2 is
A.(1.01)10 B.(0.75)10
C.(15.3)10 D.(15.75)10
Answer & Explanation
Answer: Option D
46. The number of flipflops
required to build a mod19
counter is
A.4 B.5
C.6 D.7
Answer & Explanation
Answer: Option C
Explanation:
47. The number of flipflops
needed to divide the input frequency by 32 is
A.2 B.4
C.5 D.16
Answer & Explanation
Answer: Option C
48. Given two numbers A and B in sign magnitude
representation in an eight bit format
A = 00011110 and B = 10011100 then A B gives
A.10000010 B.00011111
C.10011101 D.11100001
Answer & Explanation
Answer: Option A
Explanation:
49. The 8086 arithmetic instruction work on
1. signed and unsigned numbers
2. ASCII data
3. unpacked BCD data
Select the correct answer using the codes given below :
A. 1 and 2
B. 1 and 3
C. 2 and 3
D. 1, 2 and 3
Answer & Explanation
Answer: Option C
Explanation:
11
1. Consider the followings statements: A multiplier
14
C.7.5 D.None
Answer & Explanation
8. A clock pulse is fed into 3 bit binary down count. The
signal at B output is
A.
B.
C.
D. none of these
Answer & Explanation
Answer: Option A
Explanation:
Answer: Option A
Explanation:
14. For the logic circuit given, what is the simplified
Boolean function?
A. X = AB + C
B. X = BC + A
C. X = AB + AC
D. X = AC + B
Answer & Explanation
Answer: Option B
Explanation:
15. An XOR gate with 6 variables is as follows A B C
D E F. The number
of minterms in the Boolean expression is
A.6 B.12
C.64 D.32
Answer & Explanation
Answer: Option D
Explanation:
16. Semiconductor ROM's are sometimes preferred to
semiconductor RAM's because
A. ROM's are cheaper than RAMs
B. ROMs are faster
C. ROMs do not require power supply for their operations
D. Programs stored in ROMs cannot be altered either by
the power failure or by the user
Answer & Explanation
Answer: Option D
Explanation:
17. RAMs can be built with bipolar or CMOS transistor
RAMs that are not possible
with bipolar transistors are
A. SRAM
B. SRAM, DRAM
C. DRAM
D. PROM
Answer & Explanation
Answer: Option C
Explanation:
18. RS latch can be built with
A. NOR gates
B. NAND gates
C. NOR or NAND gates
D. none of the above
Answer & Explanation
Answer: Option C
Explanation:
19. In Dtype FF, Preset (Pr) and clear (Clr) inputs are
called
A.Synchronous B.Asynchronous
C.Data D.None
Answer & Explanation
Answer: Option B
Explanation:
15
20. Which memory is available in all technologies?
A.PROM B.EEPROM
C.ROM D.EPROM
Answer & Explanation
Answer: Option A
Explanation:
C. tp < t < T
D. tp < t < T
Answer & Explanation
Answer: Option C
Explanation:
27. In a Karnaugh map for an expression having 'don't
care terms' the don't cares can be treated as
A. 0
B. 1
C. 1 or 0
D. none of the above
Answer & Explanation
Answer: Option C
Explanation:
28. Which of the following pairs of octal and binary
numbers are not equal?
A. 111 110112 = 7678
B. 1101101012 = 6658
C. 110102 = 38
D. 10101.112 = 25.68
Answer & Explanation
Answer: Option C
Explanation:
29. With a JK master slave flip flop the master is clocked
when the clock is __________ , and the slave is triggered
when the clock is __________ .
A. low, low
B. high, low
C. low, high
D. high, high
Answer & Explanation
Answer: Option B
Explanation:
30. The communicating capacitor reduces turn on time
because
A. it acts as an open circuit
B. it allows maximum base circuit to flow
C. it aids in removing the excess carrier from the base
region
D. none of these
Answer & Explanation
Answer: Option B
Explanation:
31. The output impedance of a logic pulser is
A. low
B. high
C. may be Low or High
D. can't say
Answer & Explanation
Answer: Option A
Explanation:
32. In a JK flip flop the input J = K = 1 pulse is about
A. set
B. reset
C. no change
D. toggle
16
33. In a four variable Karnaugh map, eight adjacent cells
give a
A. two variable term
B. single variable term
C. three variable term
D. four variable term
Answer & Explanation
Answer: Option B
Explanation:
34. Binary 1000 multiplied by binary 1000 gives
A.10000 B.100000
C.1000000 D.10000000
Answer & Explanation
Answer: Option C
Explanation:
35. 111012 x 100012 =
A.111101101 B.111101100
C.11110 D.1100110
Answer & Explanation
Answer: Option A
Explanation:
36. Schmitt trigger can be used as a
A. comparator
B. squarewave
generator
C. flipflop
D. all of these
Answer & Explanation
Answer: Option D
37. Most of the digital computers do not have floating
point
hardware because
A. floating point hardware is costly
B. it is slower than software
C. it is not possible to perform floating point addition by
hardware
D. of not specific reason
Answer & Explanation
Answer: Option A
Explanation:
38. Consider the following statements in connection with
CMOS inverter in figure where both the MOSFET are of
enhancement type and both have a threshold voltage of
2V
statements 1: T1 conducts when vi 2 V
statements 2: T1 is always in saturation when v0 = 0 V
Which of the following is correct?
A. Only statement 1 is true
B. Only statement 2 is true
C. Both the statement are true
D. Both the statements are false
Answer & Explanation
Answer: Option A
39. The number of FF required for a divide by 12 circuit
is
A.16 B.12
C.8 D.4
Answer & Explanation
Answer: Option D
Explanation:
41. In order to enable RST 5.5, RST 6.5 and RST 7.5
interrupts, which of the following
instructions are needed?
A. El only
B. SIM only
C. El and SIM only
D. None
Answer & Explanation
Answer: Option C
Explanation:
42. Digital technologies being used nowadays
are
A. DTL and EMOS
B. TTL, ECL, CMOS and RTL
C. TTL, ECL and CMOS
D. TTL, ECL. CMOS and DTL
Answer & Explanation
Answer: Option B
Explanation:
43. A seven bit code (even parity) 1111101 may have
error. The correct code is
A.1111101 B.1111111
C.0101011 D.1100011
Answer & Explanation
Answer: Option B
Explanation:
44. A/D parallel converter is also called flash converter.
A.True B.False
Answer & Explanation
Answer: Option A
Explanation:
45. Square root of 4 is
A.(16)16 B.(2)2
C.(8)16 D.(5)16
Answer & Explanation
Answer: Option D
Explanation:
46. Periodic recharging of the memory cells at regular
intervals of 3 to 8 millisecond is
required in a
A. ROM
B. Static RAM
C. Dynamic RAM
D. PLA
Answer & Explanation
Answer: Option C
17
Explanation:
47. The frequency of the driving network connected
between pins 1 and 2 of a 8085
chip must be
A. equal to the desired clock frequency
B. twice the desired clock frequency
C. four times the desired clock frequency
D. eight times the desired clock frequency
Answer & Explanation
Answer: Option B
Explanation:
48. Assertion (A): Divide64 counter is a Mod64 counter
and divides the input frequency by 64
Reason (R): A Mod 64 counter can be obtained by
cascading Mod 16 and Mod 4 counters.
A. Both A and R are correct and R is correct explanation
of A
B. Both A and R are correct but R is not correct
explanation of A
C. A is true, R is false
D. A is false, R is true
Answer & Explanation
Answer: Option B
Explanation:
49. In number system e.g. 6, a decade counter has to
recycle to 0 at the sixth count.
Which of the connections indicate below will realize this
resetting? (a logic 0 at
the R inputs resets the counters)
A.
B.
C.
D. None of these
Answer & Explanation
Answer: Option C
Explanation:
50. In 8085 microprocessor, in order to enable INTR
interrupt, which of the following
instruction are needed?
A. EI only
B. SIM only
C. El and SIM both
D. None
Answer & Explanation
Answer: Option A
12
1. A Read/Write memory chip has a capacity of 64 k
bytes. Assuming separate data and
address line and availability of chip enable signal, what
is the minimum number of
pins required in the IC chip?
A.28 B.26
C.24 D.22
Answer & Explanation
Answer: Option A
Explanation:
18
A. 1 only
B. 1, 3, 4
C. 1, 2, 3
D. 1, 5, 6
Answer & Explanation
Answer: Option B
Explanation:
9. As compared to TTL, ECL has
A. lower power dissipation
B. lower propagation delay
C. higher propagation delay
D. higher noise margin
Answer & Explanation
Answer: Option B
Explanation:
10. A 16megabit dynamic random access memory
(DRAM) is an integrated circuit capable of storing
__________ characters (bytes).
A. 1048567
B. 16 x 1024 x 106
C. 16 x 106
D. 2.1 x lo6
Answer & Explanation
Answer: Option D
Explanation:
11. What is the gray code word for EXOR
the binary number 101011?
A.101011 B.110101
C.111110 D.011111
Answer & Explanation
Answer: Option D
Explanation:
12. In a positive edge triggered JK flip flop, J = 1, K = 0
and clock pulse is rising Q will
A. be 0
B. be 1
C. show no change
D. toggle
Answer & Explanation
Answer: Option B
13. A 16 bit binary adder has
A. 16 half adders
B. 16 full adders
C. one half adders and 15 full adders
D. 8 half adders and eight full adders
Answer & Explanation
Answer: Option C
Explanation:
14. Digital circuits mostly use
A. Diodes
B. Bipolar transistors
C. Diodes and bipolar transistors
D. Bipolar transistors and FETs
Answer & Explanation
Answer: Option C
Explanation:
19
C. ECL gates
D. CMOS gates
Answer & Explanation
Answer: Option A
Explanation:
22. In a NOT gate the output is always the opposite of
the input.
A.True B.False
Answer & Explanation
Answer: Option A
Explanation:
23. "Microprogramming"
is a technique
A. for programming the microprocessors
B. for writing small programs efficiently
C. for programming the control steps of a computer
D. for programming output/input
Answer & Explanation
Answer: Option C
Explanation:
24. Status register in the 8156 contains information
about
A. the timer
B. the ports
C. both (a) and (b)
D. none of the above
Answer & Explanation
Answer: Option C
Explanation:
25. The noise margin of a TTL gate is about
A. 0.2 V
B. 0.4 V
C. 0.6 V
D. 0.8 V
Answer & Explanation
Answer: Option B
Explanation:
Prev 12345678910Next
26. TTL circuit with active pull up is preferred because of
its suitability for
A. wired AND operation
B. bus operated system
C. wired logic operation
D. reasonable dissipation and speed of operation
Answer & Explanation
Answer: Option D
Explanation:
27. A parity check usually can detect
A. onebitcerror
B. doublebitcerror
C. threebitcerror
D. anybit
error
Answer & Explanation
Answer: Option A
Explanation:
20
34. Status register in the 8156 is read with
A. IN 20 H
B. OUT 20 H
C. either (a) or (b)
D. none of the above
Answer & Explanation
Answer: Option A
Explanation:
35. Binary 1111 when subtracted from binary 11111 is
A.101110 B.10110
C.10000 D.100010
Answer & Explanation
Answer: Option A
Explanation:
36. Computer virus is a piece of rough software of
unknown origin that
A. copies itself like a breeding germ
B. spreads from one machine to another
C. eats away processing power
D. all of the above
Answer & Explanation
Answer: Option D
Explanation:
37. What is the result for expression (map method)?
ABC + AD + D (B + C) + AC + A D
A. A + D + BC
B. A + D
C. A D + B C
D. A + D + BC
Answer & Explanation
Answer: Option B
Explanation:
38. In a 4 bit full adder how many half adders and OR
gates are required
A. 8 and 4
B. 7 and 4
C. 7 and 3
D. 8 and 3
Answer & Explanation
Answer: Option C
Explanation:
39. Which of the following is not a specification of D/A
and A/D converters?
A.Gain B.Drift
C.Speed D.Accuracy
Answer & Explanation
Answer: Option A
Explanation:
40. Words having 8 bits are to be stored into computer
memory. The number of lines
required for writing into memory are
A.1 B.2
C.4 D.8
21
46. Decimal number 5436 when converted into 9's
complement will become
A.4356 B.4653
C.4563 D.4655
Answer & Explanation
Answer: Option C
Explanation:
A. JK flipflop
B. Master slave JK flipflop
C. T flipflop
D. Dflipflop
Answer & Explanation
Answer: Option D
Explanation:
13
1. A buffer is a device that isolates other devices.
Typically a buffer has
A. a high input impedance and a low output impedance
B. a high input impedance as well as output impedance
C. a low input impedance and a high output impedance
D. a low input impedance as well as output impedance
Answer & Explanation
Answer: Option C
Explanation:
2. Which of the following is used as switch?
22
D. all of the above
Answer & Explanation
Answer: Option D
Explanation:
9. The characteristic equation of flipflop gives the next
state QN + 1 in terms of present state QN and the
inputs. Which one of the following is the characteristic
equation of JK flipflop?
A. QN+1 = JQN + KQN
B. QN+1 = J + KQN
C. QN+1 = KQN + JQN
D. QN+1 = K + JQN
Answer & Explanation
Answer: Option A
Explanation:
10. If we need a device to shut off a few ampere current
in a few nano seconds, the
proper devices is
A.VMOS B.CMOS
C.BJT D.UJT
Answer & Explanation
Answer: Option A
Explanation:
23
Answer: Option D
Explanation:
22. A decoder can be used as a demultiplexer.
A.True B.False
Answer & Explanation
Answer: Option A
Explanation:
23. ADC 0804 is a
A. dual slope A/D converter
B. single slope A/D converter
C. successive approximation A/D converter
D. either (a) or (b)
Answer & Explanation
Answer: Option C
Explanation:
24. The noise margin of a TTL gate is about
A. 0.2 V
B. 0.4 V
C. 0.6 V
D. 0.8 V
Answer & Explanation
Answer: Option C
Explanation:
25. Assertion (A): BCD code is used in pocket calculators
Reason (R): BCD code is slower than binary.
A. Both A and R are correct and R is correct explanation
of A
B. Both A and R are correct but R is not correct
explanation of A
C. A is true, R is false
D. A is false, R is true
Answer & Explanation
Answer: Option B
Explanation:
24
B. A/D conversion
C. series to parallel conversion
D. generation of delay
Answer & Explanation
Answer: Option B
Explanation:
25
A. counts the number of program run in the machine
B. counts the number of times a subroutine is called
C. counts the number of times the loops are executed
D. points the memory address of the current or the next
instruction to be executed
Answer & Explanation
Answer: Option D
Explanation:
48. __________ switch, a T flipflop is used as __________
switch, a T flipflop is used as switch
A. toggled, delay
B. delay, toggle
C. set reset
D. reset, set
Answer & Explanation
Answer: Option B
Explanation:
49. In a three variable K map four adjacent cells give
A. single variable term
B. two variable term
C. three variable term
D. either (a) or (b)
Answer & Explanation
Answer: Option A
Explanation:
50. In 2 out of 5 code, decimal number 8 is
A.11000 B.10100
C.11000 D.1010
Answer & Explanation
Answer: Option B
Explanation:
14
1. A voltage DAC is generally slower than current DAC
A. because of more accuracy
B. because of higher resolution
C. because of response time of op amp current to
voltage converter
D. none of the above
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
C. S = 1, R = 0
D. S = R = 0
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
4. A mod2 counter followed by a mod 5 is same as
A. mod7 counter
B. A decade counter
C. mod3 counter
D. none
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
5. The write cycle time of memory is 200 nsec. The
maximum rate of data which can be stored is
A. 200 words/sec
B. 5 x 103 words/sec
C. 5 x 106 word/sec
D. 5 x 109 words/sec
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
6. Decimal 45.15 when converted into 9's complement
will become
A.54.84 B.45.48
C.48.54 D.45.84
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
7. Binary number 11011.01 when converted to its 2's
complement will become
A.0101.110 B.01111.10
C.01100.10 D.00100.11
Answer & Explanation
Answer: Option D
26
B. 1
C. CLK
D. none of these
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
10. The values of 25 in octal system is
A.40 B.20
C.400 D.200
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
11. As compared to MOS memories, bipolar memories
have
A. slower access time but are cheaper
B. slower access time and are costly
C. faster access time and are cheaper
D. faster access time and are costly
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
12. The hexadecimal number BBC7 is equivalent to
decimal number
A.49761 B.46791
C.47691 D.49761
Answer & Explanation
13. In 8085, out of interrupts given below, one particular
interrupts is quite different
from others, This interrupt is
A. RST 5.5
B. RST 6.5
C. RST 7.5
D. none of these
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
14. Which of the following is coincidence logic circuit?
A.
B.
C.
D.
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
15. An A/D converter uses for reference purposes
A. DC voltage
B. a saw tooth generator
C. set of keys
D. a flipflop
Answer & Explanation
Answer: Option B
16. A pulse stretcher is same as a
A. free running multivibrator
B. bistable multivibrator
C. monostable multivibrator
D. latch
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
17. Binary multiplication 1 x 0 =
A.1 B.0
C.10 D.11
Answer & Explanation
Answer: Option B
18. The minimum decimal equivalent of the number
11C0 is
A.183 B.194
C.268 D.269
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
19. The circuit of the given figure performs
A. OR function
B. AND function
C. exclusive OR function
D. exclusive NOR function
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
20. The hex number EB16 represents binary number of
A.11101011 B.10010110
C.10101100 D.11101011
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
21. In 8085 microprocessor, if instruction RST is written
in a program then the program
will jump to location
A. 0020 H
B. 0024 H
C. 0028 H
D. 002 CH
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
27
22. figure given below shows the internal schematic of a
TTL AND OR Invert (AOI) gate, For the input shown in the
given figure, the output Y is
A.0 B.1
C.AB D.AB
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
23. In 8085 microprocessor, the RST 5.5 interrupt
service routine start from location
A. 0020 H
B. 0024 H
C. 0028 H
D. 002 CH
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
24. Which memory requires periodic recharging?
A. All ROMS
B. All RAMS
C. Static RAM
D. Dynamic RAM
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
25. The hexadecimal number given below represent
decimal numbers which are
multiples of DC, C8, BE, 46, IE
A.2 B.6
C.7 D.10
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
26. A master slave flip flop has the characteristics that
A. change in the I/P immediately reflected in the O/P
B. change in the O/P occurs when the state of the
master is affected
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
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
27. Which of the following flipflops is used as latch?
A. JK flipflop
B. D flipflop
C. RS flipflop
D. T flipflop
28
C. 2, 4, 6
D. 2, 3, 5
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
C. Semiconductor memory
D. Core memory
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
29
45. Assertion (A): In a BCD to 7 segment decoder the
number of outputs active at one time is always the
same.
Reason (R): A decoder can be used to interface BCD
input to LED display.
A. Both A and R are correct and R is correct explanation
of A
B. Both A and R are correct but R is not correct
explanation of A
C. A is true, R is false
D. A is false, R is true
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
46. The number of flags available in 6800 are
A.6 B.5
C.7 D.4
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
47. Microprocessors were introduced in the year
A.1951 B.1961
C.1971 D.1981
Answer & Explanation
Answer: Option C
48. What is the addressing mode used in instruction
MOV M, C?
A.Direct B.Indirect
C.Induced D.Immediate
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
49. For the following decimal multiplication the result
are given in binary numbers,
Spot the incorrect relation, if any
A. 15 x 3 = 110000112
B. 42 x 1/12 = 10011.1102
C. 7.75 x 2.5 = 10011.1102
D.
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
50. Shift left and shift right operations occur in a
calculator.
A.True B.False
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
15
1. In a T flipflop
the output frequency is
A. same as input frequency
B. half of I/p frequency
C. double the input frequency
D. none
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
2. The access time of ROM using bipolar transistors is
about
A. 1 sec
B. 1 mili sec
C. 1 sec
D. 1 n sec
Answer & Explanation
3. In LIFO
A. only the top of the stack is immediately accessible
B. only the top of the stack is never accessible
C. only the firstin is accessible
D. only the firstin is not accessible
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
4. 10 in BCD code represent
A. 10100
B. 1100
C. 010111
D. None of the above
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
5. In RAM, all the information can be obtained at the
output with
A. minimum time delay
B. unequal time delay
C. nearly identical time delay
D. maximum time delay
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
6. A 1 ms pulse can be converted into a 10 ms pulse by
using which one of the
following
A. An astable multivibrator
B. Stable multivibrator
C. A bistable multivibrator
D. A JK flipflop
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
30
7. In the DRAM cell in the figure is the Vt 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
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
8. Assertion (A): The carry look ahead adder is very fast
Reason (R): The carry look ahead adder generates the
carry and sum digits directly.
A. Both A and R are correct and R is correct explanation
of A
B. Both A and R are correct but R is not correct
explanation of A
C. A is true, R is false
D. A is false, R is true
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
9. The factors which govern fan out of CMOS gates are
A. maximum permissible propagation delay
B. input capacitance of each load
C. both (a) and (b)
D. neither (a) nor (b)
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
10. Which of the following subtraction operations do not
result in F16?
1. (BA)16 ( AB)16
2. (BC)16 (CB)16
3. (CB)16 (BC)16
4. (CB)16 (BC)16
Select the correct answer
11. In 8085 microprocessor, how many I/O ports can be
accessed by direct method?
A. 8
B. 256
C. 32 K
D. 64 K
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
12. If the mantissa of a digital computer is 37 bit long
then the accuracy of the digital computer will be of
A. 37 decimal places
B. 23 decimal places
C. 11 decimal places
D. accuracy is independent of the length to mantissa
31
18. In the given figure Y =
A. A
B. B
C. A + B + C
D. ABC
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
32
29. By placing an inverter between both inputs of an
SRflipflop,the resulting flipflop becomes
A. JK flipflop
B. Dflipflop
C. Tflipflop
D. Master salve JK flipflop
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
30. Which of the following flipflop
do not have race problem?
A. T flipflop
B. D flipflop
C. JK flipflop
D. Masterslave flipflop
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
31. It is desired to route data from many registers to one
register. The device needed is
A.decoder B.multiplexer
C.demultiplexer D.counter
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
32. Advanced low power Schottky is a part of
A. ECL family
B. CMOS family
C. TTL family
D. none of the above
Answer & Explanation
33. A device that converts from decimal to binary
numbered is called
A.decoder B.encoder
C.CPU D.converter
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
34. It is desired to clean up ragged looking pulsed that
have been distorted during
transmission from one place to another, which of the
following device will be
appropriate?
A. Multiplexer
B. D/A converter
C. JK flipflop
D. Schmitt trigger
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
33
A.2 B.3
C.4 D.5
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
42. The seven bit Hamming code received is 0010001. If
even parity has been used, the
correct code is
A.0010001 B.1110001
C.0110001 D.0011001
Answer & Explanation
Answer: Option D
Explanation:
43. When two 4 bit parallel adders are cascaded we get
A. 4 bit parallel adder
B. 8 bit parallel adder
C. 16 bit parallel adder
D. none of the above
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
44. Consider the following features:
1. negative operands cannot be used
2. when immediate operand changes, the program
should be reassembled
3. the program is difficult to read
4. the size of operand is restricted by word length of the
computer
Disadvantages of immediate addressing include
A. 1 and 2
B. 2 and 4
C. 2 and 3
D. 1 and 4
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
45. Which binary addition is incorrect?
A. 1101.1 + 1011.1 = 11001.0
B. 101101 + 1101101 + 1100011
C. 0.0011 + 0.1110 + 1.0001
D. 1100.001 + 1011.011 = 10111.100
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
46. Flash ADC is
A. serial ADC
B. parallel ADC
C. seriesparallel ADC
D. successive approximation ADC
Answer & Explanation
Answer: Option B
Explanation:
34
Explanation:
No answer description available for this question. Let us
discuss.
3. The following program starts at location 0100H L X
ISP, 00FF the content if accumulator LXIH, 0701 when
the program counter MVI A, 20 H reaches 0109 H is S
BM
A. 20 H
B. 02 H
C. 00 H
D. FFH
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
4. In 8085 microprocessor, what is the length of PC
(program counter)?
A. 6 bits
B. 8 bit
C. 12 bits
D. 16 bits
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
C. (8000)H (40FF)H
D. Any of the above
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
9. D/A converters are generally
A. weighted resistor network
B. binary ladder network
C. either (a) or (b)
D. neither (a) nor (b)
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
10. Is the interruptenable flag?
A.Low B.High
C.Never D.None
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
12. Bit is
A. smallest piece of electronic hardware
B. a drilling tool
C. an abbreviation for binary digit
D. the smallest number
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
35
14. Which of the following flip flops cannot be converted
to D flip flop?
A. JK
B. SR
C. Master slave
D. None of the above
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
15. In 8086 microprocessor, if the segment register
contains 1 FAB and IP register
contains 10AI, the effective memory address is
A.20B51 B.304C
C.FBC0 D.FDB5
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
16. The recentlyintroduces
CDROM
PC by Head Start Technologies Co. of New
York enables users to view or play __________ .
A. vast amounts of text
B. graphics
C. music
D. all of the above
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
17. In 8085 microprocessor, what is the length of
Aregister?
A. 6 bits
B. 8 bits
C. 12 bits
D. 16 bits
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
18. How is inversion achieved using EXORgate?
A. Giving input signal to the two input lines of the gate
tied together
B. Giving input to one input line and logic one to the
other line
C. Giving input to one input line and logic one to the
other line
D. Inversion cannot be achieved using EXORgate
Answer & Explanation
Answer: Option C
19. For the DAC in the given figure VO=
A. 10 V
B. 5 V
C. 4 V
D. 8 V
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
20. The difference between sequential and
combinational circuits is
A. Combinational circuits store bits
B. Combinational circuits have memory
C. Sequential circuits store bits
D. Sequential circuits have memory
Answer & Explanation
Answer: Option D
21. A universal shift register can shift left or right.
A.True B.False
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
22. The circuit given below is a
A. counter
B. digital to analog converter
C. two bit series to parallel converter
D. analog to digital converter
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
23. The high voltage level of a digital signal in positive
logic is
A. 1
B. 0
C. either 1 or 0
D. 1
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
24. A 7477 decoder drives
A. seven segment display
B. nickel tape
C. relays
D. diode matrix
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
25. BCD numbers are useful whenever
A. binary to hexadecimal conversion is desired
B. binary to BCD conversion is desired
C. decimal information is transferred into or out of a
digital system
D. none of the above
Answer & Explanation
Answer: Option C
Explanation:
36
No answer description available for this question. Let us
discuss.
26. In 8085 microprocessor, what is the length of Data
Buffer Register?
A. 6 bits
B. 8 bits
C. 12 bits
D. 16 bits
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
27. In JK flip flop toggle state exists if
A. J = 0, K = 1
B. J = 1, K = 0
C. J = 0, K = 0
28. The binary number 101100.110 in octal number will
be
A.152.6 B.154.6
C.145.6 D.174.6
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
29. Thu advantage of using a dual stop ADC in a digital
voltmeter is that
A. its conversion time is small
B. its accuracy high
C. output is in BCD format
D. it does not require a comparator
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
30. Which converters uses integrating opamp?
A. Parallel A/D converter
B. Single slope A/D converter
C. Dual slope A/D converter
D. Both (b) and (c)
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
31. While __________ is the fastest unsaturated logic gate
__________ has the excellent noise immunity?
A. ECL, TTL
B. TTL, ECL
C. ECL, RTL
D. RTL, DTL
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
37
A.True B.False
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
38. Two numbers in excess3 code are added and the
result is less than 8. To get equivalent binary
A. 0011 is subtracted
B. 0011 is added
C. 0110 is subtracted
D. 0110 is added
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
39. Flow charts that contain decision symbol
A. represent straight line programs
B. do not represent straight line programs
C. all of the above
D. none of the above
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
40. The ASCII code is for information interchange by a
binary code for
A. alphabet only
B. number only
C. alphanumeric and other common symbols
D. none of these
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
41. Assertion (A): CMOS devices have very low power
consumption
Reason (R): CMOS devices have high noise margin.
A. Both A and R are correct and R is correct explanation
of A
B. Both A and R are correct but R is not correct
explanation of A
C. A is true, R is false
D. A is false, R is true
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
42. Which is known as flash converter?
A. Weighted resistor D/A converter
B. Parallel A/D converter
C. Stair step A/D converter
D. Updown counter type A/D converter
Answer & Explanation
Answer: Option B
Explanation:
38
49. A Charge Couple Device (CCD) is a
A. RAM
B. sequential accessed memory
C. content addressable memory
D. read only memory
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
50. In an RS
latch, race condition occurs when
A. R is low and S is high
B. R and S are high
C. R and S are low
D. R is high and S is low
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
17
1. The subtraction of a binary number Y from another
binary number X, done by adding the 2's complement of
Y to X results in a binary number without overflow. This
implies that the result is
A. ve and is in normal form
B. ve and 2's complement form
C. +ve and is in normal form
D. +ve and in 2's complement
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
2. The decimal equivalent of the binary number
10110.0101011101 is
A.22.2408216500 B.22.3408216750
C.22.3408213125 D.22.3408203125
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
3. The initial contents of the 4 bit serial in parallel out
right shift, shift register shown in figure is 0110. After
three clock pulses are applied, the contents of the shift
register will be
A.0000 B.0101
C.1010 D.1111
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
4. In standard TTL the totem pole stage refers to
A. multiemitter input stage
B. phase splitter
C. output buffer
D. open collector output stage
39
10. In 8085 microprocessor, which of the following is not
vectored interrupt?
A. RST 5.5
B. RST 6.5
C. RST 7.5
D. INTR
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
11. A two input OR gate is designed for positive logic.
However, it is operated with negative logic. The
resulting logic operation will then be
A.OR B.AND
C.NOR D.EXOR
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
12. A clock signal driving a 6bit
ring counter has a frequency of 1 MHz. How long is
each timing bit high?
A. 1 ms
B. 2 ms
C. 3 ms
D. 6 ms
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
13. A twisted ring counter consisting of 4 FF will have
A. 4 states
B. 8 states
C. 24 states
D. None of the above
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
14. Assertion (A): In a serial inserial
out shift register, access is available only to the
left most or right most flip flops
Reason (R): If the output of a shift register is feedback to
serial input it can be used
as a ring counter.
A. Both A and R are correct and R is correct explanation
of A
B. Both A and R are correct but R is not correct
explanation of A
C. A is true, R is false
D. A is false, R is true
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
40
20. For K map of the given figure the simplified Boolean
expression is
A. Y = A B C + A B C + A B C
B. Y = A C + B
C. Y = A B C + ABC
D. Y = A B C + AB C + ABC
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
21. Choose the appropriate turn on and turn off time of a
FET
A. 1 ns, 10ns
B. 6 ns, 18ns
C. 4 ns, 8 ns
D. 10 ns, 10 ns
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
22. Consider the following statements
1. ECL has least propagation delay
2. TTL has largest fan out
3. CMOS has highest noise margin
4. TTL has lowest power dissipation
Which of these are correct?
A. 1 and 3
B. 2 and 4
C. 3 and 4
D. 1 and 2
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
23. In Schottky TTL, a Schottky diode is used for
A. forming the gate
B. connecting the resistor
C. clamping of the basic collector junction
D. none of the above
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
24. The circuit of the given figure is
A. full adder
B. magnitude comparator
C. parity detector
D. none of the above
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
25. Which of the following ICs has only one NAND gate?
A.7410 B.7420
C.7430 D.7447
41
D. either the starting number or modulus can be
programmed
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
32. NAND gates can be used to produce edge triggering.
A.True B.False
Answer & Explanation
Answer: Option A
Explanation:
33. The number of comparator circuits required to build
a threebit simultaneous A/D converter is
A.7 B.8
C.15 D.16
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
34. 8 is equal to signed binary number
A.10001000 B.00001000
C.10000000 D.11000000
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
35. Assume that only x and y logic inputs are available.
What is the minimum number of 2 input NAND gates
required to implement x y?
A.2 B.3
C.4 D.5
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
36. The decimal equivalent of the hexadecimal number
E 5 is
A.279 B.229
C.327 D.0
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
37. The parity bit is
A. always 1
B. always 0
C. 1 or 0
D. none of the above
Answer & Explanation
38. In 2's complement representation, a certain negative
number N is 1011. The representation for + N is
A.0100 B.0101
C.0110 D.0011
42
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
45. For a logic family
VOH is the minimum output high level voltage
1. VOL is the maximum output low level voltage
2. VIH is the minimum acceptable input high level
voltage
3. VIL is the maximum acceptable input low level
voltage
The correct relationship is
A. VIH > V0H > VIL > V0L
B. VOH > VIH > VIL > V0L
C. VIH > VOH > VOL > VIL
D. VOH > VIH > VOL > VIL
Answer & Explanation
Answer: Option C
Explanation:
46. In which function is each term known as minterm?
A. SOP
B. POS
C. Hybrid
D. Both SOP and POS
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
47. How many and what are the machine cycles needed
for execution of MOV D, C?
A. 1, Fetch
B. 2, Fetch and Memory Read
C. 2, Memory Read and Memory write
D. 2, Fetch 4 Bus idle
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
48. The output data lines of microprocessor and
memories are usually tristated because
A. more than one device can transmit information over
the data bus by enabling only one device at a time
B. more than one device can transmit information over
the data bus at the same time
C. the data lines can be multiplexed for both I/P and O/P
D. it increases the speed of data transfers over the data
bus
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
49. In the NMOS inverter
A. the driver and active load are enhancement type
B. driver is enhancement type and load depletion type
C. driver is depletion type and load enhancement type
D. both driver and load are depletion type
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
50. A counter displays a sequence of numbers. If a
reading corresponds to the hexadecimal number F52E,
the next two readings are respectively
A. F52F, F520
B. F530, F531
C. F52F, F530
D. F52F, F52G
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
18
1. Monostable multivibrator is called oneshot or
singleshot circuit because it
A. can be used once
B. can be used single and not with other circuits.
C. always returns by itself to its single stable state
D. changes to quasistable for a fixed period of time upon
receipt of triggering signal.
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
2. 10's complement of 1610 is
A.8310 B.8410
C.3810 D.4810
Answer & Explanation
Answer: Option B
3. The hexadecimal number 64 AC is equivalent to
decimal number
A.25727 B.25722
C.25772 D.25777
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
4. A binary with a digits, all of which are unity has the
value
A. n2 1
B. 2n
C. 2(n 1)
D. 2n 1
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
5. In a NAND SR latch S = R = 1. Then
A. Q = 1, Q = 0
B. Q = 0, Q = 1
C. both Q and Q will be same as before
D. the latch will be set
Answer & Explanation
Answer: Option C
43
Explanation:
No answer description available for this question. Let us
discuss.
6. A microprocessor with a 16bit address bus is used in a
linear memory selection configuration (i.e., Address bus
lines are directly used as chip selects of memory chips)
with 4 memory chips. The maximum addressable
memory space is
A. 64 K
B. 16 K
C. 8 K
D. 4 K
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
7. The logic represented by the abbreviation ECL is
A. Emitter Coupled Logic
B. Electron Carrier Logic
C. Encoding Clock Logic
D. Electrostatic Channel Logic
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
8. A (A + B) =
A. A
B. B
C. A
D. B
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
9. Unlimited number of ICs 7490, 78492 and 7493 are
available. Which of these could be used to build the
dividseby60 circuit of figure
A. 7490
B. 7492
C. combination of 7490 and 7492
D. combination of 7492 and 7493
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
10. One of the function of the Sio2 layer in an IC is to
A. act as a dielectric for capacitors
B. prevent shorting of elements by interconnections
C. from cathodes for diodes
D. afford protection from the radiations
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
44
No answer description available for this question. Let us
discuss.
17. A flipflop circuit is
A.monostable B.bistable
C.multistable D.unstable
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
18. Assertion (A): The use of 2's complement has
simplified the computer hardware for arithmetic
operations
Reason (R): 2's complement is obtained by adding 1 to
1's complement.
A. Both A and R are correct and R is correct explanation
of A
B. Both A and R are correct but R is not correct
explanation of A
C. A is true, R is false
D. A is false, R is true
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
19. How many lines are there in address bus of 8085
p?
A.6 B.8
C.12 D.16
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
20. Consider the following statements Timer 555 can be
used as
1. monostable multivibrator
2. bistable multivibrator
3. astable multivibrator
Which of the above statements are correct?
A. 1 and 2
B. 1 and 3
C. 2 and 3
D. 1, 2, 3
Answer & Explanation
Answer: Option B
21. A 4 bit binary adder has 4 full adders.
A.True B.False
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
22. In floating point representation, the accuracy is
A. 10 bit
B. 9 bit
C. 8 bit
D. 6 bit
Answer & Explanation
Answer: Option B
Explanation:
23. The logic circuit in the given figure realizes the
function
A. (A + B + C) (D E)
B. (A + B + C) (D E)
C. (A + B + C) (D E)
D. (A + B + C) (D E)
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
24. The PC contains 0450 H and SP contains 08D 6 H.
What will be content of P and
SP following a CALL to subroutine at location 02 AFH?
A. 0453 H, 08 D 8 H
B. 0453 H, 08 D 4 H
C. 02 AFH, 08 D 8 H
D. 02 AFH, 08 D 4 H
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
25. An n bit ADC using Vr as reference has a resolution
(in volts) of
A.
B. Vr(n)
C.
D. 2Vr(n)
Answer & Explanation
Answer: Option C
26. The sum of 11101012 and 110112 in decimal form
will be
A.65 B.75
C.85 D.95
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
27. Binary 1111 when added to binary 11111, the result
in binary is
A.111111 B.1111
C.1000 D.10000
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
28. In the 2's complement AdderSubtractor
A. sign magnitude numbers represent negative numbers
B. the sign magnitude numbers have "1" as leading bit
C. the sign magnitude numbers have '0' as leading bit
D. 2's complement represents positive numbers
Answer & Explanation
Answer: Option C
29. The widely used binary multiplication method is
A. repeated addition
B. add and shift
45
C. shift and add
D. any of the above
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
D. 5.12 mV
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
46
42. The logic performed by the high noise immunity
logic circuit shown below is
A.OR B.AND
C.NOR D.NAND
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
43. An 8156 has A15 connected to its CE input. A14 to
A8 are unconnected, and AD7 to
AC0 are connected.Ignoring shadows, the port addresses
A. 80 H
B. 85 H
C. 82 H, 83 H
D. 80 H to 85 H
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
44. In 8085 microprocessor, what is the length of IR
(instruction register)?
A. 6 bits
B. 8 bits
C. 12 bits
D. 16 bits
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
45. A sequence detector is required to give a logical
output of 1 whenever the sequence
1011 is detected in the incoming pulse stream. Minimum
number of flipflops
needed to built the sequence detector is
A.4 B.3
C.1 D.2
Answer & Explanation
Answer: Option B
46. The contents of the program counter after the call
operation will be
A.(30F0)H B.(40F0)H
C.(50F0)H D.(60F0)H
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
47. Which is correct with respect to computer memory?
A. Only a particular address can have a particular
memory
B. Any address can have any memory
C. To read a word from computer memory, it is not
necessary to specify a location
D. None of the above
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
47
No answer description available for this question. Let us
discuss.
4. A 4 line to 16 line decoder has
A. 16 inputs and 4 outputs
B. 4 inputs and 16 outputs
C. either (a) or (b)
D. neither (a) nor (b)
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
5. Which one of the following is the correct sequence of
the numbers represented in the series given below?
A. 2, 3, 4, 5, 6......
B. 2, 4, 6, 8, 10 .....
C. 2, 4, 6, 10, 12......
D. 2, 4, 6, 10, 16 .....
Answer & Explanation
Answer: Option D
6. Consider the Boolean expression X = ABCD + ABCD +
ABCD + ACBD The simplified form of X is
A. C + D
B. BC
C. CD
D. B
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
7. In floating point representation the number of bits in
exponent is
A.8 B.7
C.6 D.5
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
8. In 8085 microprocessor, an active low signal INTA is
not needed from up service
which of the following interrupt request?
A. TRAP
B. INTR
C. RST 7.5
D. RST 5.5
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
9. Consider the following statements:
I. In the 2's complement representation, negative
numbers are stored in sign
magnitude form.
II. Taking 2's complement is equivalent to sign change.
III. In a 4 bit complement representation of a binary
number A.
48
D. points the memory address of the current or the next
instruction
Answer & Explanation
Answer: Option D
16. Which are the pending interrupts?
A.5.5 B.6.5
C.7.5 D.None
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
17. The logical expression Y = A + AB is equivalent to
A. Y = AB
B. Y = AB
C. Y = A + B
D. Y = A + B
Answer & Explanation
Answer: Option D
18. A quantization error is an essential aspect of ADC
A.True B.False
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
19. Schmitt trigger is used for wave shaping.
A.True B.False
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
20. Fundamental mode is another name for
A. level operation
B. pulse operation
C. clock operation
D. none of these
Answer & Explanation
Answer: Option B
21. Assertion (A): Decoder is not a combinational circuit.
Reason (R): Every memory element of semi conductor
form has a decoder.
A. Both A and R are correct and R is correct explanation
of A
B. Both A and R are correct but R is not correct
explanation of A
C. A is true, R is false
D. A is false, R is true
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
22. In 8085 microprocessor, in order to enable RST 5.5,
RST 6.5 and RST 7.5 interrupts, which of the following
instruction are needed?
A. EI only
B. SIM only
49
B. the precise amplitude of a digital signal is also
unimportant provided two voltage levels (0 and 1) are
quite different
C. the leading and trailing edges of a digital signal need
not be sharp
D. actual digital waves have rise and fall times of the
order of a few nano seconds
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
29. The stack is a specialized temporary __________
access memory during __________ and __________
instructions.
The 8156 of a figure has RAM locations from 2000 H to
20 FFH.
A. random, store, load
B. random, push, load
C. sequential, store, pop
D. sequential, push, pop
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
30. The 54/74164 chip is an 8bit Serial input parallel
output shift register. The clock is 1 MHz. The time
needed to shift a 8bit binary number into the chip is
A. 1 s
B. 2 s
C. 8 s
D. 16 s
Answer & Explanation
Answer: Option C
Explanation:
31. Which material is generally used for LED?
A. Compounds of silica
B. Compounds of gallium
C. Compounds of phosphorus
D. Compounds of sulphur
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
32. The counter shown in the given figure is
A. Synchronous
B. Johnson
C. Ring
D. None of the above
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
33. The number of bits in a nibble is
A.8 B.4
C.2 D.16
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
34. When all the seven segments of a display are
energized, the number shown is
A.0 B.1
C.7 D.8
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
35. In digital computer programming, subroutines are
used
A. to reduce program execution time at the expense of
more memory
B. to reduce storage requirements
C. to increase programming ease and reduce storage
requirements
D. because most of the functions are same
Answer & Explanation
Answer: Option C
36. Equation xl0 = 110010012 when solved for x gives
the value of x as
A.8 B.111
C.152 D.201
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
37. Nibble is
A. a string of 4 bits
B. a string of 8 bits
C. a string of 16 bit
D. a string of 64 bits
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
38. The sum S of A and B in a Half Adder can be
implemented by using K NAND
gates. The value of K is
A. 3
B. 4
C. 5
D. none of these
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
39. When a bit is 0 is a DDR, it makes the corresponding
port pin an __________ On the other hand, a 1 bit
programs a __________ Pin.
A. output, input
B. output, output
C. input, input
D. input, output
50
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
40. Which of the following input is not possible in case of
a SR flipflop?
A. S = 0, R = 0
B. S = 0, R = 1
C. S = 1, R = 0
D. S = 1, R = 1
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us
discuss.
41. The Truth Table shown is for a
A. CMO
B. counter
C. flipflop
D. half adder
Answer & Explanation
Answer: Option D
42. The advantages of flash memory over EEPROM are
A. higher density
B. lower cost
C. both higher density and lower cost
D. none of the above
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
43. In a JK flip flop output Qn = 1 and it does not change
when clock pulse is applied.
The possible combination of Jn and Kn is (X denotes
don't care)
A. X and 0
B. X and 1
C. 0 and X
D. 1 and X
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
44. The minimum decimal equivalent of the number
11C0 is
A.183 B.194
C.268 D.269
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
45. VF glows with __________ colour when activated.
A. Red
B. Orange
C. Bluish green
D. none of these
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.
46. The simplified logic expression for the circuit of the
given figure is
A. Y = A
B. Y = AB
C. Y = A + B
D. Y + A + B
Answer & Explanation
Answer: Option A
47. The code which provides for parity check is
A.Baudot B.ASCII
C.EBCDIC D.Excess3
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
48. The address to which a software or hardware restart
branches is known as
A. Vector location
B. SID
C. SOD
D. TRAP
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us
discuss.
49. Which device uses Pneumatic fluid?
A. LED
B. LCD
C. VF display
D. None of these
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us
discuss.
50. DeMorgan's first theorem is =
A. A . A = 0
B. A = A
C. A + B = A . B
D. AB = A + B
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us
discuss.