Computer

Boolean Algebra & Logic Gates MCQs with Answers

Which of the following is the result of AND operation for two true values?
a) True
b) False
c) Undefined
d) Zero

Answer
a) True

What is the output of the OR gate if both inputs are false?
a) True
b) False
c) 1
d) 0

Answer
b) False

Which logic gate is represented by the symbol of a triangle with a small circle at its output?
a) AND gate
b) OR gate
c) NAND gate
d) NOT gate

Answer
c) NAND gate

Which of the following Boolean expressions represents an AND gate?
a) A + B
b) A * B
c) A + A
d) A * A

Answer
b) A * B

Which Boolean identity is represented by A + 0 = A?
a) Identity law
b) Complement law
c) Domination law
d) Idempotent law

Answer
a) Identity law

Which of the following is the result of the operation A + A?
a) A
b) 1
c) 0
d) A’

Answer
a) A

In a NOT gate, what is the output when the input is true?
a) True
b) False
c) 1
d) 0

Answer
b) False

Which of the following is the Boolean equivalent of the expression (A + B)’?
a) A’ + B’
b) A’ * B’
c) A + B
d) A * B

Answer
b) A’ * B’

What is the result of the Boolean expression A * 1?
a) 1
b) A
c) 0
d) A’

Answer
b) A

Which logic gate performs a logic operation that is the opposite of AND?
a) NAND
b) NOR
c) XOR
d) NOT

Answer
a) NAND

Which Boolean operation is represented by the symbol “A * B”?
a) AND
b) OR
c) NOT
d) XOR

Answer
a) AND

The identity A * 1 = A is an example of which Boolean law?
a) Identity law
b) Null law
c) Idempotent law
d) Complement law

Answer
a) Identity law

Which of the following is the Boolean simplification of the expression A + A’?
a) 1
b) A
c) 0
d) A’

Answer
a) 1

What is the output of the XOR gate when both inputs are different?
a) 0
b) 1
c) A
d) A’

Answer
b) 1

What does a NOR gate do?
a) It produces a true output only if all inputs are true.
b) It produces a true output only if all inputs are false.
c) It produces a true output if at least one input is true.
d) It produces a true output if at least one input is false.

Answer
b) It produces a true output only if all inputs are false.

Which of the following is an example of a universal gate?
a) AND
b) OR
c) NAND
d) NOT

Answer
c) NAND

Which of the following Boolean expressions is equal to A’ + B’ ?
a) (A + B)’
b) (A * B)’
c) A * B
d) A + B

Answer
a) (A + B)’

What is the result of the Boolean expression A * 0?
a) A
b) 1
c) 0
d) A’

Answer
c) 0

Which gate is used to invert the input?
a) AND
b) OR
c) NOT
d) NAND

Answer
c) NOT

What does a XOR gate produce when both inputs are the same?
a) True
b) False
c) 1
d) 0

Answer
b) False

Which of the following Boolean expressions is true for all values of A?
a) A + A’ = 1
b) A * A’ = 1
c) A + A = 0
d) A * A = A

Answer
a) A + A’ = 1

Which of the following is the result of A * A?
a) 0
b) 1
c) A
d) A’

Answer
c) A

What is the result of the Boolean expression A’ * B?
a) A + B
b) A * B
c) A’ + B
d) A’ * B

Answer
d) A’ * B

Which logic gate has the symbol of an “OR” symbol with a small circle on the output?
a) AND
b) OR
c) NOR
d) XOR

Answer
c) NOR

Which of the following is the correct simplification of the expression A * (A + B)?
a) A
b) A + B
c) A’
d) A * B

Answer
a) A

Which of the following Boolean laws applies to the equation A * 0 = 0?
a) Complement law
b) Idempotent law
c) Null law
d) Identity law

Answer
c) Null law

Which of the following expressions is an example of a Boolean expression that simplifies to 1?
a) A + A’
b) A * A
c) A + B
d) A * B

Answer
a) A + A’

What is the simplified form of the Boolean expression A * B + A * C?
a) A + B * C
b) A * (B + C)
c) A * B + C
d) A * B * C

Answer
b) A * (B + C)

What is the output of an AND gate with inputs A = 0 and B = 1?
a) 0
b) 1
c) Undefined
d) False

Answer
a) 0

Which of the following represents the truth table for a NAND gate?
a) The output is 1 when both inputs are 1.
b) The output is 0 when both inputs are 1.
c) The output is 0 when both inputs are 0.
d) The output is 1 when one input is 0.

Answer
b) The output is 0 when both inputs are 1.

What is the Boolean simplification of the expression (A + B) * (A + B’)?
a) A + B
b) A
c) A’
d) A * B

Answer
a) A + B

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button