InterviewSolution
| 1. |
What Is Design Phase? |
|
Answer» The requirements specified in the SRS DOCUMENT is translated into a LOGICAL structure that can be implemented in a PROGRAMMING language. System Design helps in specifying hardware, system requirements and in defining overall system architecture. The output of the design phase is a design document that acts as an input for all the SUBSEQUENT SDLC phases. The requirements specified in the SRS document is translated into a logical structure that can be implemented in a programming language. System Design helps in specifying hardware, system requirements and in defining overall system architecture. The output of the design phase is a design document that acts as an input for all the subsequent SDLC phases. |
|