Which of the following also means same as that of iteration construct?
Condition construct
Decision construct
Sequence construct
Looping construct
What is the alternate name for a selection construct?
Iteration construct
What is the fall of control to the following cases of matching case called as?
Break-through
Exit-through
Fall-through
goto
What are the instruction given to the computer to perform any kind of action?
Statements
Sentence
Expression
Word
Which clause is optional in a switch statement
Switch
Case
Default
finally
Which of the following construct means the execution of statements depending up on a condition test?
Selection construct
All of these
Which of the following means sequential execution of statements?
Alteration construct
Which of the following test a value against a set of integer constants(that include characters also)?
If
Else if
What is the comparison supported by switch statement?
Equality
Inequality
Approximate
Unequal comparisons
Which of the statement's absence can cause a fall-through in a switch statement?
continue
break
exit