Which is the odd one out?
Sequentially
Selectively
Iteratively
Simply
Which of the following is a selection statement?
for
while
switch
None of these
What are the instruction given to the computer to perform any kind of action?
Statements
Sentence
Expression
Word
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
When will a Switch case exit from a matching case?
On reaching break
On reaching stop
On reaching exit
On reaching next 'case'
Which of the following also means same as that of iteration construct?
Condition construct
Decision construct
Looping construct
Which of the following is an alternative to '?' operator?
If
What is an if statement inside another if statement called as?
Looping if
Nested if
Breaking if
elseif ladder
Which of the following proceeds with repetition of a set of statements depending upon a condition test?