Structured programming and subroutines (procedures and functions)

EasyMediumHard
123456789101112131415161718192021222324252627282930313233343536373839404142
Question 10
Easy

A programmer is developing a text-based adventure game. They decide to modularise their code by using subroutines (functions and procedures).

State three benefits of using subroutines when designing or writing a computer program.

[3]

Structured programming and subroutines (procedures and functions) Questions

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