Answer the following statements true (T) or false (F)

1. A condition can be either true or false.
2. Evaluate the Boolean expression below if the variables have the following values:
x num mark y z more
5 7.0 true 10 -7 false
x < y
3. Evaluate the Boolean expression below if the variables have the following values:
x num mark y z more
5 7.0 true 10 -7 false
x + z >= y
4. Evaluate the Boolean expression below if the variables have the following values:
x num mark y z more
5 7.0 true 10 -7 false
x + y = = z + 8
5. Evaluate the Boolean expression below if the variables have the following values:
x num mark y z more
5 7.0 true 10 -7 false
!mark && (x < 6)


1. true
2. true
3. false
4. alse
5. true

Computer Science & Information Technology

You might also like to view...

Which of the following is a required setting that must be supplied when creating a database?

A. the SQL Server name B. a unique database name C. the master database configuration D. the user credentials

Computer Science & Information Technology

What is the difference between a multiuser and a multitasking system?

What will be an ideal response?

Computer Science & Information Technology

Which conditional formatting option would you choose if you wanted to apply formatting to cells whose value falls between two numbers?

A) Highlight Cells Rules B) Between Values Rules C) Color Scales D) Top/Bottom Rules

Computer Science & Information Technology

How does a ScreenTip add to a presentation?

What will be an ideal response?

Computer Science & Information Technology