Match each definition/example with the appropriate phase of the Software Development Life Cycle (SDLC).(12 points)Put responses in the correct input to answer the question. Select a response, navigate to the desired input and insert the response. Responses can be selected and inserted using the space bar, enter key, left mouse button or touchpad. Responses can also be moved by dragging with a mouse.Deciding the hardware that the application will run on, as well as the specific programming languages that the developers will useIdentifying RequirementsAnother word for this phase might be "launch".DeployDue to the ever-changing nature of technology, applications need to be updated regularly to stay secure and functional.MaintainBegin writing code for the applicationDevelopPurpose of this phase is to find critical bugs (errors) in the code, as well as any problems with how the software application interacts with other pieces of software.TestCan be thought of as "beginning with the end in mind".Design

1 answer

Here are the definitions/examples matched with the appropriate phases of the Software Development Life Cycle (SDLC):

  1. Deciding the hardware that the application will run on, as well as the specific programming languages that the developers will use - Design

  2. Another word for this phase might be "launch". - Deploy

  3. Due to the ever-changing nature of technology, applications need to be updated regularly to stay secure and functional. - Maintain

  4. Begin writing code for the application - Develop

  5. Purpose of this phase is to find critical bugs (errors) in the code, as well as any problems with how the software application interacts with other pieces of software. - Test

  6. Can be thought of as "beginning with the end in mind". - Identifying Requirements

This completes the matching of SDLC phases with their respective definitions/examples.