What are the basic
entities of structured programming?
a) control structures
b) control
programs
c) control execution
d) control application
How many types of control statements?
a) one
b) two
c) three
d) four
(conditional statement, Repetition statement)
How many types of conditional/selection statement?
a) one
b) two
c) three
d) four
(if statement, if-else statement, nested if statement, switch statement)
The simplest form of selection structure is.
a) if statement
b) if-else statement
c) nested if
d) switch statement
It executes statement or block of statement when condition is true and vice versa.
a) if statement
b) if-else statement
c) nested if
d) switch statement
……is used for multiple choices or selection.
a) if statement
b) if-else statement
c) nested if
d) switch statement