BIG IDEA
Understand the idea before memorising a rule.
JavaScript variables and types is part of computing foundations. 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 computing foundations question at this grade level.
YOU WILL LEARN TO
- Explain the key ideas in javascript variables and types using accurate coding vocabulary.
- Apply a reliable method to a new javascript variables and types 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 revision card for Grade 7, what is decomposition?
The correct answer is Breaking a large problem into smaller parts. Decomposition makes complex problems easier to plan and solve.
KNOWLEDGE CHECK