1 |
The first step in the systematic problem-solving proces sis. |
Problem analysis
Problem definition
Identifying the problem
Selecting the best solution
|
2 |
What is the process of figuring out the 5 Ws from the problem statement. |
Problem identification
Problem definition
Problem analysis
Deconstruction
|
3 |
What is the reslut of an unclearly defined problem. |
It requires guess work
It is easily solvable
It contains ambiguity
It has a clear goal
|
4 |
The main goal of the pasta recipe problem analysis is to determjne the |
Size of matrix
Solution of maze
Ingredients of pasta
Starting and ending points of the maze
|
5 |
What is the fifth step, in the prblem-solving process. |
Test the solution
Selecting the best solution
Problem analysis
Planning solution
|
6 |
How many steps are there in the problem solving process. |
4
5
6
7
|
7 |
What is the goal of problem -solving. |
To generate appropriate solutions
To identify the problem
To test the solution
To plan the solution
|
8 |
What is a problem is problem-solving. |
A task to be performed
A situtation to be analyzed
A solution to be selected
A plan to be implemented
|
9 |
In........... flow , set of statements in executed again and again intil a cerain condition remains true. |
Repetitive
Sequential
Conditional
None
|
10 |
In.......... flow steps are executed only if certain condition is true. |
Repetitive
Sequential
Conditional
None
|