Free practice · ordering · medium
Practice
Complete the brief-to-result trace
Order the complete reasoning path for a small program before its result is approved.
Chapter mastery evidence
Four evidence records must agree before approval
- Acceptance record
- Expected result, actual result, and any mismatch
- Input contract
- Inputs, output, rules, boundaries, and invalid states
- Trace evidence
- State recorded after each relevant executed step
- Algorithm plan
- Finite, unambiguous steps that satisfy the contract
The records are intentionally presented outside execution order. Use their dependencies to arrange the reasoning path in the activity below.