InterviewSolution
Saved Bookmarks
| 1. |
In——,——,a problem can be solved by breaking the problem in a sequence of instructions |
| Answer» COMPUTER PROGRAM: An implementation of an ALGORITHM (or algorithms). DECOMPOSITION: The act of breaking a PROBLEM into a series of sub-problems, with the goal of solving the initial problem. | |