The conditional portion of the If statement can contain…….
a) any valid constant
b) expression evaluated Boolean value
c) any valid variable
d) valid constant
Which is not part of If statement?
a) condition that evaluates Boolean
b) condition that evaluates true false
c) true block
d) all of these
An If statement inside true block of another If statement is called……..
a) nested IF statement
b) branched If statement
c) conditional operator
d) relational operator
What does a compound condition use to join two conditions?
a) relational operator
b) logical operator
c) relational results
d) logical results
Operators that perform operations on Boolean data are……
a) relational operator
b) logical operator
c) relational operators
d) Math operators
When using logical operators to join multiple conditions, “AND” operator means?
a) both conditions are true
b) either condition is true
c) neither condition is true
d) either condition is false