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...
A(n) ________ is a word or phrase preceded by a # symbol that organizes and makes your posts searchable
Fill in the blank(s) with correct word
The ________ field automatically inserts the name that was entered when the software was registered
A) Title B) Author C) Subject D) Creator