Boolean Expression Quiz

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By ProProfs AI
P
ProProfs AI
Community Contributor
Quizzes Created: 81 | Total Attempts: 817
| Questions: 15 | Updated: Apr 30, 2026
Please wait...
Question 1 / 16
🏆 Rank #--
0 %
0/100
Score 0/100

1. What is the output of an AND gate when both inputs are 1?

Explanation

An AND gate outputs a high signal (1) only when both of its inputs are high (1). Therefore, when both inputs are 1, the gate performs the logical operation and produces an output of 1, indicating that the condition for the AND operation is met.

Submit
Please wait...
About This Quiz
Boolean Expression Quiz - Quiz

This Boolean Expression Quiz tests your understanding of logic gates and how to evaluate digital circuits. You'll work with AND, OR, NOT, NAND, NOR, and XOR gates to solve problems involving boolean expressions and truth tables. Perfect for grade 9 students learning digital logic fundamentals.

2.

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2. Which gate produces a 1 output when at least one input is 1?

Explanation

An OR gate outputs a 1 when at least one of its inputs is 1. This characteristic makes it essential in digital circuits where the presence of any signal should result in an active output. In contrast, AND gates require all inputs to be 1 for a 1 output, making the OR gate distinct in its functionality.

Submit

3. What does a NOT gate do to its input?

Explanation

A NOT gate, also known as an inverter, takes a binary input and produces the opposite output. If the input is 1 (true), the output becomes 0 (false), and vice versa. This fundamental operation is essential in digital electronics for logic operations and circuit design.

Submit

4. Evaluate: (1 AND 0) OR 1. What is the result?

Explanation

In Boolean logic, the expression (1 AND 0) evaluates to 0 because both conditions must be true for the AND operation to return 1. Then, applying the OR operation with 1 results in 1, as OR requires only one true condition to yield true. Thus, the final result is 1.

Submit

5. Which gate is the opposite of an OR gate?

Explanation

A NOR gate is the opposite of an OR gate because it produces a true output only when all its inputs are false. In contrast, an OR gate outputs true if at least one input is true. Thus, the NOR gate effectively negates the function of the OR gate, making it its logical opposite.

Submit

6. What is the output of a NAND gate when both inputs are 1?

Explanation

A NAND gate outputs 0 only when both of its inputs are 1. This is because a NAND gate performs the opposite function of an AND gate, which outputs 1 when both inputs are 1. Therefore, with inputs of 1 and 1, the output is 0.

Submit

7. Evaluate: NOT(1 AND 1). What is the result?

Explanation

The expression "1 AND 1" evaluates to 1 since both inputs are true. Applying the NOT operator negates this result, transforming 1 into 0. Therefore, the final output of the expression NOT(1 AND 1) is 0.

Submit

8. An XOR gate outputs 1 when its inputs are ____.

Explanation

An XOR gate, or exclusive OR gate, produces a high output (1) when its two inputs are not the same. This means that if one input is 1 and the other is 0, the output will be 1. However, if both inputs are the same (both 0 or both 1), the output is 0.

Submit

9. Evaluate: (1 OR 0) AND (0 OR 1). What is the result?

Explanation

In the expression (1 OR 0), the result is 1 since at least one operand is true. Similarly, (0 OR 1) also results in 1. Therefore, the overall evaluation (1 AND 1) yields 1, as both conditions are true.

Submit

10. True or False: An AND gate requires all inputs to be 1 for output to be 1.

Explanation

An AND gate is a basic digital logic gate that outputs a 1 (true) only when all its inputs are also 1 (true). If any input is 0 (false), the output will be 0. This characteristic defines the operation of the AND gate in binary logic.

Submit

11. What is the output of NOT(0)?

Explanation

In binary logic, the NOT operator inverts the value of a boolean expression. Since 0 represents false, applying NOT to 0 results in true, which is typically represented as 1. Thus, the output of NOT(0) is 1.

Submit

12. Evaluate: (1 AND 1) OR (0 AND 0). What is the result?

Explanation

In the expression (1 AND 1) OR (0 AND 0), the AND operation evaluates to true (1) when both operands are true. Thus, (1 AND 1) results in 1, and (0 AND 0) results in 0. The final OR operation combines these results, yielding 1, since at least one operand is true.

Submit

13. A NOR gate outputs 1 only when ____.

Submit

14. True or False: An OR gate outputs 0 when all inputs are 0.

Submit

15. Evaluate: NOT(1 OR 0). What is the result?

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (15)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What is the output of an AND gate when both inputs are 1?
Which gate produces a 1 output when at least one input is 1?
What does a NOT gate do to its input?
Evaluate: (1 AND 0) OR 1. What is the result?
Which gate is the opposite of an OR gate?
What is the output of a NAND gate when both inputs are 1?
Evaluate: NOT(1 AND 1). What is the result?
An XOR gate outputs 1 when its inputs are ____.
Evaluate: (1 OR 0) AND (0 OR 1). What is the result?
True or False: An AND gate requires all inputs to be 1 for output to...
What is the output of NOT(0)?
Evaluate: (1 AND 1) OR (0 AND 0). What is the result?
A NOR gate outputs 1 only when ____.
True or False: An OR gate outputs 0 when all inputs are 0.
Evaluate: NOT(1 OR 0). What is the result?
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!