Difference between revisions of "Section A AL"
(→Fundamentals of programming) |
(→Fundamentals of programming) |
||
Line 57: | Line 57: | ||
==Fundamentals of programming== | ==Fundamentals of programming== | ||
− | [[Programming Paradigms]] - {{ | + | [[Programming Paradigms]] - {{done}} |
[[Object Orientated Programming]] - {{done}} | [[Object Orientated Programming]] - {{done}} |
Revision as of 08:35, 10 September 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.:
Year 1
Fundamentals of programming
Constants - Variables - Data Types -
Parameters - Global Variables -
Handling Exceptions - Needs Quiz
Fundamentals of data structures
Arrays -
Fundamentals of algorithms
Structured Programming - Needs Quiz
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 -
Fundamentals of algorithms
Traversals
Graph Traversals - Needs Quiz