Physics I / Integrated computational problem solving
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
  1. The cycle starts by splitting the problem and ends by repeating.
  2. 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 \to model \to validate \to iterate drives reliable computational solutions.

Read the lesson: Integrated computational problem solving →

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.

More questions on Integrated computational problem solving