MCQ
The efficiency of an algorithm refers to:
Unit-2 Computational Thinking and Algorithms
A
How correctly it gives the result
B
How much time and resources it uses
C
How long its name is
D
The number of symbols in its flowchart
Explanation
Efficiency measures how well an algorithm uses time and resources.
Related MCQs
A program takes length and width as input, multiplies them, and displays the area. What is the processing step?
Unit-2 Computational Thinking and Algorithms
View
Which flowchart symbol represents a processing operation such as a calculation?
Unit-2 Computational Thinking and Algorithms
View
A problem that requires a yes or no answer is called a:
Unit-2 Computational Thinking and Algorithms
View
What is pseudocode?
Unit-2 Computational Thinking and Algorithms
View
For a program that converts temperature from Celsius to Fahrenheit, which of the following is a correct IPO description?
Unit-2 Computational Thinking and Algorithms
View
A flowchart is mainly used to:
Unit-2 Computational Thinking and Algorithms
View