Below is a structured examination paper designed for this level. Part 1: Technical Vocabulary (Multiple Choice)

Parenting allows for "Inheritance," saving time by not repeating code for similar objects. D

A) Global Variable B) Instance Variable C) Local Variable ( var ) D) Constant

Placing code in the parent ensures that all children automatically inherit the behavior, making updates easier.

The exam paper focuses on intermediate game development concepts, building upon the fundamentals of sprites and basic movement. This level typically covers advanced mechanics like parenting , pathfinding , and local variables .

B) To share code and events from a "Parent" to multiple "Child" objects. C) To increase the resolution of a sprite. D) To delete multiple objects at once.