Difference between revisions of "Section A AL"
(→Fundamentals of data structures) |
|||
Line 5: | Line 5: | ||
This section covers short answer theory questions on the topics within unit 1 from both year 1 and 2.: | This section covers short answer theory questions on the topics within unit 1 from both year 1 and 2.: | ||
− | |||
==Fundamentals of programming== | ==Fundamentals of programming== | ||
+ | ===Year 1=== | ||
[[Pseudo Code]] - {{done}} | [[Pseudo Code]] - {{done}} | ||
Line 27: | Line 27: | ||
[[Handling Exceptions]] - {{done}} | [[Handling Exceptions]] - {{done}} | ||
+ | |||
+ | ===Year 2=== | ||
+ | |||
+ | [[Programming Paradigms]] - {{done}} | ||
+ | |||
+ | [[Object Orientated Programming]] - {{done}} | ||
+ | |||
+ | [[Recursion]] - {{done}} | ||
==Fundamentals of data structures== | ==Fundamentals of data structures== |
Revision as of 15:30, 28 December 2018
Introduction
You are advised to spend no more than 45 minutes on this section. Questions will examine the specification content not specific to the Preliminary Material.
This section covers short answer theory questions on the topics within unit 1 from both year 1 and 2.:
Fundamentals of programming
Year 1
Constants - Variables - Data Types -
Parameters - Global Variables -
Year 2
Object Orientated Programming -
Fundamentals of data structures
Arrays -
Records -
Fundamentals of algorithms
Algorithms - Needs Quiz
Theory of computation
Computational Thinking - Needs Quiz
Year 2
Fundamentals of programming
Object Orientated Programming -
Fundamentals of data structures
Linked Lists - Lists - Needs Quiz
Stacks -
Queues -
Graphs -
Trees -
Hashing -
Vectors -