Welcome! Log In Create A New Profile

Advanced

Ass 3 Qu 1.2

Posted by VeerVortex 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Ass 3 Qu 1.2
July 13, 2007 01:15PM
Can some1 tell me if im using the correct formula which is

(effort) = c(size)^k??


How exactly do they get the measurement into months, cause my figures dont come out that way.Especially after trying to do Ex 5.10

For instance could some1 give me a break down of how they get the answer to the first estimate of 15.9 for exercise 5.10 based on a SLOC = 6050.

Thx very much

V
Re: Ass 3 Qu 1.2
July 13, 2007 07:22PM
Hi I also have the same issue!

someone please help.

This thing is very confusing.

Regards

Cynthia
Re: Ass 3 Qu 1.2
August 26, 2007 04:05PM
Yes, this was tricky - but ONLY as far as determining the constants are concerned!

[System]  [Lines of Code] [System Type] 
 A         10,568          Embedded mode
 B         12,572          Semi-detached mode
 C         16,342          Organic mode
 D         8,553           Organic
 E         7,014           Semi-detached

Effort = C * (SIZE) ^ K

Thus,

A = 3.6 * (10.568) ^ 1.20  = Months calculated and convert to years (/12)
B = 3.0 * (10.568) ^ 1.12  = Months calculated and convert to years (/12)
C = 2.4 * (10.568) ^ 1.05  = Months calculated and convert to years (/12)
D = 2.4 * (10.568) ^ 1.05  = Months calculated and convert to years (/12)
E = 3.0 * (10.568) ^ 1.12  = Months calculated and convert to years (/12)


Look at all the different C and K values!? We have to figure out how they arrived at those!
So ...

These are the constants we have, and after searching the net i found ...

C = ab
K = bb

   Software project    ab      bb      cb      db
  
   Organic             2.4     1.05    2.5     0.38
   Semi-detached       3.0     1.12    2.5     0.35
   Embedded            3.6     1.20    2.5     0.32

Thus look closely at the following
(ignore the 'Mode' keyword!!!)

[System]     [System Type]        C(ab)     K(bb)        
System A  = Embedded Mode         3.6       1.20          
System B  = Semi - Detached Mode  3.0       1.12
System C  = Organic Mode          2.4       1.05
System D  = Organic               2.4       1.05
System E  = Semi Detached         3.0       1.12

And looking again at the formulas they gave as answer -> the constants above 
works out perfectly!

A = 3.6 * (10.568) ^ 1.20  = Months calculated and convert to years (/12)
B = 3.0 * (10.568) ^ 1.12  = Months calculated and convert to years (/12)
C = 2.4 * (10.568) ^ 1.05  = Months calculated and convert to years (/12)
D = 2.4 * (10.568) ^ 1.05  = Months calculated and convert to years (/12)
E = 3.0 * (10.568) ^ 1.12  = Months calculated and convert to years (/12)

Let me know if you still need some help with this question.

Regards

Ian
Sorry, only registered users may post in this forum.

Click here to login