Structured programming and subroutines (procedures and functions)

EasyMediumHard
123456789101112131415161718192021222324252627282930313233343536373839404142
Question 18
Easy

An engineer is developing the flight control software for an autonomous delivery drone. Instead of writing a single continuous block of code, the engineer divides the program into structured subroutines (procedures and functions) such as calculateAltitude() and deployParachute().

State three advantages of using this structured, subroutine-based approach to design the software.

[3]

Structured programming and subroutines (procedures and functions) Questions

  1. GCSE
  2. /Computer Science
  3. /Structured programming and subroutines (procedures and functions)