A computer program will take the user on a virtual tour of a national park. The program will show the same slides in the same order every time the program is run. This program is an example of which of these structures?

(1 point)
Responses

sequence

sequence

selection

selection

iteration

iteration

array

array

1 answer

The program you described that shows the same slides in the same order every time it runs is an example of sequence. This is because the program follows a specific, predetermined order of operations without any branching or looping.