FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A Top-Down design/ approach is a common strategy used in solving a task. The best description of the Top-Down design is ____
A
Identify the Major task first and then break it down to more basic task.
B
Identify the Basic task first and then build it up to solve the Major task.
C
Identify the task that is not important and remove it from the solution
D
Identify the input first that is going to be needed to arrive at the solution
Explanation: 

Detailed explanation-1: -A “top-down” approach is where an executive decision maker or other top person makes the decisions of how something should be done. This approach is disseminated under their authority to lower levels in the hierarchy, who are, to a greater or lesser extent, bound by them.

Detailed explanation-2: -A top-down approach is used when management wants to improve overall reliability and/or does not know what the principal causes of problems may be.

Detailed explanation-3: -Top-Down Approach. In the top-down design approach, the whole system is successively partitioned into a hierarchy of subsystems. On the top level a behavioral description is used. This description is partitioned into a structural description with behavioral descriptions of the components.

Detailed explanation-4: -Top down analysis is a problem solving mechanism whereby a given problem is successively broken down into smaller and smaller sub-problems or operations until a set of easily solvable (by computer) sub-problems is arrived at.

There is 1 question to complete.