0% found this document useful (0 votes)
220 views8 pages

Digital Electronics MCQs

This document provides 80 multiple choice questions about digital electronics concepts. Some of the key topics covered include: - Digital vs analog signals - Binary, hexadecimal, and other number systems - Logic gates and Boolean algebra - Digital circuits and sequential logic - Error detection and correction - Analog to digital and digital to analog conversion

Uploaded by

P Nagaswarrao
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
220 views8 pages

Digital Electronics MCQs

This document provides 80 multiple choice questions about digital electronics concepts. Some of the key topics covered include: - Digital vs analog signals - Binary, hexadecimal, and other number systems - Logic gates and Boolean algebra - Digital circuits and sequential logic - Error detection and correction - Analog to digital and digital to analog conversion

Uploaded by

P Nagaswarrao
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Digital Electronics MCQs

1. A digital circuit processes ____________signals.


Ans. Digital

2. A signal which varies continuously concerning time, and can take any value is called
_________.
Ans. Analogue Signals

3. A _____________ signal is a signal that is not continuous in time and amplitude.


Ans. Digital

4. A group of any 8 bits is called ____________.


Ans. Byte

5. In TTL input voltage profile, the Vmin= ______ Volts and V max = _____ volts.
Ans. 0, 0.8

6. The time between the rise and the fall of a single pulse is called the___________.
Ans. Pulse width(tw)

7. A periodic pulse waveform is one that does not repeat itself at a fixed interval of the
period (T). (State true or false)
Ans. False

8. If 0V and 2V are the two voltage levels, then they are represented in negative logic
system as______________.
(a) 0V=High, 2V=Low
(b) 0V= Low, 2V=High
Ans. a) 0V=High, 2V=Low

9. The important logic operations are: _______________.


(a) Only AND and NOT
(b) Only AND, and OR.
(c) Only OR, and NOT
(d) AND, OR, and NOT.
Ans. D) AND, OR, and NOT

10. In the case of AND operation, if all the inputs are 1, then the result of AND operation
is ___________.
Ans. 1

11. _____________ logic is not synchronized by a clock signal.


Ans. Asynchronous sequential

1
12. A ____________ is a type of logic circuit whose output depends not only on the
present value of its input signals but also on the history of its inputs.
Ans. Sequential logic

13. A transistor acts as a _________ and, can represent the binary number.
Ans. Switch

14. The base of a decimal number system is _____________.


Ans. 10

15. The base of _____________ system is 2 because there are only two digits.
Ans. Binary number

16. The base of Hexadecimal number system is _____________.


Ans. 16

17. The decimal equivalent of 144.20753)8 is ________________.


Ans. 100.26510

18. The hexadecimal value for (15054.166464)8 is ___________.


Ans. 1A2C.3B4D

19. The binary additions of 1 + 1 + 1 = ____________.


Ans. (11)2

20. When we subtract 1 from 0, (i.e. 0-1), we require a borrow from the next higher
column. (State true or false)
Ans. True

21. In sign-magnitude form, the number (10100)2 represents ____ in decimal.= (─ 4)10
Ans. (─ 4)10

22. 1’s complement of Binary number 101010 is ___________________.


Ans. 010101

23. The 2’s complement of Binary number 00101 is _______________.


Ans. 11011

24. 2’s complement is not used to represent negative numbers. (State true or false)
Ans. False

25. In 1’s complement subtraction, we take the 1’s complement of the minuend. (State
true or false)
Ans. False

26. In 1’s complement subtraction, if there is a carry after addition, then the result is ___.
Ans. Positive
2
27. When we subtract (1101)2 from (1001)2 using 2’s complement method, the result is
in ______________ form.
Ans. 2’s complement

28. 2’s complement subtraction of 10001- 1001= ___________.


Ans. 1000

29. The number system is a collection of the number to represent the quantifiable
information. (State true or false)
Ans. True

30. In the decimal number system we have ten different digits 1, 2, 3, 4, 5, 6, 7, 8, 9, and
10. (State true or false)
Ans. False

31. In BCD, each decimal digit is represented by a ______ bit binary code.
Ans. Four

32. In BCD, which of the following codes is invalid?


(a) 1000 (b) 1011 (c) 0101 (d) 1001
Ans. 1011

33. The BCD code for decimal number (6838)10 is _________.


Ans. 0110100000111001(BCD)

34. The BCD code 1001011000010101 represents ________ in decimal.


Ans. 9615

35. ___________ systems store the most significant byte of a word in the smallest address
and the least significant byte is stored in the largest address.
Ans. Big-endian

36. For the decimal number 235, the packed BCD is ___________.
Ans. 0000 0010 00000011 00000101

37. The ___________ code is an unweighted code.


Ans. Gray

38. The Gary code is called unit distance code because there is a single bit change when
we go from one code to the next successive code. (State true or false)
Ans. True

39. The Gray code for binary number110010 is ___________.


Ans. 101011

3
40. The codes that can represent both letters and numbers are called ________ codes.
Ans. Alphanumeric

41. ASCII stands for ___________.


Ans. American Standard Code for Information Interchange

42. ___ is also an alphanumeric code used by IBM mainframes for its operating systems.
Ans. EBCDIC

43. The code ______ is the same for the letter N in ASCII and + sign in EBCIDIC code.
Ans. 4E

44. ___________ provides a unique number for every character, irrespective of the
platform, program, and language.
Ans. Unicode

45. ___________ is the detection of errors caused by noise or other impairments during
transmission from the transmitter to the receiver.
Ans. Error detection

46. In the case of odd-parity the parity bit is chosen such that the total number of 1s
(including the parity bit) is odd. (State true or false)
Ans. True

47. The message 010 with odd parity will be sent as __________.
Ans. 0010

48. When an input or output line on a logic circuit symbol has no bubble on it, that line is
said to be _________.
Ans. Active-HIGH

49. The gates which can produce any logic functions are called ____________ gates.
Ans. Universal

50. How many NAND gates are required to realize a AND function?
Ans. Two

51. A quantitative measure of Noise immunity is called ___________.


Ans. Noise Margin

52. The maximum number of inputs that can be connected to a logic gate without any
impairment of its normal operation is referred to as ___________.
Ans. Fan-in

53. ___________ of a gate is defined as the maximum number of other inputs that can be
driven from a single output of a gate without causing any false output.
Ans. Fan-out
4
54. High-level output voltage (VOH) is the minimum voltage level available for a logical
1 at an input. (State true or false)
Ans. False

55. ____ is a table that lists all possible input combinations and corresponding outputs.
Ans. Truth table

56. __________ produces a high output (i.e. logic 1) when one or more of its inputs are
high and it produces a low output (i.e. logic 0) when all the inputs are low.
Ans. OR gate

57. The 'Exclusive-NOR' gate is a circuit that will give a high output when an odd number
of its inputs are HIGH (i.e. 1), otherwise, it will give a LOW (i.e. 0) output. (State true or
false)
Ans. False

58. ____________ is the symbol for the AND operation.


Ans. Dot(· )

59. The mathematical expression to represent the logical OR operation is given by____.
Ans. A + B

60. The value of a NOT expression is always opposite to that of the input value. (true or
false)
Ans. True

61. In 1854, __________developed the Boolean algebra.


Ans. George Boole

62. Boolean addition (+) is similar to _________ function and Boolean multiplication (·)
is similar to _________ function.
Ans. OR, AND

63. A+B = B+A is __________ law of addition.


Ans. Commutative

64. A + A B= ____________.
Ans. A + B

65. According to one of the Demorgan’s theorems, the complement of the sum of
variables is equal to the product of the complements of the variables. (State true or false)
Ans. True

66. A _________ is an expression formed with binary variables, the two binary operators
AND and OR, one unary operator NOT, parentheses, and an equal sign.
Ans. Boolean function
5
67. Dual of the Boolean expression AIBI + ABI is ___________.
Ans. (AI+ BI ) ( A+BI )

68. A ___________ expression consists of several product terms logically added.


Ans. Sum of products (SOP)

69. A standard POS expression is also called __________.


Ans. Canonical POS form

70. When a sum of products form of a logic expression is in canonical form, each product
term is called ___________.
Ans. Minterm

71. A __________ takes digital data at its input and converts it into an analogueue voltage
or current that is proportional to the weighted sum of digital inputs.
Ans. D/A converter

72. The ____________of a D/A converter is the difference between the actual analogueue
output and the ideal expected output when a given digital input is applied.
Ans. Accuracy

73. ___________ is the ratio of the largest output to the smallest output, excluding zero,
expressed in dB.
Ans. Dynamic range

74. In weighted resistance, values are weighted following the ________ weights of the
digital inputs.
Ans. Binary

75. The advantage of a weighted D/A converter is that resistors used in the network have
a wide range of values (True or False?).
Ans. False

76. The process of conversion of the analogueue signal to a digital signal is referred to
as______.
Ans. Analogueue-to-digital conversion

77. The resolution of the A/D converter is the number of _________values it can produce
over the range of analogue values.
Ans. Discrete

78. Dither is a very small amount of ____________noise which is added to the input
before conversion.
Ans. Random

6
79. The accuracy represents the actual analogue input and the full-scale weighted
equivalent of the output code corresponding to the actual analogue input. (True or False?)
Ans. True

80. A successive-approximation ADC uses a _________to successively narrow a range


that contains the input voltage
Ans. Comparator

81. In integrating ADC unknown input voltage is applied to the input of the integrator and
allowed to ramp for a fixed period called __________.
Ans. Run-up period

82. Counter Type ADC uses a__________ that feeds a DAC.


Ans. Up-down counter

83. For the counter with three flip-flops, the natural count is equal to ________.
Ans. 8

84. In ________ counters all the flip-flops are not clocked by the same clock and all flip-
flops do not change their state in exact synchronism with the applied clock pulses.
Ans. Asynchronous

85. ___________drives are plug-and-play flash-memory data storage devices integrated


with the USB interface.
Ans. USB flash

86. PLD stands for ____________.


Ans. Programmable logic device

87. In PLDs, the functions are defined at the time of manufacture. (State true or false)
Ans. False

88. PLDs provide an array of _____ gates and _____ gates on a single chip.
Ans. AND, OR

89. SPLD is the acronym for __________


Ans. Simple Programmable Logic Device

90. In __________, the AND array is programmable and the OR arrays are fixed.
Ans. PAL

91. GAL has the same logical properties as that of PAL but can be erased and
reprogrammed. (True or False?).
Ans. True

7
92. A Complex Programmable Logic Device (CPLD) is a combination of a fully
programmable AND/OR array and a bank of __________.
Ans. Macrocells

93. The advantage of CPLDs is that more complex designs can be implemented. (State
true or false)
Ans. True

94. FPGA stands for __________


Ans. Field Programmable Gate Array

95. The primary memory uses memory cells to store the number and the number stored
can be changed over time. (State true or false)
Ans. True

96. __________ memory loses its contents when power is turned off.
Ans. Volatile

97. In a computer system, ROM is used to store data, program instructions, and the results
of any intermediate calculations. (State true or false)
Ans. False

98. EPROM stands for _________.


Ans. Erasable Programmable Read-Only Memory

99. The ___ is a graphical representation of different states of a given sequential circuit.
Ans. State diagram

100. The __________ table lists the present state, the next state, and the flip-flop inputs
required to achieve that.
Ans. Excitation

You might also like