Difference between revisions of "Section C 2017"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Object Orientated Programming Terms)
(Introduction)
Line 2: Line 2:
 
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.
 
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 and especially Object Orientated Programming terms.
+
This section will ask you questions about the code itself and will test your knowledge of programming structures and especially ([[OOP]]) Object Orientated Programming terms.
  
 
=Skeleton Program=
 
=Skeleton Program=

Revision as of 12:09, 14 December 2016

Introduction

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 and especially (OOP) Object Orientated Programming terms.

Skeleton Program

Class Definitions

This section is to explain the classes within the skeleton program, use the pages below to explain each class:

Location

Simulation

Warren

Animal

Fox (Sub Class of Animal)

Rabbit (Sub Class of Animal)

Class Diagram

A class diagram will go here

Main Program

Click here for an explanation of the Main section:

Main Section

Object Orientated Programming Terms

You may be asked to explain the following terms and identify where they are used in the skeleton program. Use the pages below to document examples within the skeleton program:

Encapsulation

Instantiation

Inheritance

Polymorphism

Composition

Aggregation

Abstract - Virtual - Static

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

Variables - Scope of Variables

Selection

Repetition

Arrays

Functions

Subroutines - Methods

Parameter Passing