Difference between revisions of "Section C 2020"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
Line 2: Line 2:
  
 
=Classes=
 
=Classes=
 +
The skeleton program has the following classes:
  
 
==Household==
 
==Household==
Line 14: Line 15:
  
 
==Simulation==
 
==Simulation==
 +
 +
=Events=
 +
The skeleton program should be able to create the following events:
 +
==Add Household Event==
 +
==Cost of Fuel Change Event==
 +
==Reputation Change Event==
 +
==Cost Change Event==

Revision as of 12:26, 16 September 2019

This section is to document the skeleton program. Section C will be questions relating to the actual code within the program and could relate to specific methods, variables, programming skills, or theory topics.

Classes

The skeleton program has the following classes:

Household

Settlement

LargeSettlement

Outlet

Company

Simulation

Events

The skeleton program should be able to create the following events:

Add Household Event

Cost of Fuel Change Event

Reputation Change Event

Cost Change Event