Information Technology (Semester 7)
Total marks: 80
Total time: 3 Hours
INSTRUCTIONS
(1) Question 1 is compulsory.
(2) Attempt any three from the remaining questions.
(3) Draw neat diagrams wherever necessary.
1.a.
What are various testing principles?
(6 marks)
00
1.b.
Explain white box testing and black box testing.
(4 marks)
00
Or
2.a.
What is six sigma? Explain its methodologies?
(6 marks)
00
2.b.
Explain tester’s role in software development organization.
(4 marks)
00
3.a.
Explain different types of system testing.
(6 marks)
00
3.b.
Describe TQM for inventory management.
(4 marks)
00
Or
4.a.
Draw a control flow graph for the following code and clearly label each node so that it is linked to its corresponding statement.
int evensum (int i) {
int sum = 0;
while (i < = 10) {if (i/2 = = 0)
sum = sum + i; i ++;
}
return sum;
}
(6 marks)
00
4.b.
Write a short note on FMEA.
(4 marks)
00
5.a.
Explain 7 QC tools in detail.
(8 marks)
00
5.b.
Explain planning for software quality assurance w.r.t. to your final year project.
(8 marks)
00
Or
6.a.
Relate how components of SQA system can be applied for your final year project.
(8 marks)
00
6.b.
Explain product and process quality with an example.
(8 marks)
00
7.a.
Explain Malcom Baldrige Model?
(8 marks)
00
7.b.
Draw and explain CMMI levels.
(8 marks)
00
Or
8.a.
Write short note on following
i) CMM
ii) SPICE
(8 marks)
00
8.b.
Explain in detail ISO 9000 model for quality assurance.
(8 marks)
00
9.a.
Write shot note on:
i) OO Methodology
ii) Walkthrough
(10 marks)
00
9.b.
Explain Clean room methodology in detail along with diagram.
(8 marks)
00
Or
10.a.
i)Explain Software project Internal Auditing and Assessments.
ii)Explain how different Case Tools affects on software Quality.
(5 marks)
00
10.b.
Consider online banking system, state and inject 5 defect in the system
which will cause flaw in the system and suggest it’s preventive measures.
(8 marks)
00