Once development has begun, which of the following correctly states the order of the software development life cycle (SDLC)?(1 point)

Responses

Every project is different, so their development life cycles will be drastically different.
Every project is different, so their development life cycles will be drastically different.

Lather, rinse, repeat
Lather, rinse, repeat

Coding, testing, coding, testing, deploy
Coding, testing, coding, testing, deploy

Requirements analysis, design, coding, testing, deploy, production support
Requirements analysis, design, coding, testing, deploy, production support
Question 2
Place these scenario's in the correct order from earliest to latest, based on the software development life cycle.(1 point)
Arrange responses in the correct order to answer the question. Select a response, navigate to the desired position and insert response at that position. Responses can be selected and inserted using the space bar, enter key, left mouse button or touchpad. Responses can be moved using the up and down arrow keys or by dragging with a mouse.
Question 3
True or False: Testing should only happen after the software has been finished.(1 point)
Responses

True
True

False

1 answer

Question 1

The correct order of the software development life cycle (SDLC) is:

  • Requirements analysis, design, coding, testing, deploy, production support

Question 2

The correct order based on the software development life cycle (SDLC) from earliest to latest would typically be:

  1. Requirements analysis
  2. Design
  3. Coding
  4. Testing
  5. Deploy
  6. Production support

Question 3

The answer to the statement "Testing should only happen after the software has been finished" is:

  • False

Testing should occur throughout the development process, not just after the software is finished. This includes unit testing during coding, integration testing after components are combined, and system testing once the completed application is ready.