+2 votes
in Class 11 by kratos

What are sequential constructs, selective construct an iterative construct?

1 Answer

+5 votes
by kratos
 
Best answer

1. Sequential construct:

The ability to *** the program statements one after another in sequence is called sequential construct.

2. Selective construct:

It is the process of selecting certain set of statements based on a requirement for *****.

3. Iterative construct:

It is the process of the ***** of certain set of statements repeatedly until a requirement is satisfied.

...