A student is writing a computer program to simulate the projectile motion of a rocket.
The following programming terms are defined:
For each of the descriptions of the program's components in the table below, write the label of the most suitable programming term. Use each label only once.
| Description | Label |
|---|---|
| Simplifying the physics of the flight by ignoring air resistance and wind to focus solely on the effects of gravity | |
| Executing the calculation for gravity, then updating the velocity, and then updating the displacement, strictly one after the other | |
| Repeating the displacement and velocity updates for every discrete time step t t\,t until the rocket's height becomes zero |
298 exam-style questions on AQA GCSE Computer Science Programming concepts. Each one has a worked solution and a mark scheme showing where the marks go.