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

when x = 1 and y = 2

1. x= 1 OR y = 2 T OR T = T
2. x = 1 OR y = 3 T OR F = T
3. x=3 ORy= 2 FORT=T
4. x = 3 OR y = 3 F OR F = F
5. x = 1 AND y = 1 T AND F = F


1. True
2. True
3. True
4. False
5. False

Computer Science & Information Technology

You might also like to view...

Currently, the user must get the case right when typing the directions. Use the lower() method on strings to make the input all in lowercase, so that both “North” and “north” will work as input.

Note: This only needs to be included in the “pickRoom” function

Computer Science & Information Technology

Java programs aren't native to the OS, so the Android platform includes the Java Virtual Machine (JVM) for running Android apps written in Java on Android devices.

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

Computer Science & Information Technology

On Twitter, users maintain a ____, in which each post contains, at most, 140 characters.

A. content blog B. microblog C. syndicated blog D. master blog

Computer Science & Information Technology

WANs are widely used by organizations to link personal computers and to share printers and other resources.

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

Computer Science & Information Technology