Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 13 - No. 17)
What does the term 'pseudocode' represent in the context of algorithms?
A visual representation of an algorithm using flowcharts.
A highly complex programming language used for advanced algorithms.
A set of rules for creating a perfect algorithm.
An informal way of describing an algorithm's steps using plain language and simple programming constructs.
Explanation
Pseudocode provides a way to outline an algorithm's logic in a readable way, before actual coding.
Comments (0)
