1a.Risk and management concern graph, risk information sheet format
1b. Risk impact assessment figure,Sample risk table
2a.Garvin's quality dimensions
Performance quality
Feature quality
Reliability
Conformance
Durability
Serviceability
Aesthetics
Perception
2b.McCall's software quality factors as 3 important aspects of a s/w product
3a.DMAIC=Define Measure Analyze Improve Control
DMADV=DMA, Design Verify
Software Availability =MTTF*100/(MTTF+MTTR)
3b.SQA Goals
Requirements quality
Design quality
Code quality
QC effectiveness
4a. Whitmire's 9 OO metrics
Size
Complexity
Coupling
Sufficiency
Completeness
Cohesion
Primitiveness
Similarity
Volatility
4b.6 Class-based design metrics for OO Systems: CK Metrics Suite
WMC weighted methods/class
DIT Depth of Inheritance Tree
NOC Number of children
CBO Coupling b/w object classes
RFC Response for a Class
LCOM Lack of Cohesion in Methods
5a. Gilb's 5 quality measurement indicators
Correctness
Maintainability
Integrity
Usability
4 size-oriented metrics
Errors per KLOC
Defects per KLOC
DOLLARS per KLOC
Pages of documentation per KLOC
5b. Lorenz and Kidd metrics for OO Projects
No. of scenario scripts
No. of key classes
No. of support classes
Avg. no. of support classes per key class
No. of subsystems
6.a.Software testing strategy spiral diagram
black-box testing Vs. white-box testing
6b. 3 debugging strategies
Brute force
Backtracking
Cause elimination