Difference between revisions of "2022 Paper 1 Revision Quiz"
Line 96: | Line 96: | ||
What will be the final value returned for the call Fact(5): | What will be the final value returned for the call Fact(5): | ||
{ 120 } | { 120 } | ||
+ | </quiz> | ||
+ | |||
+ | =Arrays= | ||
+ | <quiz display=simple> | ||
+ | {In Recursion, the part of the code which runs itself is called? | ||
+ | |type="()"} | ||
+ | + General Case. | ||
+ | ||Correct | ||
+ | - Base Case. | ||
+ | ||Incorrect | ||
+ | - Repeating Case. | ||
+ | ||Incorrect | ||
+ | - Recursive Case. | ||
+ | ||Incorrect | ||
</quiz> | </quiz> |
Revision as of 09:48, 2 June 2022
Recursion