1 |
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
|
2 |
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.
|
3 |
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
|
4 |
-------------- is finite sequence of instruction to solve a specific problem. |
- A. Unspecified instructions
- B. Specific instructions
- C. Algorithm
- D. None
|
5 |
The first step in the systematic problem-solving proces sis. |
- A. Problem analysis
- B. Problem definition
- C. Identifying the problem
- D. Selecting the best solution
|
6 |
Every algorithm has......... and ....... |
- A. Loop, condition
- B. Start, stop
- C. finite, infinite loops
- D. Sequence, conditions
|
7 |
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
|
8 |
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
|
9 |
The main goal of the pasta recipe problem analysis is to determjne the |
- A. Size of matrix
- B. Solution of maze
- C. Ingredients of pasta
- D. Starting and ending points of the maze
|
10 |
In........... flow , set of statements in executed again and again intil a cerain condition remains true. |
- A. Repetitive
- B. Sequential
- C. Conditional
- D. None
|