MCQ
What is pseudocode?
Unit-2 Computational Thinking and Algorithms
A
A program written in C++
B
A plain-language description of the steps of an algorithm
C
A flowchart symbol
D
A type of computer memory
Explanation
Pseudocode describes the steps of an algorithm using simple, everyday language.
Related MCQs
Which flowchart symbol represents input and output operations?
Unit-2 Computational Thinking and Algorithms
View
Read two numbers, add them, and display the sum. Which pseudocode correctly represents this?
Unit-2 Computational Thinking and Algorithms
View
Algorithm A takes 10 steps and Algorithm B takes 15 steps to solve the same problem correctly. Which is better?
Unit-2 Computational Thinking and Algorithms
View
An algorithm without a well-defined order of steps would most likely fail which property?
Unit-2 Computational Thinking and Algorithms
View
A decision symbol in a flowchart typically has how many outgoing flow lines?
Unit-2 Computational Thinking and Algorithms
View
In a flowchart, the flow of control is shown using:
Unit-2 Computational Thinking and Algorithms
View