Test your knowledge with free interactive questions on Seneca — used by over 10 million students.

Boolean Operators

Boolean operators perform logical operations and always result in True or False values.

AND

AND

  • AND evaluates to True if and only if both operands are True.
    • True AND True = True.
    • True AND False = False.
    • False AND True = False.
    • False AND False = False.
OR

OR

  • OR evaluates to True if any of the two operands are True:
    • True OR True = True.
    • True OR False = True.
    • False OR True = True.
    • False OR False = False.
NOT

NOT

  • NOT negates a logical value.
    • NOT True = False.
    • NOT False = True.
Jump to other topics
1

Problem Solving

2

Programming

3

Data

4

Computers

5

Communication & The Internet

6

The Bigger Picture

Practice questions on Boolean Operators

Can you answer these? Test yourself with free interactive practice on Seneca — used by over 10 million students.

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
Answer all questions on Boolean Operators

Unlock your full potential with Seneca Premium

  • Unlimited access to 10,000+ open-ended exam questions

  • Mini-mock exams based on your study history

  • Unlock 800+ premium courses & e-books

Get started with Seneca Premium