BIG IDEA
Understand the idea before memorising a rule.
Debugging tools is part of java. At Grade 7, the goal is to connect this topic to a clear method, relevant evidence and a final check. You will apply that idea to a real java question at this grade level.
YOU WILL LEARN TO
- Explain the key ideas in debugging tools using accurate coding vocabulary.
- Apply a reliable method to a new debugging tools task.
- Check the result and explain why the evidence supports it.
METHOD
A reliable three-step approach
- 1
Break the task into small inputs, actions and outputs.
- 2
Build and test one part at a time.
- 3
Read errors carefully, improve the code and test edge cases.
WORKED EXAMPLE
During a study-group discussion for Grade 7, which keyword declares a class in Java?
Model response
The correct answer is class. A Java class declaration uses the class keyword.
KNOWLEDGE CHECK