Quiznetik

Digital Electronics and Logic Design | Set 1

1. The 2s compliment form (Use 6 bit word) of the number 1010 is

Correct : B. 110110

2. AB+(A+B)’ is equivalent to

Correct : A. a ex-nor b

3. The hexadecimal number equivalent to (1762.46)8 is

Correct : B. 3f2.98

4. A three input NOR gate gives logic high output only when

Correct : D. all input are low

5. The absorption law in Boolean algebra say that

Correct : C. x + x . y = x

6. Logic X-OR operation of (4ACO)H & (B53F)H results

Correct : D. ffff

7. What is decimal equivalent of (11011.1000)2 ?

Correct : D. 27.5

8. The negative numbers in the binary system can be represented by

Correct : A. sign magnitude

9. Negative numbers cannot be represented in

Correct : D. none of the above

10. The answer of the operation (10111)2*(1110)2 in hex equivalence is

Correct : C. 142

11. The Hexadecimal number equivalent of (4057.06)8 is

Correct : B. 82f.014

12. The NAND gate output will be low if the two inputs are

Correct : D. 11

13. A binary digit is called a

Correct : A. bit

14. What is the binary equivalent of the decimal number 368

Correct : A. 101110000

15. What is the binary equivalent of the Octal number 367

Correct : A. 11110111

16. What is the binary equivalent of the Hexadecimal number 368

Correct : B. 1101101000

17. What is the binary equivalent of the decimal number 1011

Correct : C. 1111110011

18. The gray code equivalent of (1011)2 is

Correct : D. 1110

19. The decimal equivalent of hex number 1A53 is

Correct : B. 6739

20. ( 734)8 =( )16

Correct : D. 1 d c

21. The simplification of the Boolean expression (A'BC')'+ (AB'C)' is

Correct : B. 1

22. The hexadecimal number ‘A0’ has the decimal value equivalent to

Correct : D. 160

23. The Boolean expression A.B+ A.B+ A.B is equivalent to

Correct : A. a + b

24. The 2’s complement of the number 1101101 is

Correct : D. 10011

25. When simplified with Boolean Algebra (x + y)(x + z) simplifies to

Correct : D. x + yz

26. The code where all successive numbers differ from their preceding number by single bit is

Correct : D. gray.

27. -8 is equal to signed binary number

Correct : A. 10001000

28. DeMorgan’s first theorem shows the equivalence of

Correct : B. nor gate and bubbled and gate.

29. When signed numbers are used in binary arithmetic, then which one of the following notations would have unique representation for zero.

Correct : A. sign- magnitude.

30. The decimal equivalent of Binary number 11010 is

Correct : A. 26

31. 1’s complement representation of decimal number of -17 by using 8 bit

Correct : A. 1110 1110

32. The excess 3 code of decimal number 26 is

Correct : B. 1011001

33. How many AND gates are required to realize Y = CD+EF+G

Correct : D. 2

34. The hexadecimal number for (95.5)10 is

Correct : A. (5f.8) 16

35. The octal equivalent of (247) 10 is

Correct : C. ( 367) 8

36. The number 140 in octal is equivalent to

Correct : A. (96)10 .

37. The NOR gate output will be low if the two inputs are

Correct : D. all

38. Convert decimal 153 to octal. Equivalent in octal will be

Correct : A. (231)8

39. The decimal equivalent of ( 1100)2 is

Correct : A. 12

40. The binary equivalent of (FA)16 is

Correct : B. 1111 1010

41. How many two-input AND and OR gates are required to realize Y=CD+EF+G

Correct : A. 22

42. The excess-3 code of decimal 7 is represented by

Correct : D. 1010

43. When an input signal A=11001 is applied to a NOT gate serially, its output signal is

Correct : B. 110

44. The result of adding hexadecimal number A6 to 3A is

Correct : B. e0

45. A universal logic gate is one, which can be used to generate any logic function. Which of the following is a universal logic gate?

Correct : D. nand

46. Karnaugh map is used for the purpose of

Correct : C. to minimize the terms in a boolean expression.

47. The 2’s complement of the number 1101110 is

Correct : C. 10010

48. The decimal equivalent of Binary number 10101 is

Correct : A. 21

49. How many two input AND gates and two input OR gates are required to realize Y = BD+CE+AB

Correct : C. 32

50. Which of following are known as universal gates

Correct : A. nand & nor

51. Convert the octal number 7401 to Binary.

Correct : A. 1.111e+11

52. Find the hex sum of (93)16 + (DE)16 .

Correct : A. (171)16

53. Perform 2’s complement subtraction of (7)10 − (11)10 .

Correct : A. 1100 (or -4)

54. What is the Gray equivalent of (25)10

Correct : D. 10101

55. Simplify the Boolean expression F = C(B + C)(A + B + C).

Correct : A. c

56. Simplify the following expression into sum of products using Karnaugh map F(A,B,C,D) = (1,3,4,5,6,7,9,12,13)

Correct : A. a\b+c\ d+ a\d+bc\

57. Simplify F = (ABC)'+( AB)'C+ A'BC'+ A(BC)'+ AB'C.

Correct : A. ( a\ + b\ +c\ )

58. Determine the binary numbers represented by 25.5

Correct : A. 11001.1

59. Conversion of decimal number 10.625 into binary number:

Correct : A. 1010.101

60. Conversion of fractional number 0.6875 into its equivalent binary number:

Correct : A. 0.1011

61. Perform the following subtractions using 2’s complement method. 01000 – 01001

Correct : A. 1

62. Subtraction of 01100-00011 using 2’s complement method. :

Correct : A. 1001

63. Minimize the logic functionY(A,B,C,D) = IZm(0,1,2,3,5,7,8,9,11,14) . Using Karnaugh map.

Correct : A. abc d\ + a\ b\ + b\ c\ + b\ d+ a\d

64. Simplify the given expression to its Sum of Products (SOP) form Y = (A + B)(A + (AB)')C + A'(B+C')+ A'B+ ABC

Correct : A. ac+ bc+ a\b + a\ c\

65. Convert the decimal number 82.67 to its binary, hexadecimal and octal equivalents

Correct : A. (1010010.1010 1011)2; (52.ab)16 ;

66. Add 20 and (-15) using 2’s complement.

Correct : A. (100100 )2 or (+4)10

67. Add 648 and 487 in BCD code.

Correct : A. 1135

68. (23.6)10 = (X)2 FIND X

Correct : A. (10111.100110 0)2

69. (65.535)10 =(X)16 FIND X

Correct : A. (41.88f5c28)16 .

70. Convert the decimal number 430 to Excess-3 code:

Correct : A. 110110001

71. Minimize the following logic function using K-maps F(A,B,C,D) = m(1,3,5,8,9,11,15) + d(2,13)

Correct : A. a b\ c\ + c\ d + b\d + ad

72. Convert (2222)10 in Hexadecimal number.

Correct : A. 8ae

73. Divide ( 101110) 2 by ( 101)2.

Correct : A. quotient -1001 remainder - 001

74. Minimise the logic function (POS Form) F A,B,C,D) = PI M (1, 2, 3, 8, 9, 10, 11,14)× d (7, 15)

Correct : A. f=[(b+d’)+(b+ c’)’(a’+c’)+(a’ +b)]’

75. Perform following subtraction (i) 11001-10110 using 1’s complement

Correct : A. 11

76. Perform following subtraction(ii) 11011-11001 using 2’s complement

Correct : A. 10

77. Reduce the following equation using k-map Y = (ABC)'+ A(CD)'+ AB'+ ABCD'+ (AB)'C

Correct : A. b\+(ad)\

78. Write the expression for Boolean function F (A, B, C) = m (1,4,5,6,7) in standard POS form.

Correct : A. = (a+b+c)(a+b\ +c)(a+b\ +c\ )

79. Convert the decimal number 45678 to its hexadecimal equivalent number.

Correct : A. (b26e)16

80. Convert (177.25)10 to octal.

Correct : A. (261.2)8

81. Reduce the following equation using k-map Y = B C' D'+ A' B C' D+ A B C' D+ A' B C D+ A B C D

Correct : A. bc’ + bd

82. 8-bit 1’s complement form of –77.25 is

Correct : B. 10110010.10 11

83. In computers, subtraction is generally carried out by

Correct : D. 2’s compleme nt

84. The answer of the operation (10111)2*(1110)2 in hex equivalence is

Correct : C. 142

85. The decimal number equivalent of (4057.06)8 is

Correct : D. 2095.094

86. 12-bit 2’s complement of –73.75 is

Correct : C. 10110110.01 00

87. What is decimal equivalent of BCD 11011.1100 ?

Correct : B. 22.2

88. What is the binary equivalent of the decimal number 368

Correct : A. 101110000

89. (2FAOC)16 is equivalent to

Correct : B. (001011111 010 0000 1100)2

90. The octal equivalent of hexadecimal (A.B)16 is

Correct : B. 12.74

91. Logic X-OR operation of (4ACO)H & (B53F)H results

Correct : C. ffff

92. The simplified form of the Boolean expression (X+Y+XY)(X+Z) is

Correct : C. x + yz

93. The output of a logic gate is 1 when all its inputs are at logic 0. the gate is either

Correct : D. a nor or an xnor

94. 2's complement of any binary number can be calculated by

Correct : B. adding 1 to 1\s complement

95. Sum-of-Weights method is used

Correct : A. to convert from one number system to other

96. The complement of a variable is always

Correct : C. inverse

97. The difference of 111 - 001 equals

Correct : D. 110

98. The Unsigned Binary representation can only represent positive binary numbers

Correct : A. true

99. which of the following rules states that if one input of an AND gate is always 1, the output is equal to the other input?

Correct : C. a.a = a

100. Which of the number is not a representative of hexadecimal system

Correct : D. defh