Contents

Which of the following structure executes a statement or set of statements repeatedly?
a) sequential structure       
b) selection structure
c) repetition structure      
d) all of these

c

A statement that uses relational operators to compare two values……
a) conditional statement   
b) logical statement
c) relational expression   
d) Boolean statement

c

When did statements after if statement is executed?
a) condition is true            
b) condition is false
c) both a & b                       
d) none of these

a

Which of the following is syntax of if statement?
a) if{condition} statement                
b) if(condition) statement
c) if” condition” statement
d) all of these

b

The set of statements is also called….
a) block of statement
b) block of code
c) statement of block  
d) code of block

a

Which programming statement decides?
a) if                                       
b) break
c) assignment                      
d) print ()

a