Contents

Which part of loop specifies the change in counter variable after each execution of loop?
a) both c & d                       
b) condition
c) increment                         
d) decrement

a

The loop is terminated when the condition becomes….
a) true                                   
b) false
c) not false                           
d) none of these

a

Which loop structure condition will comes before the body of loop?
a) while                                
b) do…. while
c) for                                     
d) both b & c

a

Which of the following loop condition comes after body of loop?
a) while                                 
b) do…. while
c) for                                     
d) both b & c

b

The statement within curly braces in a loop is known as loop…….
a) body                                 
b) title
c) header                                              
d) center

a

A…variable that is regularly incremented and decremented each time a loop iterates.
a) constant                           
b) control
c) terminator                        
d) counter

d