13Easy
0/2

A software engineering team is developing a high-fidelity flight simulator for commercial aircraft. Initially, the entire simulation engine was written as a single, massive, monolithic block of code containing over 50,000 lines. The lead architect decides to refactor this code by decomposing it into distinct subprograms for aerodynamics calculations, weather effects, and landing gear physics.

State two distinct benefits of dividing this simulation program into smaller subprograms.

[2]
PreviousNext

Computational thinking Questions

  1. GCSE
  2. /Computer Science
  3. /Computational thinking