There are several approaches to software development. Which of the following has an incorrect definition mapping?
A.
Structured Programming Development – A programming methodology that involves the use of logical blocks to achieve system design using procedural programming.
B.
Iterative Development – A method that follows a cyclic approach to software development.
C.
Modified Prototype Model (MPM) – A method specifically designed to confront challenges in web application development, the modified prototype model allows developers to swiftly translate client requirements into a displayable product or prototype.
D.
Exploratory Model – A method that builds upon the waterfall method with an emphasis on risk analysis, prototypes, and simulations at different phases of the development cycle.
Explanation:
The correct software development model definitions are listed below;– Spiral – A method that builds upon the waterfall method with an emphasis on risk analysis, prototypes, and simulations at different phases of the development cycle.
– Structured Programming Development – A programming methodology that involves the use of logical blocks to achieve system design using procedural programming.
– Iterative Development – A method that follows a cyclic approach to software development.
– Modified Prototype Model (MPM) – A method specifically designed to confront challenges in web application development, the modified prototype model allows developers to swiftly translate client requirements into a displayable product or prototype.
– Exploratory Model – A method that is used in instances where clearly defined project objectives have not been presented.