which statement is true?\na completed algorithm is important because it communicates the instructions of the…

which statement is true?\na completed algorithm is important because it communicates the instructions of the solution.\nmodeling a solution is important because it is the ending point for all other activities.\ndiagramming a solution is important because it shows all solutions for the problem.\npseudocode is important because it gives a graphical representation of the process.
Answer
Brief Explanations:
- A completed algorithm communicates solution - instructions, which is correct.
- Modeling a solution is not the end - point of all activities.
- Diagramming doesn't show all solutions for a problem.
- Pseudocode is not a graphical representation; it's a textual one.
Answer:
A. A completed algorithm is important because it communicates the instructions of the solution.