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
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
Computer Science,
4 months ago
English,
4 months ago
Social Sciences,
4 months ago
Math,
8 months ago
Science,
8 months ago
Physics,
11 months ago
Math,
11 months ago
Biology,
11 months ago