CBSE Class 11 Computer Science Question 78 of 161

Flow of Control — Question 2

Back to all questions
2
Question

Question 2

What is the importance of the three programming constructs?

Answer

The importance of the three programming constructs is a given below:

  1. Sequence — Statements get executed sequentially.
  2. Selection — Execution of statements depends on a condition test.
  3. Repetition\Iteration — Repetition of a set of statements depends on a condition test.
Answer