Referenced from lesson Starting to Program

Boolean expressions are yes-or-no questions and will always evaluate to either true (“yes”) or false (“no”). What will each of the expressions below evaluate to? Write down the result in the blanks provided, and type them into Pyret if you’re not sure.

1) 3 <= 4

7) "a" > "b"

2) 3 == 2

8) "a" < "b"

3) 2 < 4

9) "a" == "b"

4) 3 <> 3

10) "a" <> "b"

5) 5 >= 5

11) "a" <> "a"

6) 4 >= 6

12) "a" == "a"

13) In your own words, desribe what > does.

14) In your own words, describe what <= does.

15) In your own words, desribe what <> does.

16) How many Numbers are there in the entire universe?

17) How many Strings are there in the entire universe?

18) How many Images are there in the entire universe?

19) How many Booleans are there in the entire universe?

These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, and 1738598). CCbadge Bootstrap:Integrated Oklahoma by Jen Poole is licensed under a Creative Commons 4.0 Unported License. Based on a work at www.BootstrapWorld.org. Permissions beyond the scope of this license may be available by contacting schanzer@BootstrapWorld.org.