Difference between revisions of "2022 Paper 1 Revision Quiz"
(→Arrays) |
(→Arrays) |
||
Line 100: | Line 100: | ||
=Arrays= | =Arrays= | ||
<quiz display=simple> | <quiz display=simple> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{When considering arrays, which of the following are correct | {When considering arrays, which of the following are correct | ||
Line 146: | Line 135: | ||
||Correct | ||Correct | ||
-False | -False | ||
+ | ||Incorrect | ||
+ | {An Array is a: | ||
+ | |type="()"} | ||
+ | -Abstract Data Structure | ||
+ | ||Incorrect | ||
+ | -Dynamic Data Structure | ||
+ | ||Incorrect | ||
+ | +Static Data Structure | ||
+ | ||Correct | ||
+ | -Strong Data Structure | ||
||Incorrect | ||Incorrect | ||
</quiz> | </quiz> |
Revision as of 16:35, 3 June 2022
Contents
Recursion
Arrays
Abstract Data Types & Dynamic vs Static
Queues
Stacks
Graphs
Trees
Graph Traversal
Searching Algorithms
Sorting Algorithms
Optimisation Algorithms
Order of Complexity