InterviewSolution
Saved Bookmarks
| 1. |
What Is Analyzing A Program? |
|
Answer» The PROCESS in which PROGRAM is decomposed into sub-problems. Rather on concentrating the BIGGER problem as a WHOLE, we try to solve each sub-problem separately. This leads to a simple solution. This technique is also known as top-down DESIGN. The process in which program is decomposed into sub-problems. Rather on concentrating the bigger problem as a whole, we try to solve each sub-problem separately. This leads to a simple solution. This technique is also known as top-down design. |
|