Which of the following construct means the execution of statements depending up on a condition test?
Sequence construct
Selection construct
Iteration construct
All of these
What is the comparison supported by switch statement?
Equality
Inequality
Approximate
Unequal comparisons
What are the instruction given to the computer to perform any kind of action?
Statements
Sentence
Expression
Word
What is the alternate name for a selection construct?
Condition construct
Decision construct
Which of the following is a selection statement?
for
while
switch
None of these
Which of the following is the alternate representation of simple if-else statement?
iff
<
?:
>
Which of the following means sequential execution of statements?
Alteration construct
Which clause is optional in a switch statement
Switch
Case
Default
finally
Which of the following also means same as that of iteration construct?
Looping construct