Difference between revisions of "Section A AL"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Fundamentals of programming)
(Introduction)
Line 3: Line 3:
 
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.  
 
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. '''[[Section A AS|The year 1 topics are here]]''':
+
This section covers short answer theory questions on the topics within unit 1 from both year 1 and 2.:
  
 +
=Year 1=
 +
==Fundamentals of programming==
 +
 +
[[Pseudo Code]] - {{done}}
 +
 +
[[Constants - Variables - Data Types]] - {{done}}
 +
 +
[[Selection]] - {{done}}
 +
 +
[[Repetition - Iteration]] - {{done}}
 +
 +
[[Operators]] - {{done}}
 +
 +
[[Subroutines - Functions]] - {{done}}
 +
 +
[[Parameters - Global Variables]] - {{done}}
 +
 +
[[Text Files]] - {{done}}
 +
 +
[[Binary Files]] - {{done}}
 +
 +
[[Handling Exceptions]] - {{done}}
 +
 +
==Fundamentals of data structures==
 +
 +
[[Data Structures]]
 +
 +
[[Arrays]] - {{done}}
 +
 +
[[Records]]
 +
 +
==Fundamentals of algorithms==
 +
[[Algorithms]] - {{partially done}}
 +
 +
[[Linear Search]] - {{done}}
 +
 +
[[Binary Search]] - {{done}}
 +
 +
[[Bubble Sort]] - {{done}}
 +
 +
==Theory of computation==
 +
 +
[[Abstraction - Automation]] - {{done}}
 +
 +
[[Finite State Machines]] - {{done}}
 +
 +
 +
=Year 2=
 
==Fundamentals of programming==
 
==Fundamentals of programming==
  

Revision as of 10:30, 18 June 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

Pseudo Code - Incomplete

Constants - Variables - Data Types - Incomplete

Selection - Incomplete

Repetition - Iteration - Incomplete

Operators - Incomplete

Subroutines - Functions - Incomplete

Parameters - Global Variables - Incomplete

Text Files - Incomplete

Binary Files - Incomplete

Handling Exceptions - Incomplete

Fundamentals of data structures

Data Structures

Arrays - Incomplete

Records

Fundamentals of algorithms

Algorithms - Incomplete Needs Quiz

Linear Search - Incomplete

Binary Search - Incomplete

Bubble Sort - Incomplete

Theory of computation

Abstraction - Automation - Incomplete

Finite State Machines - Incomplete


Year 2

Fundamentals of programming

Programming Paradigms - Incomplete Needs Quiz

Object Orientated Programming - Incomplete

Recursion - Incomplete

Fundamentals of data structures

Dynamic vs Static - Incomplete

Linked Lists - Lists - Incomplete Needs Quiz

Stacks - Incomplete

Queues - Incomplete

Graphs - Incomplete

Trees - Incomplete

Dictionaries - Incomplete

Hashing - Incomplete Needs Quiz

Vectors - Incomplete

Fundamentals of algorithms

Merge Sort - Incomplete

Shortest Path - Incomplete

Traversals

Graph Traversals - Incomplete Needs Quiz

Tree Traversals - Incomplete

Reverse Polish - Incomplete

Theory of computation

Turing Machines - Incomplete

BNF - Syntax Diagrams - Incomplete

Regular Expressions - Incomplete

Comparing Algorithms - Big O - Incomplete

Intractable Problems - Incomplete