Provide three examples of software projects that would be amenable to the waterfall model. Be specific.
[3 marks]Compare Product and Process.
[4 marks]Explain Waterfall Model with suitable diagram.
[7 marks]Enlist and explain different types of maintenance.
[3 marks]List five functional requirement of Library management System.
[4 marks]Explain Project Scheduling Process. Also Explain Gantt Chart in detail.
[7 marks]Explain Extreme Programming (XP) in detail.
[7 marks]State difference between procedural design and object oriented design.
[3 marks]Explain RMMM.
[4 marks]Explain software matrics used for software cost estimation.
[7 marks]Compare coupling and cohesion.
[3 marks]What is architectural design? Enlist different style and patterns of architecture.
[4 marks]What is the importance of User Interface? Explain User Interface design rules.
[7 marks]Draw E-R Diagram for Online shopping System.
[3 marks]Differentiate software Engineering and Reverse Engineering.
[4 marks]Consider the program given below void main() { int i,j,k; readln (i,j,k); if ( (i < j) || ( i > k) ) { Writeln ("then part"); if (j < k) writeln ("j less then k"); else writeln ( " j not less then k"); } else writeln( "else Part"); }
[7 marks]Draw the flow graph. (ii) Determine the cyclomatic complexity. (iii) Arrive at all the independent paths. OR1
[ marks]Explain concept of test case.
[3 marks]Explain Formal Technical Review
[4 marks]What are the different testing strategies? Explain any one with suitable example.
[7 marks]Write short note on Six Sigma standard.
[3 marks]Explain Version and Change Control Management.
[4 marks]Explain Software as a Service (SaaS). Give its applications.
[7 marks]Explain Client/Server Software Engineering.
[3 marks]Write short note on Forward Engineering.
[4 marks]Write a short note on: CASE.
[7 marks]