Answer the following statements true (T) or false (F)
1. The short-circuit evaluation is always performed with all expressions that contain any logical operators.
2. Decision structures and selection structures are completely different.
3. The following statement will evaluate to True:
(5 > 6) OR (12 < 14)
4. The following statement will evaluate to True:
(5 > 6) AND (12 < 14)
1. FALSE
2. FALSE
3. TRUE
4. FALSE
You might also like to view...
When __________ data is entered by the user, a program should at least ask the user to confirm that he or she intended to enter it.
Fill in the blank(s) with the appropriate word(s).
The _________ Wizard can help you save the steps you took to import or export data. A. Import or Export B. Save steps C. Data Transfer D. Database Access
Fill in the blank(s) with the appropriate word(s).
"Control" is another term for a(n) __________.
Fill in the blank(s) with the appropriate word(s).
The type vector provides the expression ____________________, which deletes the last element of vecList.
Fill in the blank(s) with the appropriate word(s).