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

1 answer

The computer program described is an example of sequence.

In this context, a sequence structure means that the program follows a straight path, executing the same set of steps in the same order each time it is run, without any branching or looping involved.