Computer Science for IGCSE & O level - Programming (Section 6 - No. 3)

What is a 'procedure' or 'function' used for in programming?
To perform one step in a program.
To store variables.
To group a set of instructions to perform a specific task.
To control the sequence of execution.

Explanation

Functions or procedures group instructions for specific tasks.

Comments (0)

Advertisement