Which of the following best describes the SDLC?

Source: JAMB · 2024

Which of the following best describes the SDLC?

  1. A methodology for software debugging
  2. A framework for developing information systems ✓
  3. A programming language for system development
  4. A hardware configuration protocol
Explanation

SDLC stands for System Development Life Cycle. It’s a structured process for creating software from planning to maintenance. Following SDLC ensures quality and organization throughout development.

Debugging fixes errors, but SDLC covers the entire development process. SDLC isn’t a programming language or hardware protocol. It’s a methodology for managing projects.

SDLC includes planning, designing, building, testing, and maintaining systems. Each phase has specific goals and deliverables.

Was this explanation helpful?