Difference between revisions of "2022 Paper 1 Revision Quiz"
(→Queues) |
(→Queues) |
||
Line 115: | Line 115: | ||
||Incorrect | ||Incorrect | ||
+ First in First Out. | + First in First Out. | ||
+ | ||Correct | ||
+ | |||
+ | {Look at this graph: | ||
+ | |||
+ | [[File:Graph-4.jpg|300px]] | ||
+ | |||
+ | select the appropriate options below: | ||
+ | |type="[]"} | ||
+ | - The degree of vertex A is 3 | ||
+ | ||Incorrect | ||
+ | - The degree of vertex D is 1 | ||
+ | ||Incorrect | ||
+ | + The degree of vertex B is 3 | ||
+ | ||Correct | ||
+ | + The degree of vertex E is 1 | ||
||Correct | ||Correct | ||
Line 132: | Line 147: | ||
||Correct | ||Correct | ||
+ | {Look at this graph: | ||
+ | |||
+ | [[File:Graph1.png|300px]] | ||
+ | |||
+ | select the appropriate options below: | ||
+ | |type="[]"} | ||
+ | - Directed | ||
+ | ||Incorrect | ||
+ | + UnDirected | ||
+ | ||Correct | ||
+ | + Weighted | ||
+ | ||Correct | ||
+ | - Unweighted | ||
+ | ||Incorrect | ||
</quiz> | </quiz> | ||
Revision as of 08:41, 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