Q1. Illustrate the Boehm [98] spiral model. Describe the merits and demerits of the spiral model?
Q2. Describe the different measures of software quality? Describe all such measures.
Q3. Explain the difference between the ‘direct’ and ‘indirect’ measure.
Q4. Calculate the function point value for a project with the given domain characteristics:
No. of user inputs = 32
No. of user outputs = 60
No. of user inquiries = 24
No. of files = 08
No. of external interfaces = 02
Suppose that all the complexity adjustment values are average.
Q5. Explain different information gathering methods in detail.
Q6. Illustrate the structure of SRS (Software Requirement Specification).
Q7. Illustrate the effect on information hiding and coupling in a ‘C’ program which has:
a) Static functions
b) Extern variables
Q8. Illustrate the difference between the black box and white box testing.