Difference between revisions of "2022 Paper 1 Revision Quiz"
(Created page with "<quiz display=simple> {In Recursion, the part of the code which runs itself is called? |type="()"} + General Case. ||Correct - Base Case. ||Incorrect - Repeating Case. ||Inco...") |
|||
Line 6: | Line 6: | ||
||Correct | ||Correct | ||
- Base Case. | - Base Case. | ||
+ | ||Incorrect | ||
+ | - Repeating Case. | ||
+ | ||Incorrect | ||
+ | - Recursive Case. | ||
+ | ||Incorrect | ||
+ | |||
+ | {In Recursion, the condition which stops the recursive calls is called? | ||
+ | |type="()"} | ||
+ | - General Case. | ||
+ | ||Correct | ||
+ | + Base Case. | ||
||Incorrect | ||Incorrect | ||
- Repeating Case. | - Repeating Case. |