Home / Engineering / Problem Solving and Python Programming / Question

M

Mr. Dubey • 51.17K Points
Coach

Q.) Which of the following is true about top- down design process?

(A) the details of a program design are addressed before the overall design
(B) only the details of the program are addressed
(C) the overall design of the program is addressed before the details
(D) only the design of the program is addressed
Correct answer : Option (C) - the overall design of the program is addressed before the details

Explanation:
 top-down design is an approach for deriving a modular design in which the overall design.

Share

Discusssion

Login to discuss.