Computer Science, asked by udit8375, 8 months ago

Name a phase in software engineering that will divide problem into several modules and consider the data flow between modules?

Answers

Answered by smartbrainz
0

In Software Engineering, Implementation / Coding Phase divides the problem into several modules.

  • Software Engineering Phases are also called as SDLC cycle. The SDLC cycle defines the various phases in software development and the order in which each phase should be executed.
  • Requirement Gathering and Analysis marks the start of the SDLC cycle wherein requirements are frozen.
  • Design Phase is the next phase in which design documents are prepared.
  • Implementation/Coding phase works on the system design documents, work is divided into modules/units and the flow of data is sorted out. This is the longest phase of the SDLC cycle.
  • Testing, Deployment and Maintenance are the rest of the phases of the SDLC cycle.

To know more about SDLC cycle, visit:

https://brainly.in/question/5549363    

Similar questions