Question: Current aplication software of the company can migrated to new system or not, which parameters should be asessed while making this decision?...........5 marks
Question: differentiate between organiational maturity and process area capability?...........3 mraks
Question: discuss hazards those are associated with a computer based cruise control for an automobile.............3 marks
Question: discuss time allocation vs. effort validation in a realistic schedule............3 marks
Question: Discuss any five bad smells in code.............5 marks
Question: define requirement traceability.....2 marks
Queston: Main steps in business process reengineering...........3 marks
Question: Current aplication software of the company can migrated to new system or not, which parameters should be asessed while making this decision?...........5 marks
Question: differentiate between organiational maturity and process area capability?...........3 mraks
Question: discuss hazards those are associated with a computer based cruise control for an automobile.............3 marks
Question: discuss time allocation vs. effort validation in a realistic schedule............3 marks Question: Discuss any five bad smells in code.............5 marks Question: define requirement traceability.....2 marks Queston: Main steps in business process reengineering...........3 marks[/left]
40 Mcqs 5 Questions of 2 Marks 5 Questions of 3 Marks 3 Questions of 5 Marks
======================== Two Factor of Revision ( 2 ) How can calculate MTBF ( 2 ) what is software refactoring ( 2 ) List the factor involved in calculating the cost of reengineering ( 3 marks ) The following code segment sorts an array of integers using “selection sort” algorithm. ( 3 marks )
for (i=0; i < N-1; i++) { min = i; for (j = i; j < N; j++) if (a[j] < a[min]) min = j; temp = a[i]; a[i] = a[min]; a[min] = temp; what are the step of BPR ( 5 marks )