1 |
How many steps are there in the problem solving process. |
4
5
6
7
|
2 |
What is the goal of problem -solving. |
To generate appropriate solutions
To identify the problem
To test the solution
To plan the solution
|
3 |
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
|
4 |
In........... flow , set of statements in executed again and again intil a cerain condition remains true. |
Repetitive
Sequential
Conditional
None
|
5 |
In.......... flow steps are executed only if certain condition is true. |
Repetitive
Sequential
Conditional
None
|
6 |
In flow , steps will be executed in the same sequence they are written in. |
Repetitive
Conditional
Sequential
None
|
7 |
Every algorithm has......... and ....... |
Loop, condition
Start, stop
finite, infinite loops
Sequence, conditions
|
8 |
-------------- is finite sequence of instruction to solve a specific problem. |
Unspecified instructions
Specific instructions
Algorithm
None
|
9 |
Thinking the domain of problem and ignoring irrelevant material is called. |
Algorithmic design
Pattern identificaiton
Problem decomposition
Abstraction
|
10 |
Looking for similarites among the problems is called. |
Algorithmic design
Pattern identification
Abstraction
Problem decomposition
|