MCQOPTIONS
Saved Bookmarks
This section includes 239 Mcqs, each offering curated multiple-choice questions to sharpen your Digital Electronics knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
An unweighted code in which only one bit changes from one code number to the next is ________. |
| A. | BCD |
| B. | Excess-3 |
| C. | Gray |
| D. | ASCII |
| Answer» D. ASCII | |
| 52. |
Hexadecimal 44 is ________ in binary. |
| A. | 1000100 |
| B. | 10011010 |
| C. | 1011000 |
| D. | 10001100 |
| Answer» B. 10011010 | |
| 53. |
Octal-to-binary conversion is accomplished by simply replacing each octal digit with its 4-bit binary equivalent. |
| A. | 1 |
| B. | |
| Answer» C. | |
| 54. |
The ________ number system has a base of sixteen. |
| A. | Johnson |
| B. | hexadecimal |
| C. | binary |
| D. | octal |
| Answer» C. binary | |
| 55. |
A debugging utility is used to take the "bugs" out of a program. |
| A. | 1 |
| B. | |
| Answer» B. | |
| 56. |
A string of 64 bits has 9 bytes. |
| A. | 1 |
| B. | |
| Answer» C. | |
| 57. |
________ symbols are needed to represent all digits in hexadecimal. |
| A. | Six |
| B. | Ten |
| C. | Twelve |
| D. | Sixteen |
| Answer» E. | |
| 58. |
Adding a zero to the leftmost bit of an ASCII code is called ________. |
| A. | extra zero |
| B. | zero padding |
| Answer» C. | |
| 59. |
The Gray code has a base of eight. |
| A. | 1 |
| B. | |
| Answer» C. | |
| 60. |
The hexadecimal equivalent of a decimal number would produce a larger number than the original decimal number. |
| A. | 1 |
| B. | |
| Answer» C. | |
| 61. |
ASCII stands for American Standard Code for Information Interchange. |
| A. | 1 |
| B. | |
| Answer» B. | |
| 62. |
The decimal number system consists of the digits 0–10. |
| A. | 1 |
| B. | |
| Answer» C. | |
| 63. |
Hexadecimal 44 is ________ in decimal. |
| A. | 6810 |
| B. | 7410 |
| C. | 7710 |
| D. | 9810 |
| Answer» B. 7410 | |
| 64. |
The 2's complement of the binary number 1000 is ________. |
| A. | 111 |
| B. | 110 |
| C. | 1110 |
| D. | 1000 |
| Answer» E. | |
| 65. |
In the decimal number 481, the powers-of-10 weight of the digit 4 is ________. |
| A. | 400 |
| B. | 102 |
| C. | 104 |
| D. | 100 |
| Answer» C. 104 | |
| 66. |
The 1's complement of a binary number is derived by changing 0s to 1s and 1s to 0s. |
| A. | 1 |
| B. | |
| Answer» B. | |
| 67. |
Each position in a decimal multidigit number will have a weighting factor based on a power of only 10. |
| A. | 1 |
| B. | |
| Answer» B. | |
| 68. |
Decimal 2875 is ________ bytes in binary. |
| A. | 2 |
| B. | 3 |
| C. | 4 |
| D. | 5 |
| Answer» B. 3 | |
| 69. |
The decimal equivalent of the BCD number 1010 is ________. |
| A. | 8 |
| B. | 10 |
| C. | 12 |
| D. | invalid |
| Answer» E. | |
| 70. |
Hexadecimal 12 is ________in binary. |
| A. | 10111 |
| B. | 10100 |
| C. | 10010 |
| D. | 100001 |
| Answer» D. 100001 | |
| 71. |
A parity bit is used to detect an error in data transmission caused by noise. |
| A. | 1 |
| B. | |
| Answer» B. | |
| 72. |
The ASCII code is a special code that represents all alphanumeric data. |
| A. | 1 |
| B. | |
| Answer» B. | |
| 73. |
A byte has 8 bits. |
| A. | 1 |
| B. | |
| Answer» B. | |
| 74. |
Repeated division-by-10 is used to convert decimal numbers to binary numbers. |
| A. | 1 |
| B. | |
| Answer» C. | |
| 75. |
Odd-parity 9E16 is ________ decimal. |
| A. | 30 |
| B. | 158 |
| C. | 78 |
| D. | Nothing. Parity does not check. |
| Answer» B. 158 | |
| 76. |
Binary 0010111101111110 is ________ in hexadecimal. |
| A. | 77F216 |
| B. | 4EEE16 |
| C. | 2F7E16 |
| D. | 2F7716 |
| Answer» D. 2F7716 | |
| 77. |
In even parity, the sum of the individual bits in the code group must be even. |
| A. | 1 |
| B. | |
| Answer» C. | |
| 78. |
The BCD equivalent of 73 is 01001001. |
| A. | 1 |
| B. | |
| Answer» C. | |
| 79. |
Resistors—usually 300 apiece—inserted between a decoder and a 7-segment display are ________. |
| A. | pull-up resistors to keep logic HIGH when the input is open |
| B. | sense resistors to enable a test of logic levels |
| C. | current limiting resistors for the 7-segment display |
| D. | surge resistors to prevent damage from power-line variations |
| Answer» D. surge resistors to prevent damage from power-line variations | |
| 80. |
When converting from decimal to binary by the repeated division-by-two method, the initial remainder becomes the MSD. |
| A. | 1 |
| B. | |
| Answer» C. | |
| 81. |
The primary advantage of the hexadecimal numbering system is the ease in conversion between the binary and hexadecimal systems. |
| A. | 1 |
| B. | |
| Answer» C. | |
| 82. |
Decimal 12 is ________ in hexadecimal. |
| A. | 1216 |
| B. | C16 |
| C. | A216 |
| D. | A16 |
| Answer» C. A216 | |
| 83. |
The decimal fraction 1/4 can be written in binary as________. |
| A. | 0.01 |
| B. | 0.1 |
| C. | 0.11 |
| D. | 0.011 |
| Answer» B. 0.1 | |
| 84. |
A good example of the use of a digital representation of an analog quantity is the audio recording of music. |
| A. | 1 |
| B. | |
| Answer» C. | |
| 85. |
Decimal 474 is ________ in BCD. |
| A. | 0100 0111 0100 |
| B. | 0100 1011 0101 |
| C. | 0100 1001 0011 |
| D. | 0110 1011 1001 |
| Answer» B. 0100 1011 0101 | |
| 86. |
The column weight of the "1" in the hexadecimal number 1AB is ________. |
| A. | 64 |
| B. | 256 |
| C. | 512 |
| D. | 1024 |
| Answer» C. 512 | |
| 87. |
The hexadecimal number system consists of 16 digits, 0–15. |
| A. | 1 |
| B. | |
| Answer» C. | |
| 88. |
The word size is defined as the number of bits in the binary word that a digital system operates on. |
| A. | 1 |
| B. | |
| Answer» B. | |
| 89. |
Manufacturers of computers utilize 3-bit codes to indicate operations or instructions. |
| A. | 1 |
| B. | |
| Answer» C. | |
| 90. |
1210 = 11012 = C16 = 00010010 BCD |
| A. | 1 |
| B. | |
| Answer» C. | |
| 91. |
A binary number with four digits has a maximum value of 15. |
| A. | 1 |
| B. | |
| Answer» B. | |
| 92. |
In binary, the decimal number 93 converts to ________ digits. |
| A. | seven |
| B. | eight |
| C. | 11 |
| D. | five |
| Answer» B. eight | |
| 93. |
A computer will use ASCII code to store information internally. |
| A. | 1 |
| B. | |
| Answer» C. | |
| 94. |
The hexadecimal numbering system uses base 15. |
| A. | 1 |
| B. | |
| Answer» C. | |
| 95. |
Many digital electronic systems work in hexadecimal instead of binary. |
| A. | 1 |
| B. | |
| Answer» C. | |
| 96. |
The largest BCD number that can be represented with four binary bits is ________. |
| A. | 9 |
| B. | 10 |
| C. | 15 |
| D. | 16 |
| Answer» B. 10 | |
| 97. |
A binary number can be converted to a decimal number by summing the decimal values of the weights of all the 1s in the binary number. |
| A. | 1 |
| B. | |
| Answer» B. | |
| 98. |
Digital systems operate only on discrete digits that represent numbers, letters, or symbols. |
| A. | 1 |
| B. | |
| Answer» B. | |
| 99. |
Overflow can occur if two signed numbers are added and ________. |
| A. | they have opposite signs |
| B. | they have the same sign |
| C. | both of the above |
| D. | none of the above |
| Answer» C. both of the above | |
| 100. |
A positive binary number is represented by a 1 sign bit. |
| A. | 1 |
| B. | |
| Answer» C. | |