Difference between revisions of "2022 Paper 1 Revision Quiz"
(→Arrays) |
(→Arrays) |
||
Line 121: | Line 121: | ||
||Correct | ||Correct | ||
-Only the initial memory is allocated when creating, the rest is allocated when we add items | -Only the initial memory is allocated when creating, the rest is allocated when we add items | ||
+ | ||Incorrect | ||
+ | |||
+ | {When using arrays the square brackets [] : | ||
+ | |type="()"} | ||
+ | -Are used to access the whole array | ||
+ | ||Incorrect | ||
+ | -Contain the data value to look up in the array | ||
+ | ||Incorrect | ||
+ | +Are used to access a specific element in the array | ||
+ | ||Correct | ||
+ | -Contain the data value store in the array | ||
||Incorrect | ||Incorrect | ||
Revision as of 16:34, 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