1 |
The purpose of decomposition in algorithmic thinking is to |
- A. Solve a specific probloem
- B. Design new and improved systems
- C. Break down complicated problems into smaller problems
- D. Identify the sequence of operations
|
2 |
How many steps are there in the problem solving process. |
|
3 |
What are the two directions in teh that a robot can move in a maze problem. |
- A. Forward and down
- B. Up and left
- C. Right and down
- D. Forward and back
|
4 |
What is the process of algorithmic thinking. |
- A. A series of systematic and logical steps
- B. A way of solving a specific problem
- C. A process without clear in instructions
- D. A way of breaking down prblem into smaller problems.
|
5 |
Every algorithm has......... and ....... |
- A. Loop, condition
- B. Start, stop
- C. finite, infinite loops
- D. Sequence, conditions
|
6 |
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
|
7 |
What is the fifth step, in the prblem-solving process. |
- A. Test the solution
- B. Selecting the best solution
- C. Problem analysis
- D. Planning solution
|
8 |
What is the process of figuring out the 5 Ws from the problem statement. |
- A. Problem identification
- B. Problem definition
- C. Problem analysis
- D. Deconstruction
|
9 |
In.......... flow steps are executed only if certain condition is true. |
- A. Repetitive
- B. Sequential
- C. Conditional
- D. None
|
10 |
What does algorithmic thinking provide a unique way to solve. |
- A. Problems is general
- B. A specific problem
- C. A new and improved system
- D. Irreleveant detail
|