Software Development Fundamentals — Question 37
Simulating the final design of an application in order to ensure that the development is progressing as expected is referred to as:
Answer options
- A. Analyzing requirements
- B. Prototyping
- C. Software testing
- D. Flowcharting
Correct answer: B
Explanation
Prototyping is the process of creating an early model of the application to visualize and test concepts before full development. Analyzing requirements focuses on gathering and understanding what the application needs, while software testing is conducted after development to find bugs. Flowcharting is a method for visualizing processes but does not directly relate to simulating application designs.