1.

What are sequential construct, selection, and iteration?

Answer»

1.  Sequential construct: 

The ability’ of executing the program statements one after another in sequence is called sequential construct.

2.  Selection:

The process of selecting certain set of statements based on a requirement for – execution is called selection.

3.  Iteration :

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



Discussion

No Comment Found

Related InterviewSolutions