2.2.7

Relational Operators

Test yourself

Relational Operators

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

Illustrative background for EqualityIllustrative background for Equality ?? "content

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.
Illustrative background for ComparisonIllustrative background for Comparison ?? "content

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

1Computer Systems

1.1Systems Architecture

1.2Memory & Storage

1.3Computer Networks, Connections & Protocols

1.4Network Security

1.5Systems Software

1.6Ethical, Legal, Cultural & Environmental Concern

2Computational Thinking, Algorithms and Programming

2.1Algorithms

2.2Programming Fundamentals

2.3Producing Robust Programs

2.4Boolean Logic

2.5Programming Languages & IDEs

Go student ad image

Unlock your full potential with GoStudent tutoring

  • Affordable 1:1 tutoring from the comfort of your home

  • Tutors are matched to your specific learning needs

  • 30+ school subjects covered

Book a free trial lesson