RSSAll Entries in the "Software Engineering" Category

Gantt Charts

Gantt Charts

Gantt charts provide a standard format for displaying project schedule information by listing project activities and their corresponding start and finish dates in a calendar format. Symbols include:
-A black diamond: milestones or significant events on a project with zero duration -Thick black bars: summary tasks [...]

The Waterfall Model

The Waterfall Model

 
1. Requirements Specification:
The system’s services, constraints and goals are established by consultation with system users. They are then defined in a manner that is understandable by both users and development staff. This phase can be divided into:
•Requirements capture •Requirements analysis •Requirements [...]

Configuration Management Definition

Configuration Management Definition

"CM (Configuration Management) is a discipline of controlling the evolution of large complex systems and families of system".
CM provides techniques, methods and procedures to maintain product history, to uniquely identified and locate each version of a product and to initiate, evaluate and control change to the product during development and after release.
Goals of Configuration Management: [...]

Activity diagrams

Activity diagrams

Activity diagrams describe the workflow behavior of a system. Activity diagrams are similar to state diagrams because activities are the state of doing something. The diagrams describe the state of activities by showing the sequence of activities performed. Activity diagrams can show activities that are conditional or parallel.
When to Use: Activity Diagrams
Activity diagrams should be [...]