Basic and Advance Programming Question:
What do you mean by programming analysis and design?
Answer:
Analysis: It is the process of determining what needs to be done before how it should be done. In order to accomplish this, the developer refers the existing systems and documents. So, simply it is an art of discovery.
Design:It is the process of adopting/choosing the one among the many, which best accomplishes the users needs. So, simply, it is compromising mechanism.
Design:It is the process of adopting/choosing the one among the many, which best accomplishes the users needs. So, simply, it is compromising mechanism.
Previous Question | Next Question |
Differentiate between the message and method in programming? | What are the steps involved in designing in programming? |