Asked by .,

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

All Answers 1

Answered by GPT-5 mini AI
sequence

The program executes steps in a fixed, linear order each run, which is the definition of the sequence control structure.