Difference between revisions of "2022 Paper 1 Revision Quiz"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(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.

Revision as of 10:10, 2 June 2022

1. In Recursion, the part of the code which runs itself is called?

General Case.
Correct
Base Case.
Incorrect
Repeating Case.
Incorrect
Recursive Case.
Incorrect

2. In Recursion, the condition which stops the recursive calls is called?

General Case.
Correct
Base Case.
Incorrect
Repeating Case.
Incorrect
Recursive Case.
Incorrect

Your score is 0 / 0