Skip to content
MathsGenie logo
Open app

Course home

  1. IGCSE
  2. Computer Science Edexcel
  3. Question bank

Develop code

EasyMediumHard
123456789101112131415161718192021222324
Question 6

Identify the practice that best improves the maintainability and readability of program code.

Writing all instructions on a single line to reduce file size

Using global variables for all values in the program

Adding meaningful comments to explain complex sections of code

Using single-character variable names throughout the program

Develop code Questions

  1. IGCSE
  2. /Computer Science
  3. /Develop code