Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 8 - No. 21)

What does the term 'module' refer to within an algorithm?
A section of code designed to perform a specific task.
A graphical representation of the algorithm.
A data type declaration.
The final output of the algorithm.

Explanation

Modules (also called subroutines or functions) break an algorithm into logical pieces.

Comments (0)

Advertisement