114k views
5 votes
Question 5

2 pts
The type of control structure that
causes a branch forward at some
point, causing a portion of the
program to be skipped, is:
a selection structure.
O a seguential structure
a repetition structure
a loop structure

User Geoff Genz
by
7.5k points

1 Answer

4 votes

Answer:

Selection structure.

Step-by-step explanation:

In a decision structure (selection structure), there is a branch forward at some point, which causes a portion of the program to be skipped. A loop structure (repetition structure) contains a branch to a previous statement in the program module, which results in a block of statements that can be executed many times.

User Jonathan Soeder
by
5.8k points