1 |
Which of the followig is NOT a benefit of algorithmic thinking. |
- A. Decomposition
- B. Abstraction and Generalization
- C. Visualization
- D. Pattern Recognition
|
2 |
What is ghe goal of defining a problem. |
- A. To make it more complex
- B. To add abiguity
- C. To make it more simple and clear
- D. To make it impossible to solve
|
3 |
What is the final step in the systematic problem-solving process. |
- A. Problem definition
- B. Problem aalysis
- C. Planning solution
- D. Selecting the best solution
|
4 |
What is the primary benffit of using algorithmic thinking in problem solving. |
- A. Faster prblem solving
- B. Improved confidence in decision making
- C. Increased efficiency in proncessing data
- D. All of the above
|
5 |
What is the reslut of an unclearly defined problem. |
- A. It requires guess work
- B. It is easily solvable
- C. It contains ambiguity
- D. It has a clear goal
|
6 |
What is the purpose fof planning a solution to a problem. |
- A. To minimize the risk of failure
- B. To ensure a successful execution
- C. To determine the most ideal solution
- D. Both A and B
|
7 |
What can alternate solutions enhance in regard to a problem. |
- A. The value of the ideal soltion
- B. The result that should be achieved
- C. The risk of failure
- D. The difficulty level of the solution.
|
8 |
Thinking the domain of problem and ignoring irrelevant material is called. |
- A. Algorithmic design
- B. Pattern identificaiton
- C. Problem decomposition
- D. Abstraction
|
9 |
Every algorithm has......... and ....... |
- A. Loop, condition
- B. Start, stop
- C. finite, infinite loops
- D. Sequence, conditions
|
10 |
In flow , steps will be executed in the same sequence they are written in. |
- A. Repetitive
- B. Conditional
- C. Sequential
- D. None
|