MCQ
An algorithm must be unambiguous. This means that:
Unit-2 Computational Thinking and Algorithms
A It must give the same result each time
B Each step must have only one clear meaning
C It must be written in pseudocode
D It must be short
Explanation

Unambiguous means every step has a single, clear meaning that cannot be misinterpreted.