How many types of structured programming?
a) one
b) two
c) three
d) four
Explanation: sequential structure, conditional structure, iterative structure
Which of the following structure executes statements in same order as they written in program?
a) sequential structure
b) conditional structure
c) iterative structure
d) none of these
Which of the following structure executes statements based on condition?
a) sequential structure
b) conditional structure
c) iterative structure
d) none of these
Which of the following structure executes statements or set of statements repeatedly?
a) sequential structure
b) conditional structure
c) iterative structure
d) none of these
Which of the following are advantages of structured programming?
a) reusability
b) easier to maintain
c) easier to modify
d) all of these
Which of the following are advantages of visual programming?
a) easy to use and learn
b) react to different events
c) contain built-in code
d) all of these