MCQ
A loop that runs a fixed number of times is called a:
Unit-2 Computational Thinking and Algorithms
A
Condition-controlled loop
B
Count-controlled loop
C
Infinite loop
D
Decision loop
Explanation
A count-controlled loop runs for a set number of iterations.
Related MCQs
Two algorithms solve the same problem. Which one is more efficient?
Unit-2 Computational Thinking and Algorithms
View
Breaking a large, complex problem into smaller, more manageable parts is known as:
Unit-2 Computational Thinking and Algorithms
View
Which structure begins a pseudocode that must make a choice, such as IF marks >= 40?
Unit-2 Computational Thinking and Algorithms
View
What is the main advantage of a flowchart over pseudocode?
Unit-2 Computational Thinking and Algorithms
View
What is an algorithm?
Unit-2 Computational Thinking and Algorithms
View
The efficiency of an algorithm refers to:
Unit-2 Computational Thinking and Algorithms
View