Difference between revisions of "Section B AS 2017"
(Created page with "Section B for AS exam") |
|||
Line 1: | Line 1: | ||
− | + | __NOTOC__ | |
+ | =Introduction= | ||
+ | '''THIS SECTION SHOULD RELATE ONLY TO THE SKELETON PROGRAM FOR AS SUMMER 2017''' | ||
+ | |||
+ | You are advised to spend no more than 15 minutes on this section. Questions will refer to the Preliminary Material and the Skeleton Program, but will not require programming. | ||
+ | |||
+ | This section will ask you questions about the code itself and will test your knowledge of programming structures. | ||
+ | |||
+ | =Skeleton Program= | ||
+ | ==Functions / Procedures / Methods== | ||
+ | This section is to explain the structures within the skeleton program, use the pages below to explain each structure: | ||
+ | |||
+ | |||
+ | ==Structure Diagram== | ||
+ | A structure / hierarchy diagram will go here | ||
+ | |||
+ | |||
+ | =Programming Structures / Theory= | ||
+ | You may be asked about the following programming techniques and asked to identify them in the skeleton program. Use the pages below to document examples within the skeleton program: | ||
+ | |||
+ | [[Constants - AS 2017]] | ||
+ | |||
+ | [[Variables - Scope of Variables - AS 2017]] | ||
+ | |||
+ | [[Selection - AS 2017]] | ||
+ | |||
+ | [[Repetition - AS 2017]] | ||
+ | |||
+ | [[Arrays - AS 2017]] | ||
+ | |||
+ | [[Functions - AS 2017]] | ||
+ | |||
+ | [[Subroutines - Methods - AS 2017]] | ||
+ | |||
+ | [[Parameter Passing - AS 2017]] |
Revision as of 08:51, 1 March 2017
Introduction
THIS SECTION SHOULD RELATE ONLY TO THE SKELETON PROGRAM FOR AS SUMMER 2017
You are advised to spend no more than 15 minutes on this section. Questions will refer to the Preliminary Material and the Skeleton Program, but will not require programming.
This section will ask you questions about the code itself and will test your knowledge of programming structures.
Skeleton Program
Functions / Procedures / Methods
This section is to explain the structures within the skeleton program, use the pages below to explain each structure:
Structure Diagram
A structure / hierarchy diagram will go here
Programming Structures / Theory
You may be asked about the following programming techniques and asked to identify them in the skeleton program. Use the pages below to document examples within the skeleton program:
Variables - Scope of Variables - AS 2017