Partially w h r e a i f l g o t m n p d DOWN: 1) Step by step list of instructions 4) When you know the exact number of iterations, this loop is used Across: 2)When a process/set of actions is to be repeated, these statements are used. 3) In looping, Each execution of a statement/block of statements is technically termed as______ 5) This loop statement is also called as exit-controlled loop 1 4 [a] f 2 l o o p i n g [g] r [o] 3 i t e r a t i o n [i] [t] 5 d o w h i l e [m]
Answer options
A
algorithm, for, iteration, do-while
B
Incorrect option A
C
Incorrect option B
D
Incorrect option C
Correct answer: algorithm, for, iteration, do-while
Explanation
Crossword: 1-Down=algorithm, 4-Down=for, 2-Across=looping, 3-Across=iteration, 5-Across=do-while.