CS605 Final Term Current Papers Solved by Masters
CS605 Final Term Current Papers Solved by Masters
CS605
(SOFTWARE ENGINEERING II)
FINAL TERM CURRENT PAPERS
2022-2023
SOLVED BY MASTERS
Paid Assignments
Paid Quiz
Paid GBDs
(Only for job holders)
LMS handling is also available for
job holders + overseas
Note: just write the names of the tasks, no need to provide internal details
(textual description)
Q3: For a certain application
Suppose
P1 = current annual maintenance cost for an application = 200000
P2 = current annual operation cost for an application = 50000
P3 = current annual business value of an application = 400000
L = expected life of the system = 4 years
Calculate maintenance cost of the system. (5 Marks)
Cost of maintenance is calculated as:
C = [P3 - (P1 + P2) ] * L
[400000-(200000 + 50000)] * 4
-600000
Q4: For a certain application
MTTF = 48
MTTR = 4
Calculate the “availability” of the application. (5 Marks)
Availability formula is
Availability = (MTTF / MTBF) x 100
So first we will Find MTBF and it formula is
MTBF = MTTF + MTTR
= 48 + 4 = 52
Now add values in availability formula
= (48 / 52) x 100
= 92
Q#12.
5 marks ka question communication channel 3 people. 5 marks ka
Total number of communication channel involving people
C = N(N-1)/2
N is people and it is given N=3
So C = 3(3-1)/2
=3
Q#13.
3 marks ka network task definition
Once the task is identified we need to develop a task network to determine
the sequence in the activities need to be performed
Q#14.
3 marks ka level 3 CMM
Level 3 – Defined
At this level there are set of defined and documented standard processes
established and subject to some degree of improvement over time. These
standard process are in place and used to establish consistency of process
preformed across the organization.
Q#15.
Requirements tracing 3 marks ka
Establishment and maintaining an agreement with the customer on the
requirement for the software involves tracing individual requirements to
their corresponding design, code and test cases
Q#16.
Five marks ka question SQA group activities tha or three mark ka
question bhi SQA sa related tha
Read the topic from handouts
Received By
Maintenance
Development
All of the given options are correct.
MTTF is the abbreviation of
Median time to failure
20. The code that _______ the requirements has been designed,
written and unit tested
Deleted
Implements
None of the given
Approved