Logo

A. sequence
B. condition
C. repetition
D. selection

Explanation: Sequence implements processing steps that are essential in the specification of any algorithm. Condition provides the facility for selected processing based on some logical occurrence, and repetition allows for looping.

Correct Answer: selection

Last Updated: February 07, 2019