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
A statement that uses relational operators to compare two values……
a) conditional statement
b) logical statement
c) relational expression
d) Boolean statement
When did statements after if statement is executed?
a) condition is true
b) condition is false
c) both a & b
d) none of these
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
The set of statements is also called….
a) block of statement
b) block of code
c) statement of block
d) code of block
Which programming statement decides?
a) if
b) break
c) assignment
d) print ()