1 |
What is the final step in most algorithms. |
Start
Input
Output
Stop
|
2 |
What is the main purpose of an algorithm. |
To store information
To solve a specific problem
To perform a specific task
To automatte the decision making process
|
3 |
What type of flow is used to print a table of given number up to 10. |
Sequntial flow
Conditional flow
Repetitive flow
None of the above
|
4 |
Which of the followig is NOT a benefit of algorithmic thinking. |
Decomposition
Abstraction and Generalization
Visualization
Pattern Recognition
|
5 |
What is the purpose of the "modulus" operation in analgorithm |
To stor evalues in a varibale
To determing the remainder of a division
To compare two numbers
To perform arithmetic operations
|
6 |
What is the primary benffit of using algorithmic thinking in problem solving. |
Faster prblem solving
Improved confidence in decision making
Increased efficiency in proncessing data
All of the above
|
7 |
The purpose of decomposition in algorithmic thinking is to |
Solve a specific probloem
Design new and improved systems
Break down complicated problems into smaller problems
Identify the sequence of operations
|
8 |
What is the process of algorithmic thinking. |
A series of systematic and logical steps
A way of solving a specific problem
A process without clear in instructions
A way of breaking down prblem into smaller problems.
|
9 |
What does algorithmic thinking provide a unique way to solve. |
Problems is general
A specific problem
A new and improved system
Irreleveant detail
|
10 |
A problem is considered easy whenit. |
Requires a lot of resources to solve.
Requires a lot of time to solve
Can be solved in simple steps, even if it is large
Is not possible to solve.
|