PROMOTE MY BLOG: JUST CLICK BELOW BUTTON

Search Any Paper On This Blog

Tuesday, February 7, 2012

::: vuaskari.com ::: Current Paper of CS605 07-02-2012 Software Engineering ||

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 )


--
We say, "Be one as Pakistani Nation and grow up for Pakistan's Future". Wish you all the best. Join www.vuaskari.com,
To post to this group, send email to vuaskari_com@googlegroups.com
Visit these groups:
This (Main) Group:http://groups.google.com/group/vuaskari_com?hl=en?hl=en
MIT/MCS Group: http://groups.google.com/group/vu_askarimit?hl=en?hl=en
HRM Group: http://groups.google.com/group/askari_hrm?hl=en?hl=en
Banking Group: http://groups.google.com/group/askari_banking?hl=en?hl=en
Management: https://groups.google.com/group/vuaskari_mgt?hl=en
Marketing: https://groups.google.com/group/vuaskari_mkt?hl=en
MIS Group: http://groups.google.com/group/askari_mis?hl=en

No comments:

Post a Comment

PLEASE COMMENT ABOUT YOUR VISIT AND MY SITE

Note: Only a member of this blog may post a comment.