2.2.7

Relational Operators

Test yourself on Relational Operators

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

Relational Operators

Relational operators compare two values, and produce a True or False value.

Equality

Equality

  • We can test if two values are equal using the equality operator. For example:
    • 2 == 2 would evaluate to True.
  • We can test if two values are not equal using the not-equal-to operator:
    • 2 != 2 would evaluate to False.
Comparison

Comparison

  • We can compare two numbers using the less than and greater than signs. For example:
    • 2 < 3 evaluates to True.
    • 2 > 3 evaluates to False.
  • We can test for less than or equal, or greater than or equal like this:
    • 2 <= 3 evaluates to True.
    • 3 >= 3 evaluates to True.
Jump to other topics
1

Computer Systems

1.1

Systems Architecture

1.2

Memory & Storage

1.3

Computer Networks, Connections & Protocols

1.4

Network Security

1.5

Systems Software

1.6

Ethical, Legal, Cultural & Environmental Concern

2

Computational Thinking, Algorithms & Programming

2.1

Algorithms

2.2

Programming Fundamentals

2.3

Producing Robust Programs

2.4

Boolean Logic

2.5

Programming Languages & IDEs

Practice questions on Relational Operators

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

  1. 1
  2. 2
Answer all questions on Relational 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