problem solving Flashcards
1
Q
the basic steps to solve a problem are:
A
- problem definition
- problem analysis
- solution design
2
Q
problem analysis includes
A
idenify the inputs, outputs, and the processing operations.
3
Q
solution design means
A
identifying the detailed steps that the computer will follow to reach the expected result
4
Q
design a solution for a problem by..
A
writing an algorithm or drawing a flowchart
5
Q
basic steps of the solution design..
A
- read the input
- calculate the operations
- print the output
6
Q
A _______ is a graphical representation of the algorithm.
A
flowchart
7
Q
the ________ uses standard symbols to illustrate each action.
A
flowchart