A-level Computing 2009/AQA/Problem Solving, Programming, Data Representation and Practical Exercise/Skeleton code/2014 Exam/Section C
ValidationEdit
Error Checking Example Question Answer: Example Answer |
VariablesEdit
Variables State the name of an identifier for a variable that has a fixed value role Answer: Choice, PlayerName State the name of an identifier for a variable that has a gatherer role Answer:
NoOfCardsTurnedOver
|
LoopsEdit
Loops State the name of a procedure with exactly two loops Answer:
UpdateRecentScores, PlayGame
|
Sub RoutinesEdit
Sub Routine State the name of a procedure which has the sole purpose of producing an output to the screen Answer:
DisplayCard, DisplayEndOfGameMessage, DisplayCorrectGuessMessage,DisplayRecentScores
|