MCQ
What is algorithmic thinking?
Unit-2 Computational Thinking and Algorithms
A
The ability to design step-by-step instructions to solve a problem
B
The process of hiding irrelevant details
C
The study of computer hardware
D
Arranging data in a table
Explanation
Algorithmic thinking means designing a clear sequence of steps that lead to a solution.
Related MCQs
Which keyword is commonly used in pseudocode to display output?
Unit-2 Computational Thinking and Algorithms
View
What is the value of X after these statements: X = 5; X = X + 2; X = X * 2?
Unit-2 Computational Thinking and Algorithms
View
Showing the result of a calculation on the screen is an example of:
Unit-2 Computational Thinking and Algorithms
View
Executing the steps of an algorithm one after another in a fixed order is called:
Unit-2 Computational Thinking and Algorithms
View
A variable name such as student_marks is an example of a:
Unit-2 Computational Thinking and Algorithms
View
In Boolean logic, the AND operator gives TRUE only when:
Unit-2 Computational Thinking and Algorithms
View