WGU D278 THE DESIGN PROCESS CHAPTER 8-9
TEST
Software Development Life Cycle - ANSWER - The analyzing phase defines
the statement of a program's goals.
The designing phase defines the details of how to build a program.
The implementation phase is to write the program.
The testing phase checks that the programs correctly meet the goals
What type of diagrams are utilized during the testing in SDLC? - ANSWER -
class diagram
use case diagram
sequence diagram
activity diagram
structural diagram
behavioral diagram
Structural Diagram - ANSWER - This Diagram visualizes static elements of
software, such as the types of variables and functions used in the program.
Behavioral Diagram - ANSWER - this Diagram visualizes dynamic behavior of
software, such as the flow of an algorithm.
, Use case diagram- ANSWER This is a behavioral UML Model applied to
visually model how a user interacts with the software program.
Class diagram- ANSWER This UML Model is a structural diagram that can
model the classes of a computer program visually, data members, and functions.
Sequence diagram - ANSWER A behavioral UML Model depicting interaction
across software components with the indication of the order of events.
What is the purpose of UML - ANSWER Modeling language for the design of
software in various forms of diagrams to illustrate the program structure and
behavior.
Which types of diagrams are used in the analysis phase of SDLC? - ANSWER
- use case diagram
- sequence diagram
- behavioral diagram
Which diagrams are used for design phases of SDLC? - ANSWER - Class
diagram
- Sequence Diagram
- Structural Diagram
TEST
Software Development Life Cycle - ANSWER - The analyzing phase defines
the statement of a program's goals.
The designing phase defines the details of how to build a program.
The implementation phase is to write the program.
The testing phase checks that the programs correctly meet the goals
What type of diagrams are utilized during the testing in SDLC? - ANSWER -
class diagram
use case diagram
sequence diagram
activity diagram
structural diagram
behavioral diagram
Structural Diagram - ANSWER - This Diagram visualizes static elements of
software, such as the types of variables and functions used in the program.
Behavioral Diagram - ANSWER - this Diagram visualizes dynamic behavior of
software, such as the flow of an algorithm.
, Use case diagram- ANSWER This is a behavioral UML Model applied to
visually model how a user interacts with the software program.
Class diagram- ANSWER This UML Model is a structural diagram that can
model the classes of a computer program visually, data members, and functions.
Sequence diagram - ANSWER A behavioral UML Model depicting interaction
across software components with the indication of the order of events.
What is the purpose of UML - ANSWER Modeling language for the design of
software in various forms of diagrams to illustrate the program structure and
behavior.
Which types of diagrams are used in the analysis phase of SDLC? - ANSWER
- use case diagram
- sequence diagram
- behavioral diagram
Which diagrams are used for design phases of SDLC? - ANSWER - Class
diagram
- Sequence Diagram
- Structural Diagram