Computer Science, asked by shashisaikia111, 8 months ago

A. Tick() the correct answer.
The statement used to jump to a particular section in the program is
2. MOVE.
b. RUN.
E GOTO
2. A loop within another loop is called a
a Circular loop.
b. Nested loop.
c. Branched loop​

Answers

Answered by santoshkapadne
1

1.

GOTO

GoTo (goto, GOTO, GO TO or other case combinations, depending on the programming language) is a statement found in many computer programming languages. ... At the machine code level, a goto is a form of branch or jump statement, in some cases combined with a stack adjustment.

2.

Nested loop

A loop within another loop is called nested loop. ... The inner loop is a part of the outer loop and must start and finish within the body of outer loop. On each iteration of outer loop, the inner loop is executed completely.

Similar questions