Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

1.13.2 control structures example quiz question: 1 what do we use contr…

Question

1.13.2 control structures example quiz question: 1 what do we use control structures for in javascript? control the flow of the program; how the commands execute. start our javascript program store information for later teach karel new commands

Explanation:

Brief Explanations

Control structures in JavaScript, like if - else statements and loops, are used to determine the order in which program commands execute, thus controlling the program's flow. They have nothing to do with starting a program, storing information (variables are for that), or teaching Karel new commands.

Answer:

A. Control the flow of the program; how the commands execute.