Quality Flashcards
(9 cards)
What is software quality?
Conformance to explicitly stated requirements and standards as well as customer needs and expectations.
What are Mccalls quality factors?
Product revision, product transition, product operation
What are the three characteristics for measuring software quality?
Software Requirements
Specified Standards
Implicit Requirements (e.g good UX)
What is the Cocomo model?
Tells us the number of persons needed to build a system and the development time.
What are the kinds of systems?
Organic, semi detached and embedded
Formula for the Cocomo model?
E= a * (KLOC)^b
E= effort in person/month
D=c * (E)^d
What are embedded sytems?
Real time systems or complex systems in which failure can cause the organization to be severly affected
Organic systems
Simple business systems
Semi embedded
New operating system
Complex database system