Respuesta :

Baraq

Based on computer operation analysis, A sequence control structure changes the order in which instructions are carried out by directing the computer to execute a statement elsewhere in the program.

Generally, the sequence control structure is characterized by its line-by-line execution features.

It is a process of command by which statements are executed in a chronological order they are placed in the program.

Sequence control structure can be used for many operations, including the following:

  • Read or write operations,
  • Arithmetic operations,
  • Assignments to variables, etc.

Hence, in this case, it is concluded that the correct answer is "Sequence control structure."

Learn more about Sequence control structure here: https://brainly.com/question/24694068