set-10
451. equal to
- 10
- 2.8
- 280
- 28
Show me the answer
Answer: 4. 28
Explanation:
- The expression evaluates to:
- Therefore, the correct answer is 28.
452. The binary number 1101 is equal to the decimal number
- 13
- 11
- 49
- 3
Show me the answer
Answer: 1. 13
Explanation:
- The binary number 1101 converts to decimal as:
- Therefore, the correct answer is 13.
453. The binary number 11011101 is equal to the decimal number
- 121
- 441
- 221
- 256
Show me the answer
Answer: 3. 221
Explanation:
- The binary number 11011101 converts to decimal as:
- Therefore, the correct answer is 221.
454. The decimal number 17 is equal to the binary number
- 10010
- 10001
- 11000
- 01001
Show me the answer
Answer: 2. 10001
Explanation:
- The decimal number 17 converts to binary as:
- Therefore, the correct answer is 10001.
455. The decimal number 175 is equal to the binary number
- 11001111
- 10101111
- 10101110
- 11101111
Show me the answer
Answer: 2. 10101111
Explanation:
- The decimal number 175 converts to binary as:
- Therefore, the correct answer is 10101111.
456. The sum of 11010 + 01111 equals
- 101001
- 110101
- 101010
- 101000
Show me the answer
Answer: 1. 101001
Explanation:
- The sum of 11010 and 01111 is:
- Therefore, the correct answer is 101001.
457. The difference of 110 - 010 equals
- 001
- 101
- 010
- 100
Show me the answer
Answer: 4. 100
Explanation:
- The difference of 110 and 010 is:
- Therefore, the correct answer is 100.
458. The 1’s complement of 10111001 is
- 01000111
- 11000110
- 01000110
- 10101010
Show me the answer
Answer: 3. 01000110
Explanation:
- The 1’s complement of 10111001 is obtained by flipping all the bits:
- Therefore, the correct answer is 01000110.
459. The 2’s complement of 11001000 is
- 00110111
- 01001000
- 00110001
- 00111000
Show me the answer
Answer: 4. 00111000
Explanation:
- The 2’s complement of 11001000 is obtained by flipping all the bits and adding 1:
- Therefore, the correct answer is 00111000.
460. The decimal number -34 is expressed in the 2’s complement form as
- 01011110
- 11011110
- 10100010
- 01011101
Show me the answer
Answer: 2. 11011110
Explanation:
- The 2’s complement representation of -34 is obtained by taking the 2’s complement of the positive value:
- Therefore, the correct answer is 11011110.
461. The decimal number +122 is expressed in the 2’s complement form as
- 01111010
- 01000101
- 11111010
- 10000101
Show me the answer
Answer: 1. 01111010
Explanation:
- The 2’s complement representation of +122 is the same as its binary representation:
- Therefore, the correct answer is 01111010.
462. A single-precision floating-point binary number has a total of
- 8 bits
- 24 bits
- 16 bits
- 32 bits
Show me the answer
Answer: 4. 32 bits
Explanation:
- A single-precision floating-point binary number has a total of 32 bits.
- Therefore, the correct answer is 32 bits.
463. In the 2’s complement form, the binary number 10010011 is equal to the decimal number
- -19
- +91
- +109
- -109
Show me the answer
Answer: 4. -109
Explanation:
- The binary number 10010011 in 2’s complement form represents a negative number.
- The decimal value is calculated as:
- Therefore, the correct answer is -109.
464. The binary number 101100111001010100001 can be written in hexadecimal as
- 5471238
- 2634521s
- 5471241s
- 23162501s
Show me the answer
Answer: 3. 5471241s
Explanation:
- The binary number 101100111001010100001 can be grouped into 4-bit segments and converted to hexadecimal:
- Therefore, the correct answer is 5471241s.
465. The binary number 10001101010001101111 can be written in hexadecimal as
Show me the answer
Answer: 2.
Explanation:
- The binary number 10001101010001101111 can be grouped into 4-bit segments and converted to hexadecimal:
- Therefore, the correct answer is .
466. The binary number for is
- 1111011110101001
- 1111111010110001
- 1110111110101001
- 1111011010101001
Show me the answer
Answer: 1. 1111011110101001
Explanation:
- The hexadecimal number F7A9 converts to binary as:
- Therefore, the correct answer is 1111011110101001.
467. The BCD number for decimal 473 is
- 111011010
- 010001110011
- 110001110011
- 010011110011
Show me the answer
Answer: 2. 010001110011
Explanation:
- The BCD (Binary-Coded Decimal) representation of 473 is:
- Therefore, the correct answer is 010001110011.
468. Refer to Table 2-7. The word STOP in ASCII is
- 1010011101010010011111010000
- 1001010110110110011101010001
- 1010010100110010011101010000
- 1010011101010010011101100100
Show me the answer
Answer: 1. 1010011101010010011111010000
Explanation:
- The ASCII representation of the word STOP is:
- Therefore, the correct answer is 1010011101010010011111010000.
469. The number of parity bits to be added o an 8-bit word for constructing Hamming code for detection
- 1
- 3
- 2
- 4
Show me the answer
Answer: 4. 4
Explanation:
- For an 8-bit word, the number of parity bits required for Hamming code is:
Where ( m = 8 ), so ( r = 4 ). - Therefore, the correct answer is 4.
470. A 7-bit Hamming code (even parity) 001001 for a BCD digit is known to have single error the encoded BCD digit is
- 9
- 3
- 5
- 0
Show me the answer
Answer: 1. 9
Explanation:
- The 7-bit Hamming code 001001 with even parity and a single error corresponds to the BCD digit 9.
- Therefore, the correct answer is 9.
471. When the input to an inverter is HIGH (I), the output is
- HIGH or 1
- HIGH or 0
- LOW or 1
- LOW or 0
Show me the answer
Answer: 4. LOW or 0
Explanation:
- An inverter outputs LOW (0) when the input is HIGH (1).
- Therefore, the correct answer is LOW or 0.
472. An inverter performs an operation known as
- Complementation
- Inversion
- Assertion
- Both answers (A) and (B)
Show me the answer
Answer: 4. Both answers (A) and (B)
Explanation:
- An inverter performs complementation and inversion of the input signal.
- Therefore, the correct answer is Both answers (A) and (B).
473. The output of an AND gate with inputs A, B, and C is a 1 (HIGH) when
- A = 1, B = 1, C = 1
- A = 0, B = 0, C = 0
- A = 1, B = 0, C = 1
- Only answers (A) and (C)
Show me the answer
Answer: 4. Only answers (A) and (C)
Explanation:
- The output of an AND gate is 1 (HIGH) only when all inputs are 1.
- Therefore, the correct answer is Only answers (A) and (C).
474. A pulse is applied to each input of a 2-input NAND gate. One pulse goes HIGH at t = 0 and goes back LOW at t = 1ms. The other pulse goes HIGH at t = 0.8 ms and goes back LOW at t = 3ms. The output pulse can be described as follows:
- It goes LOW at t = 0 and back HIGH at t = 3ms
- It goes LOW at t = 0.8 ms and back HIGH at t = 3 ms
- It goes LOW at t = 0.8 ms and back HIGH at t = 1 ms
- It goes LOW at t = 0.8 ms and back LOW at t = 1 ms
Show me the answer
Answer: 3. It goes LOW at t = 0.8 ms and back HIGH at t = 1 ms
Explanation:
- The output of a NAND gate goes LOW when both inputs are HIGH.
- Therefore, the output goes LOW at t = 0.8 ms and back HIGH at t = 1 ms.
- The correct answer is It goes LOW at t = 0.8 ms and back HIGH at t = 1 ms.
475. A pulse is applied to each input of a 2-input NOR gate, one pulse goes HIGH at t = 0 and goes back LOW at t = 1ms. The other pulse goes HIGH at t = 0.8 ms and goes back LOW at t = 3 ms. The output pulse can be described as follows:
- It goes LOW at t = 0 and back HIGH at t = 3 ms.
- It goes LOW at t = 0.8 ms and back HIGH at t = 3ms
- It goes LOW at t = 0.8 ms and back HIGH at t = 1 ms
- It goes HIGH at t = 0.8 ms and back LOW at t = 1 ms
Show me the answer
Answer: 1. It goes LOW at t = 0 and back HIGH at t = 3 ms.
Explanation:
- The output of a NOR gate goes LOW when any input is HIGH.
- Therefore, the output goes LOW at t = 0 and back HIGH at t = 3 ms.
- The correct answer is It goes LOW at t = 0 and back HIGH at t = 3 ms.
476. A pulse is applied to each input of an exclusive-OR gate. One pulse goes HIGH at t = 0 and goes back LOW at t = 1 ms. The other pulse goes HIGH at t = 0.8 ms and goes back LOW at t = 3 ms. The output pulse can be described as follows:
- It goes HIGH at t = 0 and back LOW at t = 3 ms
- It goes HIGH at t = 0 and back LOW at t = 0.8ms
- It goes HIGH at t = .1 ms and back LOW at t = 3ms
- Both answers (B) and (C)
Show me the answer
Answer: 4. Both answers (B) and (C)
Explanation:
- The output of an XOR gate goes HIGH when inputs are different.
- Therefore, the output goes HIGH at t = 0 and back LOW at t = 0.8 ms, and again HIGH at t = 1 ms and back LOW at t = 3 ms.
- The correct answer is Both answers (B) and (C).
477. For and AND gate
- All LOW input produce a HIGH output
- Output is HIGH if and only if all inputs are HIGH
- Output is LOW if and only if all inputs are HIGH
- Output is LOW if and only if all inputs are LOW
Show me the answer
Answer: 2. Output is HIGH if and only if all inputs are HIGH
Explanation:
- The output of an AND gate is HIGH only when all inputs are HIGH.
- Therefore, the correct answer is Output is HIGH if and only if all inputs are HIGH.
478. The output of a gate is LOW when atleast one of its inputs is HIGH. This is true for
- AND
- OR
- NAND
- NOR
Show me the answer
Answer: 4. NOR
Explanation:
- The output of a NOR gate is LOW when at least one input is HIGH.
- Therefore, the correct answer is NOR.
479. The output of a gate is LOW when atleast one of its inputs is LOW. It is true for
- AND
- NAND
- OR
- NOR
Show me the answer
Answer: 1. AND
Explanation:
- The output of an AND gate is LOW when at least one input is LOW.
- Therefore, the correct answer is AND.
480. The output of a gate is HIGH when atleast one of its inputs is LOW. It is true for
- XOR
- NOR
- NAND
- OR
Show me the answer
Answer: 3. NAND
Explanation:
- The output of a NAND gate is HIGH when at least one input is LOW.
- Therefore, the correct answer is NAND.
481. The output of a gate is HIGH when atleast one of its inputs is HIGH. It is true for
- NAND
- OR
- AND
- XOR
Show me the answer
Answer: 2. OR
Explanation:
- The output of an OR gate is HIGH when at least one input is HIGH.
- Therefore, the correct answer is OR.
482. The output of a gate is HIGH if and only if all its inputs are HIGH. It is true for
- XOR
- OR
- AND
- NAND
Show me the answer
Answer: 3. AND
Explanation:
- The output of an AND gate is HIGH only when all inputs are HIGH.
- Therefore, the correct answer is AND.
483. The output of a gate is LOW if and only if all its inputs are HIGH. It is true for
- AND
- NOR
- XNOR
- NAND
Show me the answer
Answer: 4. NAND
Explanation:
- The output of a NAND gate is LOW only when all inputs are HIGH.
- Therefore, the correct answer is NAND.
484. The output of a gate is HIGH if and only if all its inputs are LOW. It is true for
- NOR
- NAND
- XOR
- XNOR
Show me the answer
Answer: 1. NOR
Explanation:
- The output of a NOR gate is HIGH only when all inputs are LOW.
- Therefore, the correct answer is NOR.
485. The output of a gate is LOW if and only if all its inputs are LOW. It is true for
- XOR
- OR
- AND
- NOR
Show me the answer
Answer: 2. OR
Explanation:
- The output of an OR gate is LOW only when all inputs are LOW.
- Therefore, the correct answer is OR.
486. The output of a 2-input gates is 1 if and only if its inputs are unequal. It is true for
- OR
- XNOR
- XOR
- NOR
Show me the answer
Answer: 3. XOR
Explanation:
- The output of an XOR gate is 1 only when inputs are unequal.
- Therefore, the correct answer is XOR.
487. The output of a 2-input gates is 0 if and only if its inputs are unequal. It is true for
- XNOR
- NOR
- AND
- NAND
Show me the answer
Answer: 1. XNOR
Explanation:
- The output of an XNOR gate is 0 only when inputs are unequal.
- Therefore, the correct answer is XNOR.
488. The output of a 2-input gates is 1 if and only if its inputs are equal. It is true for
- AND
- OR
- XOR
- XNOR
Show me the answer
Answer: 4. XNOR
Explanation:
- The output of an XNOR gate is 1 only when inputs are equal.
- Therefore, the correct answer is XNOR.
489. The output of a 2-input gates is 0 if and only if its inputs are unequal. It is true for
- AND
- OR
- XOR
- NOR
Show me the answer
Answer: 3. XOR
Explanation:
- The output of an XOR gate is 0 only when inputs are unequal.
- Therefore, the correct answer is XOR.
490. The most suitable gate for comparing two bits is
- AND
- NAND
- OR
- XOR
Show me the answer
Answer: 4. XOR
Explanation:
- The XOR gate is the most suitable for comparing two bits, as it outputs 1 when the bits are different.
- Therefore, the correct answer is XOR.
491. Which of the following gates can be used as an inverter?
- AND
- XOR
- OR
- None of the above
Show me the answer
Answer: 2. XOR
Explanation:
- An XOR gate can be used as an inverter by connecting one input to a constant HIGH (1).
- Therefore, the correct answer is XOR.
492. Which of the following gates cannot be used as an inverter?
- NAND
- NOR
- AND
- XNOR
Show me the answer
Answer: 3. AND
Explanation:
- An AND gate cannot be used as an inverter because it does not invert the input signal.
- Therefore, the correct answer is AND.
493. The maximum number of 3-inputs gates in a 16-pin IC will be
- 2
- 4
- 3
- 5
Show me the answer
Answer: 3. 3
Explanation:
- A 16-pin IC can accommodate a maximum of 3 3-input gates, as each gate requires 3 input pins and 1 output pin.
- Therefore, the correct answer is 3.
494. A quality having continuous values is
- A digital quantity
- A binary quantity
- An analog quantity
- A natural quantity
Show me the answer
Answer: 3. An analog quantity
Explanation:
- A quantity having continuous values is referred to as an analog quantity.
- Therefore, the correct answer is An analog quantity.
495. The term bit means
- A small amount of data
- Binary digit
- A 1 or a 0
- Both answers (B) and (C)
Show me the answer
Answer: 4. Both answers (B) and (C)
Explanation:
- The term bit stands for binary digit, which can be either 1 or 0.
- Therefore, the correct answer is Both answers (B) and (C).
496. The time interval on the leading edge of a pulse between 10% and 90% of the amplitude is the
- Rise time
- Pulse width
- Fall time
- Period
Show me the answer
Answer: 1. Rise time
Explanation:
- The time interval between 10% and 90% of the amplitude on the leading edge of a pulse is known as the rise time.
- Therefore, the correct answer is Rise time.
497. A pulse in a certain waveform occurs every 10 ms. The frequency is
- 1 kHz
- 100Hz
- 1 Hz
- 10 Hz
Show me the answer
Answer: 2. 100Hz
Explanation:
- The frequency of a pulse occurring every 10 ms is:
- Therefore, the correct answer is 100Hz.
498. In a certain digital waveform, the period is twice the pulse width. The duty cycle is
- 100%
- 50%
- 200%
- 150%
Show me the answer
Answer: 2. 50%
Explanation:
- If the period is twice the pulse width, the duty cycle is:
- Therefore, the correct answer is 50%.
499. An inverter
- Performs the NOT operation
- Changes a LOW to a HIGH
- Changes a HIGH to a LOW
- Does all of the above
Show me the answer
Answer: 4. Does all of the above
Explanation:
- An inverter performs the NOT operation, changes a LOW to a HIGH, and changes a HIGH to a LOW.
- Therefore, the correct answer is Does all of the above.
500. The output of an AND gate is HIGH when
- Any input is HIGH
- No inputs are HIGH
- All inputs are HIGH
- Both answers (A) and (C)
Show me the answer
Answer: 3. All inputs are HIGH
Explanation:
- The output of an AND gate is HIGH only when all inputs are HIGH.
- Therefore, the correct answer is All inputs are HIGH.