Complete the code to identify the main purpose of a software process.
A software process is a set of activities aimed at [1] software products.The main purpose of a software process is to develop software products through a series of structured activities.
Complete the code to name a common software process model.
The [1] model is a linear and sequential approach to software development.
The Waterfall model is a traditional software process model that follows a linear and sequential flow.
Fix the error in the description of the Spiral model.
The Spiral model focuses on [1] development with repeated cycles of planning, risk analysis, and evaluation.
The Spiral model is iterative, meaning it repeats cycles to refine the software through risk analysis and evaluation.
Fill both blanks to describe the Agile process model.
Agile development emphasizes [1] delivery and [2] collaboration with customers.
Agile focuses on rapid delivery of working software and continuous collaboration with customers to adapt to changes.
Fill all three blanks to complete the description of process models.
The [1] model uses fixed phases, the [2] model repeats cycles, and the Agile model delivers software in small [3].
The Waterfall model has fixed phases, the Spiral model repeats cycles for risk management, and Agile delivers software in small increments.