Difference between revisions of "Section C 2020"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
m (Admin moved page Section C 2019 to Section C 2020)
Line 1: Line 1:
 
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.
 
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.
  
==Game Commands==
+
=Classes=
*[[2019_get_command |Get]]
 
*[[2019_use_command |Use]]
 
*[[2019_go_command |Go]]
 
*[[2019_read_command |Read]]
 
*[[2019_examine_command |Examine]]
 
*[[2019_open_command |Open]]
 
*[[2019_close_command |Close]]
 
*[[2019_move_command |Move]]
 
*[[2019_say_command |Say]]
 
*[[2019_playdice_command |Playdice]]
 
*[[2019_quit_command |Quit]]
 
  
==Classes==
+
==Household==
*[[2019_place_class |Place]]
 
*[[2019_character_class |Character]]
 
*[[2019_item_class |Item]]
 
  
==Methods==
+
==Settlement==
*[[2019_GetInstruction_Method |GetInstruction]]
+
 
*[[2019_ExtractCommand_Method |ExtractCommand]]
+
==LargeSettlement==
*[[2019_GetIndexOfItem |GetIndexOfItem]]
+
 
*[[2019_ChangeLocationOfItem |ChangeLocationOfItem]]
+
==Outlet==
*[[2019_ChangeStatusOfItem |ChangeStatusOfItem]]
+
 
*[[2019_DisplayConnentsOfContainerItem_Method |DisplayContentsOfContainerItem]]
+
==Company==
*[[2019_GetPositionOfCommand_Method |GetPositionOfCommand]]
+
 
*[[2019_GetResultForCommand |GetResultForCommand]]
+
==Simulation==
*[[2019_ExtractResultForCommand |GetInstruction]]
 
*[[2019_PlayGame |PlayGame]]
 
*[[2019_LoadGame |LoadGame]]
 

Revision as of 13:10, 2 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

Household

Settlement

LargeSettlement

Outlet

Company

Simulation