Answer the following statements true (T) or false (F)
1. The following condition evaluates to True. (T/F)
("DOG" > and "CAT") And ("CAT" > "BIRD") And ("BIRD" > "aardvark")
2. Assume that A, B, and C are conditions, with A being true, B being true, and C being false.
Give the truth value of (A And (Not B)).
3. Assume that A, B, and C are conditions, with A being true, B being true, and C being false.
Give the truth value of (A And Not (B or C)).
4. Assume that A, B, and C are conditions, with A being true, B being true, and C being false.
Give the truth value of (Not (A And B)).
5. Is the following condition true or false (assume a = 2, b = 3, and c = 3)?
(a = c) Or (b = c)
1. False
2. False
3. False
4. False
5. True
You might also like to view...
Which of the following statements will print a single line containing "hello there"?
a. System.out.println( "hello" ); System.out.println( " there" ); b. System.out.println( "hello" , " there" ); c. System.out.println( "hello" ); System.out.print( " there" ); d. System.out.print( "hello" ); System.out.println( " there" );
The CPU machine cycle starts with the Fetch step
Indicate whether the statement is true or false
ACCDB is a file type used to exchange documents independent of software applications and operating systems
Indicate whether the statement is true or false
The ____________________ command adds rows to a table.
Fill in the blank(s) with the appropriate word(s).