0% found this document useful (0 votes)
91 views10 pages

DE

This document contains 51 multiple choice questions about digital logic concepts such as logic gates, binary, hexadecimal, and Boolean algebra. The questions cover topics including logic gate behavior, binary to decimal conversions, Boolean expressions, logic circuits, and number systems such as binary coded decimal.

Uploaded by

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

DE

This document contains 51 multiple choice questions about digital logic concepts such as logic gates, binary, hexadecimal, and Boolean algebra. The questions cover topics including logic gate behavior, binary to decimal conversions, Boolean expressions, logic circuits, and number systems such as binary coded decimal.

Uploaded by

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

1. The output of an AND gate is LOW ________.

A. all the time


B. when any input is LOW
C. when any input is HIGH
D. when all inputs are HIGH

2. Give the decimal value of binary 10010.


A. 610
B. 910
C. 1810
D. 2010
3. Convert the fractional binary number 0000.1010 to decimal.
A. 0.625
B. 0.50
C. 0.55
D. 0.10

4. If a 3-input NOR gate has eight input possibilities, how many of those possibilities will re
A. 1
B. 2
C. 7
D. 8
5. If a signal passing through a gate is inhibited by sending a LOW into one of the inputs, an
A. AND
B. NAND
C. NOR
D. OR
6. Which of the following logical operations is represented by the + sign in Boolean
algebra?
A. inversion
B. AND
C. OR
D. complementation
7. Output will be a LOW for any case when one or more inputs are zero for a(n):
A. OR gate
B. NOT gate
C. AND gate
D. NOR gate
8. The output of a NOR gate is HIGH if ________.
A. all inputs are HIGH
B. any input is HIGH
C. any input is LOW
D. all inputs are LOW
9. The format used to present the logic output for the various combinations of logic inputs to
A. Boolean constant
B. Boolean variable
C. truth table
D. input logic function
10. How many inputs of a four-input AND gate must be HIGH in order for the output of the lo
A. any one of the inputs
B. any two of the inputs
C. any three of the inputs
D. all four inputs
11. Logically, the output of a NOR gate would have the same Boolean expression as a(n):
A. NAND gate immediately followed by an inverter
B. OR gate immediately followed by an inverter
C. AND gate immediately followed by an inverter
D. NOR gate immediately followed by an inverter
12. When reading a Boolean expression, what does the word "NOT" indicate?
A. the same as
B. inversion
C. high
D. low
13. The output of an exclusive-NOR gate is HIGH if ________.
A. the inputs are equal
B. one input is HIGH, and the other input is LOW
C. the inputs are unequal
D. none of the above
14. Convert the following SOP expression to an equivalent POS expression.

A.
B.
C.
D.
15. Determine the values of A, B, C, and D that make the sum term equal to zero
A. A = 1, B = 0, C = 0, D = 0
B. A = 1, B = 0, C = 1, D = 0
C. A = 0, B = 1, C = 0, D = 0
D. A = 1, B = 0, C = 1, D = 1
16. Which of the following expressions is in the sum-of-products (SOP) form?
A. (A + B)(C + D)
B. (A)B(CD)
C. AB(CD)
D. AB + CD
17. Derive the Boolean expression for the logic circuit shown below:

A.
B.

C.

D.
18. One of De Morgan's theorems states that . Simply stated, this means that logica
A. a NOR and an AND gate with inverted inputs
B. a NAND and an OR gate with inverted inputs
C. an AND and a NOR gate with inverted inputs
D. a NOR and a NAND gate with inverted inputs
19. Applying De Morgan's theorem to the expression , we get ________.
A.
B.
C.
D.
20. Which output expression might indicate a product-of-sums circuit construction?
A.
B.
C.
D.
21. An AND gate with schematic "bubbles" on its inputs performs the same function as a (n) _
A. NOT
B. OR
C. NOR
D. NAND
22. AC + ABC = AC
A. True
B. False
23. Which Boolean algebra property allows us to group operands in an expression
example, A + B = B + A]?
A. associative
B. commutative
C. Boolean
D. distributive
24. A logic circuit that provides a HIGH output if one input or the other input, but not both, is
A. Ex-NOR gate
B. OR gate
C. Ex-OR gate
D. NAND gate
25. Which type of gate can be used to add two bits?
A. Ex-OR
B. Ex-NOR
C. Ex-NAND
D. NOR
26. Convert hexadecimal value 16 to decimal.
A. 2210
B. 1610
C. 1010
D. 2010
27. Convert binary 111111110010 to hexadecimal.
A. EE216
B. FF216
C. 2FE16
D. FD216
28. Convert the following binary
010112
A. 11
B. 35
C. 15
D. 10

29. The voltages in digital electronics are continuously variable.


A. True
B. False

30. Convert 8B3F16 to binary.


A. 35647
B. 011010
C. 1011001111100011
D. 1000101100111111

31. How many binary digits are required to count to 10010?


A. 7
B. 2
C. 3
D. 100

32. The BCD number for decimal 347 is ________.


A. 1100 1011 1000
B. 0011 0100 0111
C. 0011 0100 0001
D. 1100 1011 0110

33. The sum of 11101 + 10111 equals ________.


A. 110011
B. 100001
C. 110100
D. 100100

34. Convert the following binary number to octal.


0011010112
A. 1538
B. 3518
C. 2538
D. 3528
36. A binary number's value changes most drastically when the ________ is
changed.
A. MSB
B. frequency
C. LSB
D. duty cycle

37. Convert 11001010001101012 to hexadecimal.


A. 121035
B. CA35
C. 53AC1
D. 530121

38. The difference of 111 – 001 equals ________.


A. 100
B. 111
C. 001

D. 110

39. Convert the binary number 1100 to Gray code.


A. 0011
B. 1010
C. 1100
D. 1001
40. Which of the following is an invalid BCD code?
A. 0011
B. 1101
C. 0101
D. 1001
41. Determine the decimal equivalent of the signed binary number 11110100 in
1's complement.
A. 116
B. –12
C. 11
D. 128
42. Digital electronics is based on the ________ numbering system.
A. decimal
B. octal
C. binary
D. hexadecimal

43. The 1's complement of 10011101 is ________.


A. 01100010
B. 10011110
C. 01100001
D. 01100011
44. Convert 45710 to hexadecimal.
A. 711
B. 2C7
C. 811
D. 1C9
45. Convert the decimal number 151.75 to binary.
A. 10000111.11
B. 11010011.01
C. 00111100.00
D. 10010111.11
46. The 2's complement of 11100111 is ________.
A. 11100110
B. 00011001
C. 00011000
D. 00011010
47. Express the decimal number –37 as an 8-bit number in sign-magnitude.
A. 10100101
B. 00100101
C. 11011000
D. 11010001
48. Convert the following BCD number to decimal.
010101101001bcd
A. 539
B. 2551
C. 569
D. 1552
49. What is the result when a decimal 5238 is converted to base 16?
A. 327.375
B. 12.166
C. 1388
D. 1476
Conv

A.
B.
C.
D.

You might also like