The Concept: Flat Logic
Check containers.
The Concept: Scanning Logic
Inputs and outputs define the "contract" of a function. Pure Functions: Given the same input, they always return the same output and change nothing else. Side Effects: When a method modifies data outside of its local scope. Parameters: The "Ask." Return Types: The "Answer."
Check containers.
The Concept: Global vs. Local
Your training in Series 2 has focused on the movement and storage of data. A pilot doesn't just need to know which button to press; they must understand the current flowing through the switchboard. In this exam, you are the Lead Auditor. You will be presented with a high-level "Fuel Management System" script that is riddled with logic stutters, memory leaks, and side effects.