Practice question · Fill in the blanks
Complete the paragraph about integrated problem solving.
First, ______ the problem into manageable parts. Then build a computational ______ for each part. After coding, ______ the results against known cases and ______ to improve accuracy.
Word bank: model · validate · iterate · abandon · decompose
Hints
- The cycle starts by splitting the problem and ends by repeating.
- Checking against reality has to come before refining.
Show the answer
First, decompose the problem into manageable parts. Then build a computational model for each part. After coding, validate the results against known cases and iterate to improve accuracy.
Why
The cycle of decompose model validate iterate drives reliable computational solutions.
Practise Integrated computational problem solving
The app has 8 more questions on this lesson, and keeps your place in the course. Physics I is free to start.