SlideShare une entreprise Scribd logo
1  sur  20
Presented by
Hajra Azam ( 16201519-093)
15/31/2019
Table Of Content
Introduction to COCOMO Model
Key Parameters for testing Quality
Development Modes
Comparison of Three COCOMO modes
COCOMO Models
Advantages and Disadvantages
25/31/2019
Introduction to COCOMO Model
 The COCOMO model is one of the most popular cost estimating model in
software engineering domain which is based upon LOC (Line Of Code).
 COCOMO stands for Constructive Cost Model.
 It is a procedural cost estimate model for software projects.
 It was proposed by Barry Boehm in 1970 and published in 1981 .
 COCOMO predicts the effort and schedule for a software product
development based on inputs related to the size of the software.
35/31/2019
Key Parameters for testing Quality
Effort & Schedule
 Effort: Amount of labor that will be required to complete a
task. It is measured in person-months units.
 Schedule: Amount of time that will be required for the
completion of the job. It is measured in the units of time such
as weeks, months.
45/31/2019
Development Modes
 There are three modes of software development project based on development
complexity.
.Organic Mode
Semidetached Mode
Embedded Mode
55/31/2019
Organic Mode
 Relatively small, simple software projects .
 problem is well understood and has been solved in the past.
 Relatively small and requires little innovation.
 Team size is small and team members have a good experience.
Semi-detached Mode
 The projects classified as Semi-Detached are comparatively less familiar and difficult to
develop compared to the organic ones.
 Require better guidance and creativity.
 Team size is medium with mixed experience.
65/31/2019
Embedded Mode
 It is combination of organic and semi detach mode.
 A software project with requiring the highest level of complexity, creativity, and
experience requirement fall under this category.
 Such software requires a larger team size than the other two mode.
 Developers need to be sufficiently experienced and creative to develop such
complex models.
75/31/2019
Comparison of Three COCOMO modes
85/31/2019
COCOMO Models
95/31/2019
Basic COCOMO Model
 Basic COCOMO is good for quick, early, rough of software costs.
 It does not account for differences in hardware constraints, Team quality and
experience, use of modern tools and techniques, and other project attributes.
Project estimations:
 Approximate estimate of project parameters(cost , development Time, persons
required to complete a task).
 Software development effort is estimated using LOC(Line Of Code)
105/31/2019
Basic COCOMO Model: Equations
 (Effort applied)E=ab (KLOC) b
b
 (Development Time)D=cb (E) d
b
 (Productivity)P= KLOC/E
 (Staff Size)SS = E/D persons
Where
 KLOC  Kilo Line Of Code(Thousands of line).
 A,b,c,d are coefficients.
115/31/2019
Example
 Suppose that a project was estimated to be 400 KLOC. Calculate the effort and development time for
each of the three modes i.e. organic , semidetached and embedded.
 Solution The basic COCOMO equations take the form: E = ab (KLOC)bb
D = cb (E)db
 Estimated size of the project = 400 KLOC
 1. Organic Mode
 E = 2.4 (400)1.05 = 1295.31
 D = 2.5 (1295.31)0.38 = 38.07
 2. Semi detached Mode
 E = 3.0 (400)1.12 = 2462.79
 D = 2.5 (2462.79)0.35 = 38.45
 3. Embedded Mode
 E = 3.6 (400)1.20 = 4772.81
 D = 2.5 (4772.81)0.32 = 37.59
125/31/2019
Intermediate COCOMO Model
 It is extension of Basic COCOMO model. In the Intermediate model ,additional
set of 15 predictors called cost drivers are introduced.
 It refine estimates obtained by Basic COCOMO model.
 It refines cost estimations using 15 cost drivers.
 Classification of Cost Drivers and their attributes
 The cost drivers are grouped into 4 categories:-
 1.Product attributes
 a. Required software reliability (RELY)
 b. Database size (DATA)
 c. Product complexity (CPLX)
135/31/2019
Classification of Cost Drivers and their attributes(cont’d)
2. Computer attributes
 a. Execution time constraint (TIME)
 b. Main store constraint (STOR)
 c. Virtual machine volatility (VIRT)
 d. Computer turnaround time (TURN)
3. Personnel attributes
 a. Analyst capability (ACAP)
 b. Application experience (AEXP)
 c. Programmer capability (PCAP)
 d. Virtual machine experience (VEXP)
 e. Programming Language experience (LEXP)
4. Project attributes
 a. Modern programming practices (MODP)
 b. Use of software tool (TOOL)
 c. Required development schedule (SCED) 145/31/2019
Intermediate COCOMO Model : Equations
 (Effort)E = ai (KLOC)bi * EAF
 (Development Time)D = ci (E)di
 (Staff Size)SS = E/D persons
 (Productivity)P = KLOC/E
Where EAF  Effort Adjustment Factor
Co- efficients for Intermediate COCOMO
155/31/2019
Detailed COCOMO Model
It refine intermediate COCOMO Model.
In detailed cocomo, the whole software is divided into different modules and then we apply
COCOMO in different modules to estimate effort and then sum the effort.
The Development phases :
 Plan/ requirements: This is the first phase of the development cycle. The requirement is
analyzed, the product plan is set up and a full product specification is generated. This phase
consumes from 6% to 8% of the effort and 10% to 40% of the development time.
 Product Design: The second phase of the COCOMO development cycle is concerned with
the determination of the product architecture and the specification of the subsystem. This
phase requires from 16% to 18% of the nominal effort and can last from 19% to 38% of
the development time.
165/31/2019
Detailed COCOMO Model :Development Phases
 Programming: The third phase of the COCOMO development cycle is divided into
two sub phases: detailed design and code/unit test. This phase requires from 48% to
68% of the effort and lasts from 24% to 64% of the development time.
 Integration/test: This phase of the COCOMO development cycle occurs before
delivery. This mainly consist of putting the tested parts together and then testing the
final product this phase requires from 16% to 34% of the nominal effort and can last
from 18% to 34% of the development time
175/31/2019
Detailed COCOMO Model :Equations
 (Effort)E = ai (KLOC)bi * EAF
 (Development Time) D= ci (E)di
 Ep = µpE ; µp = Used for effort
 Dp = pD ; p = Used for schedule
 (staff size )SS = E/D persons
 (productivity )P = KLOC/E
 EAF = Effort Adjustment factor
185/31/2019
Advantages:
COCOMO is realistic and easy to interpret.
Works on historical data and hence is more predictable and accurate.
The drivers are very helpful to understand the impact on the different factors that
affect the project costs.
Disadvantages:
COCOMO model ignores requirements and all documentation.
It ignores customer skills, cooperation, knowledge and other parameters.
It ignores hardware issues.
It is dependent on the amount of time spent in each phase.
195/31/2019
205/31/2019

Contenu connexe

Tendances

software cost factor
software cost factorsoftware cost factor
software cost factorAbinaya B
 
Quality and productivity factors
Quality and productivity factorsQuality and productivity factors
Quality and productivity factorsNancyBeaulah_R
 
Unit 1.2 Stepwise Project Planning.pdf
Unit 1.2 Stepwise Project Planning.pdfUnit 1.2 Stepwise Project Planning.pdf
Unit 1.2 Stepwise Project Planning.pdfAkshayDwivedi31
 
Software Measurement and Metrics.pptx
Software Measurement and Metrics.pptxSoftware Measurement and Metrics.pptx
Software Measurement and Metrics.pptxubaidullah75790
 
Chapter 1 2 - some size factors
Chapter 1   2 - some size factorsChapter 1   2 - some size factors
Chapter 1 2 - some size factorsNancyBeaulah_R
 
Cocomo model
Cocomo modelCocomo model
Cocomo modelMZ5512
 
Estimating Software Maintenance Costs
Estimating Software Maintenance CostsEstimating Software Maintenance Costs
Estimating Software Maintenance Costslalithambiga kamaraj
 
source code metrics and other maintenance tools and techniques
source code metrics and other maintenance tools and techniquessource code metrics and other maintenance tools and techniques
source code metrics and other maintenance tools and techniquesSiva Priya
 
Language and Processors for Requirements Specification
Language and Processors for Requirements SpecificationLanguage and Processors for Requirements Specification
Language and Processors for Requirements Specificationkirupasuchi1996
 
Designing Techniques in Software Engineering
Designing Techniques in Software EngineeringDesigning Techniques in Software Engineering
Designing Techniques in Software Engineeringkirupasuchi1996
 
Unified process model
Unified process modelUnified process model
Unified process modelRyndaMaala
 
Loc and function point
Loc and function pointLoc and function point
Loc and function pointMitali Chugh
 
Bootstrapping in Compiler
Bootstrapping in CompilerBootstrapping in Compiler
Bootstrapping in CompilerAkhil Kaushik
 

Tendances (20)

Compiler Chapter 1
Compiler Chapter 1Compiler Chapter 1
Compiler Chapter 1
 
software cost factor
software cost factorsoftware cost factor
software cost factor
 
Staffing level estimation
Staffing level estimation Staffing level estimation
Staffing level estimation
 
Quality and productivity factors
Quality and productivity factorsQuality and productivity factors
Quality and productivity factors
 
COCOMO (Software Engineering)
COCOMO (Software Engineering)COCOMO (Software Engineering)
COCOMO (Software Engineering)
 
Cocomo model
Cocomo modelCocomo model
Cocomo model
 
Unit 1.2 Stepwise Project Planning.pdf
Unit 1.2 Stepwise Project Planning.pdfUnit 1.2 Stepwise Project Planning.pdf
Unit 1.2 Stepwise Project Planning.pdf
 
Lexical analysis - Compiler Design
Lexical analysis - Compiler DesignLexical analysis - Compiler Design
Lexical analysis - Compiler Design
 
Software Measurement and Metrics.pptx
Software Measurement and Metrics.pptxSoftware Measurement and Metrics.pptx
Software Measurement and Metrics.pptx
 
Chapter 1 2 - some size factors
Chapter 1   2 - some size factorsChapter 1   2 - some size factors
Chapter 1 2 - some size factors
 
Cocomo model
Cocomo modelCocomo model
Cocomo model
 
Estimating Software Maintenance Costs
Estimating Software Maintenance CostsEstimating Software Maintenance Costs
Estimating Software Maintenance Costs
 
source code metrics and other maintenance tools and techniques
source code metrics and other maintenance tools and techniquessource code metrics and other maintenance tools and techniques
source code metrics and other maintenance tools and techniques
 
Language and Processors for Requirements Specification
Language and Processors for Requirements SpecificationLanguage and Processors for Requirements Specification
Language and Processors for Requirements Specification
 
Designing Techniques in Software Engineering
Designing Techniques in Software EngineeringDesigning Techniques in Software Engineering
Designing Techniques in Software Engineering
 
Unified process model
Unified process modelUnified process model
Unified process model
 
Algorithmic Software Cost Modeling
Algorithmic Software Cost ModelingAlgorithmic Software Cost Modeling
Algorithmic Software Cost Modeling
 
Loc and function point
Loc and function pointLoc and function point
Loc and function point
 
Bootstrapping in Compiler
Bootstrapping in CompilerBootstrapping in Compiler
Bootstrapping in Compiler
 
Software Engineering
Software EngineeringSoftware Engineering
Software Engineering
 

Similaire à COCOMO model

Cost estimation using cocomo model
Cost estimation using cocomo modelCost estimation using cocomo model
Cost estimation using cocomo modelNitesh Bichwani
 
Software Estimation Part II
Software Estimation Part IISoftware Estimation Part II
Software Estimation Part IIsslovepk
 
COCOMO 1 Model ppt AR-1.pdf
COCOMO 1 Model  ppt AR-1.pdfCOCOMO 1 Model  ppt AR-1.pdf
COCOMO 1 Model ppt AR-1.pdf23017156038
 
cocomo-220726173706-141e0dsdsd8f0 (1).pdf
cocomo-220726173706-141e0dsdsd8f0 (1).pdfcocomo-220726173706-141e0dsdsd8f0 (1).pdf
cocomo-220726173706-141e0dsdsd8f0 (1).pdfssuser2d043c
 
COCOMO methods for software size estimation
COCOMO methods for software size estimationCOCOMO methods for software size estimation
COCOMO methods for software size estimationPramod Parajuli
 
Algorithmic Software Cost Estimation V2(1) (1).pptx
Algorithmic Software Cost Estimation V2(1) (1).pptxAlgorithmic Software Cost Estimation V2(1) (1).pptx
Algorithmic Software Cost Estimation V2(1) (1).pptxsadeepaJayatissa1
 
Constructive Cost Model - II (COCOMO-II)
Constructive Cost Model - II (COCOMO-II)Constructive Cost Model - II (COCOMO-II)
Constructive Cost Model - II (COCOMO-II)AmanSharma1172
 
Cocomo ( cot constrictive model) and capability maturity model
Cocomo ( cot constrictive model) and capability maturity modelCocomo ( cot constrictive model) and capability maturity model
Cocomo ( cot constrictive model) and capability maturity modelPrakash Poudel
 
SE_Sec-A_Lecture-10.pdf
SE_Sec-A_Lecture-10.pdfSE_Sec-A_Lecture-10.pdf
SE_Sec-A_Lecture-10.pdfDISHANTBALOTRA
 
COCOMO Model.pptx
COCOMO Model.pptxCOCOMO Model.pptx
COCOMO Model.pptxsuchi70
 

Similaire à COCOMO model (20)

Cost estimation using cocomo model
Cost estimation using cocomo modelCost estimation using cocomo model
Cost estimation using cocomo model
 
COCOMO Model By Dr. B. J. Mohite
COCOMO Model By Dr. B. J. MohiteCOCOMO Model By Dr. B. J. Mohite
COCOMO Model By Dr. B. J. Mohite
 
Software Estimation Part II
Software Estimation Part IISoftware Estimation Part II
Software Estimation Part II
 
COCOMO 1 Model ppt AR-1.pdf
COCOMO 1 Model  ppt AR-1.pdfCOCOMO 1 Model  ppt AR-1.pdf
COCOMO 1 Model ppt AR-1.pdf
 
Software cost estimation
Software cost estimationSoftware cost estimation
Software cost estimation
 
cocomo.pptx
cocomo.pptxcocomo.pptx
cocomo.pptx
 
cocomo-220726173706-141e0dsdsd8f0 (1).pdf
cocomo-220726173706-141e0dsdsd8f0 (1).pdfcocomo-220726173706-141e0dsdsd8f0 (1).pdf
cocomo-220726173706-141e0dsdsd8f0 (1).pdf
 
Aa03101540158
Aa03101540158Aa03101540158
Aa03101540158
 
COCOMO methods for software size estimation
COCOMO methods for software size estimationCOCOMO methods for software size estimation
COCOMO methods for software size estimation
 
5. COCOMO.pdf
5. COCOMO.pdf5. COCOMO.pdf
5. COCOMO.pdf
 
Algorithmic Software Cost Estimation V2(1) (1).pptx
Algorithmic Software Cost Estimation V2(1) (1).pptxAlgorithmic Software Cost Estimation V2(1) (1).pptx
Algorithmic Software Cost Estimation V2(1) (1).pptx
 
Constructive Cost Model - II (COCOMO-II)
Constructive Cost Model - II (COCOMO-II)Constructive Cost Model - II (COCOMO-II)
Constructive Cost Model - II (COCOMO-II)
 
softwarecocomo2.pptx
softwarecocomo2.pptxsoftwarecocomo2.pptx
softwarecocomo2.pptx
 
Cocomo ( cot constrictive model) and capability maturity model
Cocomo ( cot constrictive model) and capability maturity modelCocomo ( cot constrictive model) and capability maturity model
Cocomo ( cot constrictive model) and capability maturity model
 
SE_Sec-A_Lecture-10.pdf
SE_Sec-A_Lecture-10.pdfSE_Sec-A_Lecture-10.pdf
SE_Sec-A_Lecture-10.pdf
 
Cocomo pooja jadhav
Cocomo pooja jadhavCocomo pooja jadhav
Cocomo pooja jadhav
 
COCOMO Model.pptx
COCOMO Model.pptxCOCOMO Model.pptx
COCOMO Model.pptx
 
1sqa25.pptx
1sqa25.pptx1sqa25.pptx
1sqa25.pptx
 
Cocomo m odel
Cocomo m odelCocomo m odel
Cocomo m odel
 
COCOMO MODEL
COCOMO MODELCOCOMO MODEL
COCOMO MODEL
 

Dernier

Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRDelhi Call girls
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PPRINCE C P
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfmuntazimhurra
 
DIFFERENCE IN BACK CROSS AND TEST CROSS
DIFFERENCE IN  BACK CROSS AND TEST CROSSDIFFERENCE IN  BACK CROSS AND TEST CROSS
DIFFERENCE IN BACK CROSS AND TEST CROSSLeenakshiTyagi
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxgindu3009
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)PraveenaKalaiselvan1
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...ssifa0344
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisDiwakar Mishra
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)Areesha Ahmad
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxUmerFayaz5
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoSérgio Sacani
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Lokesh Kothari
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...anilsa9823
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)Areesha Ahmad
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...Sérgio Sacani
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSarthak Sekhar Mondal
 
Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfSumit Kumar yadav
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 

Dernier (20)

The Philosophy of Science
The Philosophy of ScienceThe Philosophy of Science
The Philosophy of Science
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C P
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdf
 
DIFFERENCE IN BACK CROSS AND TEST CROSS
DIFFERENCE IN  BACK CROSS AND TEST CROSSDIFFERENCE IN  BACK CROSS AND TEST CROSS
DIFFERENCE IN BACK CROSS AND TEST CROSS
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on Io
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
 
Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdf
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
CELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdfCELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdf
 

COCOMO model

  • 1. Presented by Hajra Azam ( 16201519-093) 15/31/2019
  • 2. Table Of Content Introduction to COCOMO Model Key Parameters for testing Quality Development Modes Comparison of Three COCOMO modes COCOMO Models Advantages and Disadvantages 25/31/2019
  • 3. Introduction to COCOMO Model  The COCOMO model is one of the most popular cost estimating model in software engineering domain which is based upon LOC (Line Of Code).  COCOMO stands for Constructive Cost Model.  It is a procedural cost estimate model for software projects.  It was proposed by Barry Boehm in 1970 and published in 1981 .  COCOMO predicts the effort and schedule for a software product development based on inputs related to the size of the software. 35/31/2019
  • 4. Key Parameters for testing Quality Effort & Schedule  Effort: Amount of labor that will be required to complete a task. It is measured in person-months units.  Schedule: Amount of time that will be required for the completion of the job. It is measured in the units of time such as weeks, months. 45/31/2019
  • 5. Development Modes  There are three modes of software development project based on development complexity. .Organic Mode Semidetached Mode Embedded Mode 55/31/2019
  • 6. Organic Mode  Relatively small, simple software projects .  problem is well understood and has been solved in the past.  Relatively small and requires little innovation.  Team size is small and team members have a good experience. Semi-detached Mode  The projects classified as Semi-Detached are comparatively less familiar and difficult to develop compared to the organic ones.  Require better guidance and creativity.  Team size is medium with mixed experience. 65/31/2019
  • 7. Embedded Mode  It is combination of organic and semi detach mode.  A software project with requiring the highest level of complexity, creativity, and experience requirement fall under this category.  Such software requires a larger team size than the other two mode.  Developers need to be sufficiently experienced and creative to develop such complex models. 75/31/2019
  • 8. Comparison of Three COCOMO modes 85/31/2019
  • 10. Basic COCOMO Model  Basic COCOMO is good for quick, early, rough of software costs.  It does not account for differences in hardware constraints, Team quality and experience, use of modern tools and techniques, and other project attributes. Project estimations:  Approximate estimate of project parameters(cost , development Time, persons required to complete a task).  Software development effort is estimated using LOC(Line Of Code) 105/31/2019
  • 11. Basic COCOMO Model: Equations  (Effort applied)E=ab (KLOC) b b  (Development Time)D=cb (E) d b  (Productivity)P= KLOC/E  (Staff Size)SS = E/D persons Where  KLOC  Kilo Line Of Code(Thousands of line).  A,b,c,d are coefficients. 115/31/2019
  • 12. Example  Suppose that a project was estimated to be 400 KLOC. Calculate the effort and development time for each of the three modes i.e. organic , semidetached and embedded.  Solution The basic COCOMO equations take the form: E = ab (KLOC)bb D = cb (E)db  Estimated size of the project = 400 KLOC  1. Organic Mode  E = 2.4 (400)1.05 = 1295.31  D = 2.5 (1295.31)0.38 = 38.07  2. Semi detached Mode  E = 3.0 (400)1.12 = 2462.79  D = 2.5 (2462.79)0.35 = 38.45  3. Embedded Mode  E = 3.6 (400)1.20 = 4772.81  D = 2.5 (4772.81)0.32 = 37.59 125/31/2019
  • 13. Intermediate COCOMO Model  It is extension of Basic COCOMO model. In the Intermediate model ,additional set of 15 predictors called cost drivers are introduced.  It refine estimates obtained by Basic COCOMO model.  It refines cost estimations using 15 cost drivers.  Classification of Cost Drivers and their attributes  The cost drivers are grouped into 4 categories:-  1.Product attributes  a. Required software reliability (RELY)  b. Database size (DATA)  c. Product complexity (CPLX) 135/31/2019
  • 14. Classification of Cost Drivers and their attributes(cont’d) 2. Computer attributes  a. Execution time constraint (TIME)  b. Main store constraint (STOR)  c. Virtual machine volatility (VIRT)  d. Computer turnaround time (TURN) 3. Personnel attributes  a. Analyst capability (ACAP)  b. Application experience (AEXP)  c. Programmer capability (PCAP)  d. Virtual machine experience (VEXP)  e. Programming Language experience (LEXP) 4. Project attributes  a. Modern programming practices (MODP)  b. Use of software tool (TOOL)  c. Required development schedule (SCED) 145/31/2019
  • 15. Intermediate COCOMO Model : Equations  (Effort)E = ai (KLOC)bi * EAF  (Development Time)D = ci (E)di  (Staff Size)SS = E/D persons  (Productivity)P = KLOC/E Where EAF  Effort Adjustment Factor Co- efficients for Intermediate COCOMO 155/31/2019
  • 16. Detailed COCOMO Model It refine intermediate COCOMO Model. In detailed cocomo, the whole software is divided into different modules and then we apply COCOMO in different modules to estimate effort and then sum the effort. The Development phases :  Plan/ requirements: This is the first phase of the development cycle. The requirement is analyzed, the product plan is set up and a full product specification is generated. This phase consumes from 6% to 8% of the effort and 10% to 40% of the development time.  Product Design: The second phase of the COCOMO development cycle is concerned with the determination of the product architecture and the specification of the subsystem. This phase requires from 16% to 18% of the nominal effort and can last from 19% to 38% of the development time. 165/31/2019
  • 17. Detailed COCOMO Model :Development Phases  Programming: The third phase of the COCOMO development cycle is divided into two sub phases: detailed design and code/unit test. This phase requires from 48% to 68% of the effort and lasts from 24% to 64% of the development time.  Integration/test: This phase of the COCOMO development cycle occurs before delivery. This mainly consist of putting the tested parts together and then testing the final product this phase requires from 16% to 34% of the nominal effort and can last from 18% to 34% of the development time 175/31/2019
  • 18. Detailed COCOMO Model :Equations  (Effort)E = ai (KLOC)bi * EAF  (Development Time) D= ci (E)di  Ep = µpE ; µp = Used for effort  Dp = pD ; p = Used for schedule  (staff size )SS = E/D persons  (productivity )P = KLOC/E  EAF = Effort Adjustment factor 185/31/2019
  • 19. Advantages: COCOMO is realistic and easy to interpret. Works on historical data and hence is more predictable and accurate. The drivers are very helpful to understand the impact on the different factors that affect the project costs. Disadvantages: COCOMO model ignores requirements and all documentation. It ignores customer skills, cooperation, knowledge and other parameters. It ignores hardware issues. It is dependent on the amount of time spent in each phase. 195/31/2019