Multiple choice

A small section of a program that performs a specific task repeatedly, e.g. displaying results

  1. Compilers

  2. Procedures

  3. Functions

  4. Modules

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A procedure is a sub-routine or section of code that performs a specific task. While functions and procedures are similar, procedures are often defined as sections that perform tasks rather than returning values.