Midterm Flashcards
What is software engineering?
The study of systematic and effective processes and technologies for supporting software development and maintenance activities
What are the different phases of software engineering?
Definition, Development, Maintenance, Umbrella Activities
What is the Definition phase of software engineering?
- Requirements definition and analysis
- Project planning
- System analysis
What is the Development phase of software engineering?
Software Design
- UI design
- High level design (define modular components and major data structures)
- Detailed design (define algorithms and procedural detail)
- Coding
- Integration
What is the Maintenance phase of software engineering?
- Correction: Fix software defects
- Adaption: Accommodate changes to new hardware and company policies
- Prevention: make more maintainable
- Enhancement: add functionality
What is the Umbrella Activities phase of software engineering?
- Reviews: assure quality
- Documentation: improve maintainability
- Version control: track changes
- Configuration management: integrity of collection of components
How is good software measured?
- The quality of the product
- The quality of the process
- The quality of the product in the context of the business environment
What is the CMM?
The Capability Maturity Model (CMM)
What are the 5 levels of the CMM?
- Level 1: Initial
- Level 2: Repeatable - track cost, schedule, functionality
- Level 3: Defined - standardized processes
- Level 4: Managed - collect detailed metrics
- Level 5: Optimizing - continuous process improvement, built in process improvement
What is a process?
a series of steps involving activities, constraints, and resources that produce an intended output of some kind
Is there iteration in the waterfall model?
no
What are some drawbacks of the waterfall model?
- Provides no guidance how to handle changes to products and activities during development (assumes requirements can be frozen)
- Views software development as manufacturing process rather than as creative process
- There is not iterative activities that lead to creating a final product
- Long wait before a final product
What does prototyping help?
- helps users understand what the system will be like (UI prototype)
- helps developers assess alternative design strategies (design prototype)
- useful for verification and validation
What is the V Model?
- variation of the waterfall model
- uses unit testing to verify procedural design
- uses integration testing to verify architectural (system) design
- uses acceptance testing to validate the requirements
- if problems are found during verification and validation, the left side of the v can be re-executed before testing on the right side is re-enacted
What is the Prototyping Model?
- Allows repeated investigation of the requirements or design
- Reduces risk and uncertainty in the development
What is the Operational Specification Model?
- Requirements are executed (examined) and their implication evaluated early in the development process
- Functionality and the design are allowed to be merged