Test Your Knowledge!

  1. In each of the following examples, write down whether the expression evaluates to True or False.
  1. 4 > 2
  2. 4 > 4
  3. 4 >= 4
  4. 6 <> 6
  5. 3 <= 2
  6. "three" <= "two"
  7. "three" <= "three"
  8. "3" <= 3
  1. Using what you have learned previously about arithmetic operators, for each of the following, write down whether the expression evaluates to True or False.
  1. 8 / 4 >= 2
  2. 4 + 5 > 3
  3. 5 * 2 > 11
  4. 16 % 3 > 5
  5. 1 ^ 15 = 1
  6. ( 1 + 8 ) < 10 > ( 4 * 2 )
  7. 4 ^ ( 12 % 5 ) < 17
  8. ( 9 - 4 ) ^ 2 < 25

 

<< Previous: Lesson Summary | Next: How Did You Do? >>