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:
- Sequence — Statements get executed sequentially.
- Selection — Execution of statements depends on a condition test.
- Repetition\Iteration — Repetition of a set of statements depends on a condition test.