Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 5 (1 point) match each term to its definition building the sys…

Question

question 5 (1 point)
match each term to its definition
building the system
according to the design.
method that performs
multiple iterations of the
sdlc phases.
method that only performs
one iteration of the sdlc
phases.
determining the specifics
of how to build the system

  1. design
  2. implementation
  3. waterfall method
  4. spiral method

Explanation:

Brief Explanations
  1. "Building the system according to the design" is the core activity of Implementation.
  2. The Spiral method is an iterative software development lifecycle approach that repeats SDLC phases.
  3. The Waterfall method is a linear, sequential approach that completes SDLC phases in one single pass.
  4. "Determining the specifics of how to build the system" is the purpose of the Design phase.

Answer:

  • Building the system according to the design. → 2. Implementation
  • Method that performs multiple iterations of the SDLC phases. → 4. Spiral method
  • Method that only performs one iteration of the SDLC phases. → 3. Waterfall method
  • Determining the specifics of how to build the system → 1. Design