Experiment No 12. Practical Significance. Relevant Program Outcomes. Relevant Course Outcomes. Practical Learning Outcomes.

Size: px
Start display at page:

Download "Experiment No 12. Practical Significance. Relevant Program Outcomes. Relevant Course Outcomes. Practical Learning Outcomes."

Transcription

1 Experiment No 12 Estimate cost of the project using COCOMO (Constructive Cost Model) / COCOMO II approach for the assigned project. I Practical Significance COCOMO (Constructive Cost Model) is a regression model based on LOC, i.e number of Lines of Code. It is a procedural cost estimate model for software projects and often used as a process of reliably predicting the various parameters associated with making a project such as size, effort, cost, time and quality. It was proposed by Barry Boehm in 1970 and is based on the study of 63 projects, which make it one of the best-documented models. According to Boehm, software cost estimation should be done through three stages: Basic COCOMO, Intermediate COCOMO, and Complete COCOMO. Each of the models initially estimates efforts based on the total estimated KLOC. II Relevant Program Outcomes All POs are listed. III Relevant Course Outcomes Calculate the size of the project using COCOMO approach for the assigned project. IV Practical Learning Outcomes Detailed descriptions of all aspects of the project to be understand. V Practical Skills Deeper understanding of various measures is used in project size estimation. VI Minimum Theoretical Background There are also different "flavors" of COCOMO in use for business estimates. For example, in a model known as "detailed COCOMO," a step-by-step process includes attention to planning and requirements, system design, detail design, module code and testing, integration and testing, and estimation. In general, COCOMO provides a helpful framework to try to determine the cost and scope of a software project.

2 The key parameters which define the quality of any software products, which are also an outcome of the Cocomo are primarily Effort & Schedule: Effort: Amount of labor that will be required to complete a task. It is measured in person-months units. Schedule: Simply means the amount of time required for the completion of the job, which is, of course, proportional to the effort put. It is measured in the units of time such as weeks, months. COCOMO (Constructive Cost Model) was proposed by Boehm. According to him, there could be three categories of software projects: organic, semidetached, and embedded. The classification is done considering the characteristics of the software, the development team and environment. These product classes typically correspond to application, utility and system programs, respectively. Data processing programs could be considered as application programs. Compilers, linkers, are examples of utility programs. Operating systems, real-time system programs are examples of system programs. One could easily apprehend that it would take much more time and effort to develop an OS than an attendance management system. The concept of organic, semidetached, and embedded systems are described below. Organic: A development project is said to be of organic type, if The project deals with developing a well understood application The development team is small. The team members have prior experience in working with similar types of projects. Semidetached: A development project can be categorized as semidetached type, if The team consists of some experienced as well as inexperienced staff Team members may have some experience on the type of system to be developed. Embedded: Embedded type of development project are those, which Aims to develop a software strongly related to machine hardware Team size is usually large. Boehm suggested that estimation of project parameters should be done through three stages: Basic COCOMO, Intermediate COCOMO, and Complete COCOMO. VII Resources required Sr No Instrument Specification Quantity Remarks 1 Computer System Any Desktop PC with attached HardDisk 10 No. Whichever is available

3 or use for COCOMO II - Constructive Cost Model. VIII Procedure a. Read the exercise enclosed scenario. This scenario describes the software product you are estimating, your work setting and much of the pertinent information required for establishing the model parameters. b. You should initially set the parameters based solely on the information provided in the scenario. In cases where the scenario description provides no direct information regarding a particular factor, you should assume that the nominal setting is appropriate. However, after you have completed the exercise described below, you are encouraged to adjust other factors based on your experience or curiosity. You will then be in a position to observe their impact on effort and schedule. IX Precautions 1. Change the requirement carefully. 2. Save changes if required under the guidance of teacher. X Description Estimation of Effort: Calculations Basic Model Where, E = a * (KLOC) b D= c*(e) d P=E/D E- Effort applied in person-months D Development time in duration-in-month P- Total number of persons required to accomplish the project KLOC... kilo lines of code a, b, c, d depend on the project type

4 The above formula is used for the cost estimation of for the basic COCOMO model, and also is used in the subsequent models. The constant values a and b for the Basic Model for the different categories of system: Intermediate Model

5 The effort calculation: E = a * (KLOC) b * EAF (person-months) D= c*(e) d P=E/D Where, E- Effort applied in person-months D Development time in duration-in-month (use c and d coefficient from basic model) P- Total number of persons required to accomplish the project KLOC... kilo lines of code a, b, c, d depend on the project type Detailed Model Detailed COCOMO incorporates all characteristics of the intermediate version with an assessment of the cost driver s impact on each step of the software engineering process. The Four phases of detailed COCOMO are: 1. Requirements Planning and Product Design 2. Detailed design 3. Code and unit test 4. Integration and test Effort(E) = a b * (KLOC) b b(in Person-months) DevelopmentTime(D) = c b * (E) d b (in month) Average staff size(ss) = E/D (in Person) Productivity(P) = KLOC / E (in KLOC/Person-month)

6 XI Practical related Questions 1. Use COCOMO model to calculate 1. Effort 2. Development Time 3. Average Staff Size 4. Productivity If estimated size of project is 400 KLOC using embedded mode.

7 2. Use COCOMO Model for organic, Semidetached, embedded mode to calculate effort and development time for size of project 600 KLOC.

8

9 3. Using COCOMO,estimate time required for the following: 1. A semi-detached model of software project of 2000 lines. 2. An embedded model of software of 30,000 lines. 3. An organic model of software of one lakh lines. 4. An organic model of software of 10 lakh lines.

10

11 List Of Student Team Members: Marks Obtained Signature Of Teacher Process Related(15) Product Related(10) Total (25)

Experiment No 3. Prepare broad SRS (Software Requirements Software) for the above selected project. Practical Significance. Relevant Program Outcomes

Experiment No 3. Prepare broad SRS (Software Requirements Software) for the above selected project. Practical Significance. Relevant Program Outcomes Experiment No 3 Prepare broad SRS (Software Requirements Software) for the above selected project. I Practical Significance A software requirements specification (SRS) is a document that captures complete

More information

Experiment No 10. Deeper understanding of risk mitigation, monitoring and management plan is to identify as many

Experiment No 10. Deeper understanding of risk mitigation, monitoring and management plan is to identify as many Experiment No 10 Identify risks involved in the project and prepare RMMM (Risk Management, Mitigation and Monitoring) plan. I Practical Significance A risk management strategy can be defined as a software

More information

Darshan Institute of Engineering & Technology for Diploma Studies

Darshan Institute of Engineering & Technology for Diploma Studies RESPONSIBILITY OF SOFTWARE PROJECT MANAGER Job responsibility Software project managers take the overall responsibility of project to success. The job responsibility of a project manager ranges from invisible

More information

SOFTWARE ENGINEERING

SOFTWARE ENGINEERING SOFTWARE ENGINEERING Project planning Once a project is found to be feasible, software project managers undertake project planning. Project planning is undertaken and completed even before any development

More information

CS Homework 5. Deadline. How to submit. Purpose. Important notes. Problem 1. CS Homework 5 p. 1

CS Homework 5. Deadline. How to submit. Purpose. Important notes. Problem 1. CS Homework 5 p. 1 CS 458 - Homework 5 p. 1 Deadline Due by 11:59 pm on Friday, October 14, 2016 How to submit CS 458 - Homework 5 Submit this homework's file using ~st10/458submit on either nrs-projects, with a homework

More information

Resource Model Studies

Resource Model Studies Resource Model Studies MODELING AND MEASURING RESOURCES Model Validation Study Walston and Felix build a model of resource estimation for the set of projects at the IBM Federal Systems Division. They did

More information

Professor Hausi A. Müller PhD PEng FCAE Department of Computer Science Faculty of Engineering University of Victoria

Professor Hausi A. Müller PhD PEng FCAE Department of Computer Science Faculty of Engineering University of Victoria Professor Hausi A. Müller PhD PEng FCAE Department of Computer Science Faculty of Engineering University of Victoria www.engr.uvic.ca/~seng321/ courses1.csc.uvic.ca/courses/201/spring/seng/321 SENG 321

More information

Software Efforts & Cost Estimation Matrices and Models. By: Sharaf Hussain

Software Efforts & Cost Estimation Matrices and Models. By: Sharaf Hussain Software Efforts & Cost Estimation Matrices and Models By: Sharaf Hussain Techniques for estimating Software Cost Lines of Code Function Point COCOMO SLIM Lines of code (LOC) Lines of Code LOC NCLOC (Non

More information

Estimation Based on Function Points

Estimation Based on Function Points EECS811: IT Project Management(University of Kansas, Spring 2013) Slide 1 Estimation Based on Function Points Based on the Number of input items (I): those items provided by the user that describe distinct

More information

CS Homework 6 p. 1. CS Homework 6

CS Homework 6 p. 1. CS Homework 6 CS 458 - Homework 6 p. 1 Deadline CS 458 - Homework 6 Problems 1 through 4 were completed during the specified CS 458 class sessions. Problems 5 onward are due by 11:59 pm on Friday, October 13, 2017 Purpose

More information

Project Plan Community Forum Version 1.0 Submitted by Nayan Ancha

Project Plan Community Forum Version 1.0 Submitted by Nayan Ancha Project Plan Community Forum Version 1.0 Submitted by Nayan Ancha CIS 895 MSE Project Department of Computing and Information Sciences Kansas State University 1 Table of Contents 1. TASK BREAKDOWN... 3

More information

Project Plan. KSU Student Portal. Version 1.0. Submitted in partial fulfillment of the requirements of the degree of MSE

Project Plan. KSU Student Portal. Version 1.0. Submitted in partial fulfillment of the requirements of the degree of MSE Project Plan KSU Student Portal Version 1.0 Submitted in partial fulfillment of the requirements of the degree of MSE Javier Ramos Rodríguez CIS 895 MSE Project Kansas State University 1 Table of contents

More information

Assessing Accuracy of Formal Estimation Models and Development of an Effort Estimation Model for Industry Use

Assessing Accuracy of Formal Estimation Models and Development of an Effort Estimation Model for Industry Use Assessing Accuracy of Formal Estimation Models and Development of an Effort Estimation Model for Industry Use Paula S. Esplanada Department of Computer Science,University of the Philippines Cebu College

More information

Prof. Dr. A. Podelski, Sommersemester 2017 Dr. B. Westphal. Softwaretechnik/Software Engineering

Prof. Dr. A. Podelski, Sommersemester 2017 Dr. B. Westphal. Softwaretechnik/Software Engineering Prof. Dr. A. Podelski, Sommersemester 2017 Dr. B. Westphal Softwaretechnik/Software Engineering http://swt.informatik.uni-freiburg.de/teaching/ss2017/swtvl Exercise Sheet 2 Early submission: Wednesday,

More information

Contents. Today Project Management. What is Project Management? Project Management Activities. Project Resources

Contents. Today Project Management. What is Project Management? Project Management Activities. Project Resources Contents Last Time - Software Development Processes Introduction Software Development Processes Project Management Requirements Engineering Software Construction Group processes Quality Assurance Software

More information

MTAT Software Economics. Session 6: Software Cost Estimation

MTAT Software Economics. Session 6: Software Cost Estimation MTAT.03.244 Software Economics Session 6: Software Cost Estimation Marlon Dumas marlon.dumas ät ut. ee Outline Estimating Software Size Estimating Effort Estimating Duration 2 For Discussion It is hopeless

More information

COCOMO Models 26/12/2016 1

COCOMO Models 26/12/2016 1 COCOMO Models 26/12/2016 1 Project Management and Mr. Murphy 1. Logic is a systematic method of coming to the wrong conclusion with confidence. 2. Technology is dominated by those who manage what they

More information

SENG380:Software Process and Management. Software Size and Effort Estimation Part2

SENG380:Software Process and Management. Software Size and Effort Estimation Part2 SENG380:Software Process and Management Software Size and Effort Estimation Part2 1 IFPUG File Type Complexity Table 1 External user type External input types External output types Low Average High 3 4

More information

Chapter 5 Estimate Influences

Chapter 5 Estimate Influences Dilbert Scott Adams Dilbert Scott Adams Chapter 5 Estimate Influences How much is 68 + 73? ENGINEER: It s 141. Short and sweet. MATHEMATICIAN: 68 + 73 = 73 + 68 by the commutative law of addition. True,

More information

Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects

Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects Mahboobeh Dorosti,. Vahid Khatibi Bardsiri Department of Computer Engineering, Kerman Branch, Islamic Azad

More information

INDEX. O Organic mode 1

INDEX. O Organic mode 1 INDEX O Organic mode 1 P Paste 23, 26 Percent of Code Modification (CM) 5 Percent of Design Modification (DM) 5 Percent of Integration Required for Modified Software (IM) 5 Person-Month 2 Personnel 27

More information

SE Notes Mr. D. K. Bhawnani, Lect (CSE) BIT

SE Notes Mr. D. K. Bhawnani, Lect (CSE) BIT Unit 5 Software Project Management Introduction Building computer software is a complex undertaking task, which particularly involves many people working over a relatively long time. That s why software

More information

COCOMO based on Clean room Development Methodology

COCOMO based on Clean room Development Methodology COCOMO based on Clean room Development Methodology Mahesh Bahadur Singh, Asst.Professor,SIEM,Mathura,09794489194,maheshcolab@gmail.com Hradesh Kumar, Asst.Professor,SIEM,Mathura,09761314696,hradesh.pachauri@gmail.com

More information

Project Plan. For KDD- Service based Numerical Entity Searcher (KSNES) Version 1.1

Project Plan. For KDD- Service based Numerical Entity Searcher (KSNES) Version 1.1 Project Plan For KDD- Service based Numerical Entity Searcher (KSNES) Version 1.1 Submitted in partial fulfillment of the Masters of Software Engineering degree. Naga Sowjanya Karumuri CIS 895 MSE Project

More information

PLANNING AND ESTIMATING

PLANNING AND ESTIMATING Slide 9.1 Overview Slide 9.2 PLANNING AND ESTIMATING Planning and the software process Estimating duration and cost Components of a software project management plan Software project management plan framework

More information

Cost Estimation for Projects

Cost Estimation for Projects Cost Estimation for Projects Prof. Dr. U. Aßmann Technische Universität Dresden Institut für Software- und Multimediatechnik Gruppe Softwaretechnologie http://www-st.inf.tu-dresden.de Softwaretechnologie

More information

Evaluation of SE research

Evaluation of SE research Evaluation of SE research 2 What convinces you? Why? CSE503: SOFTWARE ENGINEERING RESEARCH APPROACHES, ECONOMICS AND GOVERNANCE David Notkin Spring 2011 3 Possible answers include Intuition Quantitative

More information

Figure 1 Function Point items and project category weightings

Figure 1 Function Point items and project category weightings Software measurement There are two significant approaches to measurement that project managers need to be familiar with. These are Function Point Analysis (Albrecht, 1979) and COCOMO (Boehm, 1981). 1.

More information

Software Estimation. Estimating Software Size

Software Estimation. Estimating Software Size Appendix C - Software Estimation 1 Software Estimation Accurately estimating software size, cost, effort, and schedule is probably the biggest challenge facing software developers today. A discussion of

More information

Estimating Duration and Cost. CS 390 Lecture 26 Chapter 9: Planning and Estimating. Planning and the Software Process

Estimating Duration and Cost. CS 390 Lecture 26 Chapter 9: Planning and Estimating. Planning and the Software Process CS 390 Lecture 26 Chapter 9: Planning and Estimating Before starting to build software, it is essential to plan the entire development effort in detail Planning continues during development and then postdelivery

More information

Keywords COCOMO model, cost estimation, genetic algorithm, ant colony optimization.

Keywords COCOMO model, cost estimation, genetic algorithm, ant colony optimization. Volume 4, Issue 1, January 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com COCOMO model

More information

Measure Performance of VRS Model using Simulation Approach by Comparing COCOMO Intermediate Model in Software Engineering

Measure Performance of VRS Model using Simulation Approach by Comparing COCOMO Intermediate Model in Software Engineering Measure Performance of VRS Model using Simulation Approach by Comparing COCOMO Intermediate Model in Software Engineering Dr. Devesh Kumar Srivastava Jaipur India E-mail: devesh98@gmail.com Abstract Estimation

More information

Software Engineering. Lab Manual. Software Engineering BE(comp) VII semester

Software Engineering. Lab Manual. Software Engineering BE(comp) VII semester Lab Manual Software Engineering BE(comp) VII semester 1 Index Sr. No. of Programming Page No. 1 Studying Various phases of Water-Fall Model. 3 2 3 Prepare SRS for Banking or On line book store domain problem.

More information

Management of Software Engineering. Ch. 8 1

Management of Software Engineering. Ch. 8 1 Management of Software Engineering Ch. 8 1 Project control Ch. 8 2 Work Breakdown Structure WBS describes a break down of project goal into intermediate goals Each in turn broken down in a hierarchical

More information

SENG Software Reliability and Software Quality Project Assignments

SENG Software Reliability and Software Quality Project Assignments The University of Calgary Department of Electrical and Computer Engineering SENG 521 - Software Reliability and Software Quality Project Assignments Behrouz Far Fall 2012 (Revision 1.01) 1 Assignment no.

More information

MODELING RESOURCES 7.1

MODELING RESOURCES 7.1 MODELING RESOURCES There are a variety of reasons for modeling resources. We may wish to do an initial prediction of resources, i.e., based upon a set of factors that can be estimated about a project,

More information

IT-hub College, Sargodha Version: 1.0 Online Attendance Management System Date: February 20, 2017

IT-hub College, Sargodha Version: 1.0 Online Attendance Management System Date: February 20, 2017 Department of Computer Science & Information Technology University of Sargodha Online Attendance Management System Version 1.0 IT-Hub College, Sargodha 1 Table of contents Chapter 1 : Final Project Proposal...

More information

mywbut.com Software Project Planning

mywbut.com Software Project Planning Software Project Planning 1 Project Planning and Project Estimation Techniques 2 Specific Instructional Objectives At the end of this lesson the student would be able to: Identify the job responsibilities

More information

3. PROPOSED MODEL. International Journal of Computer Applications ( ) Volume 103 No.9, October 2014

3. PROPOSED MODEL. International Journal of Computer Applications ( ) Volume 103 No.9, October 2014 Software Effort Estimation: A Fuzzy Logic Approach Vishal Chandra AI, SGVU Jaipur, Rajasthan, India ABSTRACT There are many equation based effort estimation models like Bailey-Basil Model, Halstead Model,

More information

Project Planning. COSC345 Software Engineering 2016 Slides by Andrew Trotman given by O K

Project Planning. COSC345 Software Engineering 2016 Slides by Andrew Trotman given by O K Project Planning COSC345 Software Engineering 2016 Slides by Andrew Trotman given by O K Overview Assignment: The assignment sheet specifies a minimum Think about what else you should include (the cool

More information

Chapter 5: Software effort estimation- part 2

Chapter 5: Software effort estimation- part 2 Chapter 5: Software effort estimation- part 2 NET481: Project Management Afnan Albahli " Topics to be covered Difficulties of Estimation Where are estimates done? Problems of over- and under- estimate

More information

Estimating Size and Effort

Estimating Size and Effort Estimating Size and Effort Dr. James A. Bednar jbednar@inf.ed.ac.uk http://homepages.inf.ed.ac.uk/jbednar Dr. David Robertson dr@inf.ed.ac.uk http://www.inf.ed.ac.uk/ssp/members/dave.htm SAPM Spring 2006:

More information

Estimating SW Size and Effort Estimating Size and Effort

Estimating SW Size and Effort Estimating Size and Effort Estimating SW Size and Effort Estimating Size and Effort Dr. James A. Bednar jbednar@inf.ed.ac.uk http://homepages.inf.ed.ac.uk/jbednar Dr. David Robertson dr@inf.ed.ac.uk http://www.inf.ed.ac.uk/ssp/members/dave.htm

More information

Software Effort Estimation using Satin Bowerbird Algorithm

Software Effort Estimation using Satin Bowerbird Algorithm uct Software Effort Estimation using Satin Bowerbird Algorithm Rishi Kishore 1, D. L. Gupta 2 1 M.Tech student, 2 Asso. Prof., Dept. of Computer Science and Engineering Kamla Nehru Institute of Technology,

More information

Software Estimation Experiences at Xerox

Software Estimation Experiences at Xerox 15th International Forum on COCOMO and Software Cost Modeling Software Estimation Experiences at Xerox Dr. Peter Hantos Office Systems Group, Xerox 1 Theme Is making bad estimates a crime? No, but it is

More information

First, a detailed description of function points Then, how to use function points and lines of code for cost estimation.

First, a detailed description of function points Then, how to use function points and lines of code for cost estimation. Cost Page 1 Cost modeling Monday, October 05, 2009 11:17 AM First, a detailed description of function points Then, how to use function points and lines of code for cost estimation. Reading: SEPA Chapter

More information

Project Cost Estimator A Decision Support System for Software Development By Zayd N. Sukhun and Kevin C. Krefting

Project Cost Estimator A Decision Support System for Software Development By Zayd N. Sukhun and Kevin C. Krefting Project Cost Estimator A Decision Support System for Software Development By Zayd N. Sukhun and Kevin C. Krefting Purpose The Project Cost Estimator (PCE) is a Model-Driven Decision Support System that

More information

Management and MDD. Peter Dolog dolog [at] cs [dot] aau [dot] dk E2-201 Information Systems March 6, 2007

Management and MDD. Peter Dolog dolog [at] cs [dot] aau [dot] dk E2-201 Information Systems March 6, 2007 Management and MDD Peter Dolog dolog [at] cs [dot] aau [dot] dk E2-201 Information Systems March 6, 2007 2 Management Software Engineering Management 3 Req. Design Const. Test Iterations Management 4 5

More information

"Charting the Course... MOC A System Center 2012 Service Manager. Course Summary

Charting the Course... MOC A System Center 2012 Service Manager. Course Summary Course Summary Description This five-day course teaches students how to design, deploy and maintain Service Manager within their organizations. Students are introduced to the various System Center products

More information

DUKE, STEPHEN OROK OKOR AND OBIDINNU, JULIUS NWAFILI

DUKE, STEPHEN OROK OKOR AND OBIDINNU, JULIUS NWAFILI GLOBAL JOURNAL OF PUR AND APPLID SCINCS VOL 16, NO. 4 2010: 479-492 COPYRIGHT BACHUDO SCINC CO. LTD PRINTD IN NIGRIA. ISSN 1118-0579 www.globaljournalseries.com; mail: info@globaljournalseries.com AN IMPROVD

More information

Estimating Size and Effort

Estimating Size and Effort Estimating Size and Effort Massimo Felici and Conrad Hughes mfelici@staffmail.ed.ac.uk conrad.hughes@ed.ac.uk http://www.inf.ed.ac.uk/teaching/courses/sapm/ Slides: Dr James A. Bednar SAPM Spring 2009:

More information

Characteristics of a project

Characteristics of a project Project Planning Project A project can be defined as a set of activities that is performed with the available resources in order to accomplish a set of objectives within a specific period of time. Characteristics

More information

Using Monte Carlo and COCOMO-2 to Model a Large IT System Development. COCOMO/SCM 17 October 24, 2002 John Bailey Institute for Defense Analyses

Using Monte Carlo and COCOMO-2 to Model a Large IT System Development. COCOMO/SCM 17 October 24, 2002 John Bailey Institute for Defense Analyses Using Monte Carlo and COCOMO-2 to Model a Large IT System Development COCOMO/SCM 17 October 24, 2002 John Bailey Institute for Defense Analyses Study Goals Estimate the cost and schedule of a large IT

More information

"Charting the Course... MOC C Administering System Center Configuration Manager and Intune. Course Summary

Charting the Course... MOC C Administering System Center Configuration Manager and Intune. Course Summary Description Course Summary Get expert instruction and hands-on practice configuring and managing clients and devices by using Microsoft System Center v1511, Microsoft Intune, and their associated site

More information

Software Engineering Measurement and Fundamental Estimation Techniques.

Software Engineering Measurement and Fundamental Estimation Techniques. Session 4 Software Engineering Measurement and Fundamental Estimation Techniques. Slide 1 of 59 Session Aims The main aim of this session is to introduce you to the notion of measurement of software production

More information

Software Efforts and Cost Estimation with a Systematic Approach

Software Efforts and Cost Estimation with a Systematic Approach Software Efforts and Cost Estimation with a Systematic Approach Chetan Nagar, 2 Anurag Dixit Ph.D Student, Mewar University (Gangrar) Chittodgarh Rajasthan India 2 Dean-Professor(CS/IT) BRCM CET,Bahal

More information

Software Growth Analysis

Software Growth Analysis Naval Center for Cost Analysis Software Growth Analysis June 2015 Team: Corinne Wallshein, Nick Lanham, Wilson Rosa, Patrick Staley, and Heather Brown Software Growth Analysis Introduction to software

More information

Impact of Analyst and Programmer Capability on Software Development Cost

Impact of Analyst and Programmer Capability on Software Development Cost Journal of Information & Communication Technology Vol., o., (Fall 007) - Impact of Analyst and Programmer Capability on Software Development Cost Ghulam Qadir Memon Professor and Associate Dean, Dadabhoy

More information

Software Effort Estimation using Radial Basis and Generalized Regression Neural Networks

Software Effort Estimation using Radial Basis and Generalized Regression Neural Networks WWW.JOURNALOFCOMPUTING.ORG 87 Software Effort Estimation using Radial Basis and Generalized Regression Neural Networks Prasad Reddy P.V.G.D, Sudha K.R, Rama Sree P and Ramesh S.N.S.V.S.C Abstract -Software

More information

"Charting the Course... MOC B Designing a Microsoft SharePoint 2010 Infrastructure. Course Summary

Charting the Course... MOC B Designing a Microsoft SharePoint 2010 Infrastructure. Course Summary Course Summary Description This 5 day ILT course teaches IT Professionals to design and deploy Microsoft SharePoint. Objectives At the end of this course, students will be able to: Describe the core methods

More information

Remedy Change Management 4.0

Remedy Change Management 4.0 Remedy Change Management 4.0 User s Guide October November 1999 1999 CM-40B-UG-01 CM-400-UG-01 1991 1999 by Remedy Corporation. All rights reserved. This documentation may not be copied in whole or in

More information

Project Plan. CivicPlus Activity Metrics Tool. Version 1.0. Keith Wyss CIS 895 MSE Project Kansas State University

Project Plan. CivicPlus Activity Metrics Tool. Version 1.0. Keith Wyss CIS 895 MSE Project Kansas State University Project Plan CivicPlus Activity Metrics Tool Version 1.0 Keith Wyss CIS 895 MSE Project Kansas State University Table of Contents 1. INTRODUCTION... 5 1.1. REFERENCES... 5 2. WORK BREAKDOWN STRUCTURE...

More information

C A R I B B E A N E X A M I N A T I O N S C O U N C I L REPORT ON CANDIDATES WORK IN THE SECONDARY EDUCATION CERTIFICATE EXAMINATION MAY/JUNE 2007

C A R I B B E A N E X A M I N A T I O N S C O U N C I L REPORT ON CANDIDATES WORK IN THE SECONDARY EDUCATION CERTIFICATE EXAMINATION MAY/JUNE 2007 C A R I B B E A N E X A M I N A T I O N S C O U N C I L REPORT ON CANDIDATES WORK IN THE SECONDARY EDUCATION CERTIFICATE EXAMINATION MAY/JUNE 2007 OFFICE ADMINISTRATION Copyright Caribbean Examinations

More information

Project Management Phases. Initiating Planning Executing Controlling Closing

Project Management Phases. Initiating Planning Executing Controlling Closing Project Management Project Management is the application of knowledge, skills, tools and techniques to the project activities with the aim of meeting or exceeding the stakeholder's requirements. Project

More information

Software Metrics. Outline

Software Metrics. Outline Outline These slides will be covered during TWO lectures. Motivation COnstr uctive COst MOdel Basic COCOMO Inter mediate COCOMO Function Point Analysis Other Metrics Uses of Metrics Conclusions Motivation

More information

RESERVE BANK OF INDIA

RESERVE BANK OF INDIA RESERVE BANK OF INDIA www.rbi.org.in Empanelment of Vendors for supply of Computer Hardware, Software and Peripherals to RBI, Thiruvananthapuram and for the Maintenance of its Hardware, Software and Peripherals

More information

ORGANIZATIONAL STRUCTURE IMPACTS ON PROJECT PERFORMANCE AMONG WORKER AT OIL AND GAS INDUSTRY

ORGANIZATIONAL STRUCTURE IMPACTS ON PROJECT PERFORMANCE AMONG WORKER AT OIL AND GAS INDUSTRY ORGANIZATIONAL STRUCTURE IMPACTS ON PROJECT PERFORMANCE AMONG WORKER AT OIL AND GAS INDUSTRY NUR AQILAH BINTI JAMALUDIN Report submitted in partial fulfilment of the requirement for the award of the Degree

More information

When it Comes to Estimating

When it Comes to Estimating ESTIMATING PROJECTS When it Comes to Estimating We can estimate things we know We can estimate things that are like/similar to things we know We can t estimate what we don t know So How Do We get to Know?

More information

Optimized Fuzzy Logic Based Framework for Effort Estimation in Software Development

Optimized Fuzzy Logic Based Framework for Effort Estimation in Software Development ISSN (Online): 1694-784 ISSN (Print): 1694-814 Optimized Fuzzy Logic Based Framework for Effort Estimation in Software Development 3 Vishal Sharma 1 and Harsh Kumar Verma 2 1 Department of Computer Science

More information

Software Cost Estimation Models and Techniques: A Survey

Software Cost Estimation Models and Techniques: A Survey Software Cost Estimation Models and Techniques: A Survey 1 Yansi Keim, 1 Manish Bhardwaj, 2 Shashank Saroop, 2 Aditya Tandon Department of Information Technology Ch. Brahm Prakash Government Engineering

More information

presents the COnstructive COst MOdel (COCOMO): the most advanced, thoroughly calibrated software cost estimation model available today.

presents the COnstructive COst MOdel (COCOMO): the most advanced, thoroughly calibrated software cost estimation model available today. SOFTWARE ENGINEERING ECONOMICS BARRY W. BOEHM SUMMARY The primary learning objectives of Software Engineering Economies by Barry W. Boehm are to: identify the factors most strongly influencing software

More information

Eligibility criteria for the post of Director (Finance and Administration), to be filed on Deputation basis.

Eligibility criteria for the post of Director (Finance and Administration), to be filed on Deputation basis. Eligibility criteria for the post of Director (Finance and Administration), to be filed on Deputation basis. 1. Post, Pay Scale & Nature of Appointment Designation: Director Finance & Administration Number

More information

Presented at the 2008 SCEA-ISPA Joint Annual Conference and Training Workshop -

Presented at the 2008 SCEA-ISPA Joint Annual Conference and Training Workshop - DEVELOPMENT AND PRODUCTION COST EQUATIONS DERIVED FROM PRICE-H TO ENABLE RAPID AIRCRAFT (MDO) TRADE STUDIES 2008 Society Cost Estimating Analysis (SCEA) Conference W. Thomas Harwick, Engineering Specialist

More information

ASSESSMENT OF EARLY SUPPLIER INVOLVEMENT IN PRODUCT DEVELOPMENT IN MALAYSIA FOOD INDUSTRY YAP JESSICA

ASSESSMENT OF EARLY SUPPLIER INVOLVEMENT IN PRODUCT DEVELOPMENT IN MALAYSIA FOOD INDUSTRY YAP JESSICA ASSESSMENT OF EARLY SUPPLIER INVOLVEMENT IN PRODUCT DEVELOPMENT IN MALAYSIA FOOD INDUSTRY YAP JESSICA Thesis submitted in fulfilment of the requirements for the award of the degree of Bachelor of Industrial

More information

Estimation for Software Projects. Slides copyright 1996, 2001, 2005, 2009 by Roger S. Pressman. For non-profit educational use only

Estimation for Software Projects. Slides copyright 1996, 2001, 2005, 2009 by Roger S. Pressman. For non-profit educational use only Chapter 26 Estimation for Software Projects Slide Set to accompany Software Engineering: A Practitioner s Approach, 7/e by Roger S. Pressman Slides copyright 1996, 2001, 2005, 2009 by Roger S. Pressman

More information

A system is a group of elements organized and arranged so that the. elements can act as a whole toward achieving a common goal; is a collection of

A system is a group of elements organized and arranged so that the. elements can act as a whole toward achieving a common goal; is a collection of MC9252- Software Project Management 2 Marks Questions 1. Define software project management. Software Project Management has key ideas about the planning, monitoring, and control of software projects 2.

More information

2. What is a phase? A phase is a collection of related activities or tasks that produce a deliverable or work product.

2. What is a phase? A phase is a collection of related activities or tasks that produce a deliverable or work product. Department of Computer Science Software Project Management Question Bank 1. Define software project management. Software Project Management has key ideas about the planning,monitoring, and control of software

More information

Annotation of Function Point Model over Size Estimation

Annotation of Function Point Model over Size Estimation Annotation of Function Point Model over Size Estimation Souvik Daw Avijit Das Parthasarathi paul Sikkim Manipal Institute Birla Institute of Birla Institute of of Technology Technology Technology Sikkim

More information

An Investigation into the Suitability of k-nearest Neighbour (k-nn) for Software Effort Estimation

An Investigation into the Suitability of k-nearest Neighbour (k-nn) for Software Effort Estimation An Investigation into the Suitability of k-nearest Neighbour (k-nn) for Software Effort Estimation Razak Olu-Ajayi Department of Computer Science, University of Hertfordshire Hatfield, UK Abstract Software

More information

Today s Lecture. Fall 2004 SE 101 Introduction to Software Engineering 2

Today s Lecture. Fall 2004 SE 101 Introduction to Software Engineering 2 Project Planning Today s Lecture 1. Intro to Software Engineering 2. Inexact quantities 3. Error propagation 4. Floating-point numbers 5. Design process 6. Teamwork - no web review 7. Project planning

More information

Amanullah Dept. Computing and Technology Absayn University Peshawar Abdus Salam

Amanullah Dept. Computing and Technology Absayn University Peshawar Abdus Salam A Comparative Study for Software Cost Estimation Using COCOMO-II and Walston-Felix models Amanullah Dept. Computing and Technology Absayn University Peshawar scholar.amankhan@gmail.com Abdus Salam Dept.

More information

PRACTICAL TRAINING. (Or)

PRACTICAL TRAINING. (Or) PRACTICAL TRAINING 1. Objectives of the Practical Training To develop among the students the necessary skill required to apply theoretical knowledge of cost and management accounting to practical situations

More information

Topic 12. SW/CIS Project Estimates (LOC, FP, efforts, cost, etc.)

Topic 12. SW/CIS Project Estimates (LOC, FP, efforts, cost, etc.) Topic 12 SW/CIS Project Estimates (LOC, FP, efforts, cost, etc.) SW/CIS Development Project Estimation: An Overview 1. SW/CIS D&D Project planning involves estimating how much time, effort, money, and

More information

SAP SALES & DISTRIBUTION

SAP SALES & DISTRIBUTION SAP SALES & DISTRIBUTION Complex customizing settings Cross functional integration of sales, delivery and billing Cross module integration with other SAP modules Real time functionality in SD department

More information

THE ROLE AND IMPACT OF INFORMATION TECHNOLOGY TOWARDS THE UNEMPLOYMENT RATE OF HUMAN RESOURCE MANAGEMENT

THE ROLE AND IMPACT OF INFORMATION TECHNOLOGY TOWARDS THE UNEMPLOYMENT RATE OF HUMAN RESOURCE MANAGEMENT THE ROLE AND IMPACT OF INFORMATION TECHNOLOGY TOWARDS THE UNEMPLOYMENT RATE OF HUMAN RESOURCE MANAGEMENT MUNITA TAN PB12037 BACHELOR OF PROJECT MANAGEMENT WITH HONOURS UNIVERSITI MALAYSIA PAHANG THE ROLE

More information

Information Technology Project Management. Copyright 2012 John Wiley & Sons, Inc.

Information Technology Project Management. Copyright 2012 John Wiley & Sons, Inc. Information Technology Project Management 6-1 Copyright 2012 John Wiley & Sons, Inc. Estimating Techniques - Software Engineering Approaches Lines of Code (LOC) Function Points COCOMO Heuristics Software

More information

3. December seminar cost estimation W 2002/2003. Constructive cost model Department of Information Technology University of Zurich

3. December seminar cost estimation W 2002/2003. Constructive cost model Department of Information Technology University of Zurich I 3. December 2002 seminar cost estimation W 2002/2003 COCOMO Constructive cost model Department of Information Technology University of Zurich Nancy Merlo-Schett Nancy Merlo-Schett, Department of Information

More information

PROJECT PROPOSAL. [Project Name] [Organization Name] [Date]

PROJECT PROPOSAL. [Project Name] [Organization Name] [Date] [Organization Name] [Date] PROJECT PROPOSAL [Project Name] I. SUMMARY... 2 II. INTRODUCTION... 2 III. NEEDS/PROBLEMS... 2 IV. GOALS/OBJECTIVES... 2 V. PROCEDURES/SCOPE OF WORK... 2 VI. TIMETABLE... 2 VII.

More information

Fundamental estimation questions. Software cost estimation. Costing and pricing. Software cost components. Software pricing factors

Fundamental estimation questions. Software cost estimation. Costing and pricing. Software cost components. Software pricing factors Fundamental estimation questions Software cost estimation How much effort is required to complete an activity? How much calendar time is needed to complete an activity? What is the total cost of an activity?

More information

CHAPTER 6 AN ANALYSIS OF EXISTING SOFTWARE ESTIMATION TECHNIQUES

CHAPTER 6 AN ANALYSIS OF EXISTING SOFTWARE ESTIMATION TECHNIQUES 54 CHAPTER 6 AN ANALYSIS OF EXISTING SOFTWARE ESTIMATION TECHNIQUES This chapter describes the series of techniques that are implemented in the hybrid tool. Several programs, with Graphic User Interfaces

More information

Principles for the Recognition of Proficiencies in Professional Psychology 1

Principles for the Recognition of Proficiencies in Professional Psychology 1 Approved by APA Council of Representatives February 2014 Principles for the Recognition of Proficiencies in Professional Psychology 1 Commission for the Recognition of Specialties and Proficiencies in

More information

Hartville R-II School District

Hartville R-II School District Hartville R-II School District www.hartville.k12.mo.us Please type and fully respond to each item. I. Basic Information Name (Last) (First) (Middle) Home Address Business Address Phone Number (Home) (Work)

More information

Research Paper on Software Cost Estimation Using Fuzzy Logic

Research Paper on Software Cost Estimation Using Fuzzy Logic Research Paper on Software Cost Estimation Using Fuzzy Logic Nishi M. Tech Scholar B.P.S.M.V University, Sonepat nishisinghal54@gmail.com Mr. Vikas Malik Assistant Professor B.P.S.M.V University, Sonepat

More information

Chapter-23. Tariff Fixation

Chapter-23. Tariff Fixation Chapter-23 Tariff Fixation BSNL, India For Internal Circulation Only 1 Tariff Fixation Regulatory authorities have considered a number of criteria for telecom tariffs, incorporating several objectives.

More information

Software User Manual Version 3.0. COCOMOII & COCOTS Application. User Manual. Maysinee Nakmanee. Created by Maysinee Nakmanee 2:07 PM 9/26/02 1

Software User Manual Version 3.0. COCOMOII & COCOTS Application. User Manual. Maysinee Nakmanee. Created by Maysinee Nakmanee 2:07 PM 9/26/02 1 COCOMOII & COCOTS Application User Manual Maysinee Nakmanee Created by Maysinee Nakmanee 2:07 PM 9/26/02 1 Created by Maysinee Nakmanee 2:07 PM 9/26/02 2 Contents INTRODUCTION... 4 MODEL OVERVIEW... 5

More information

Cost concepts, Cost Classification and Estimation

Cost concepts, Cost Classification and Estimation Cost concepts, Cost Classification and Estimation BY G H A N E N DR A F A G O Cost Concepts Cost refers the amount of expenses spent to generate product or services. Cost refers expenditure that may be

More information

Software Cost Models

Software Cost Models Software Cost Models Y.Sangeetha M.Tech (Ph.d) P.Madhavi Latha Dr R.Satya Prasad Asst.Professor, Asst.Professor Associate Professor VRSEC, VRSEC Acarya Nagarjuna University Vijayawada. Vijayawada. Vijayawada.

More information

MANAGEMENT ACCOUNTING 2 MODULE CODE: ACCT08004

MANAGEMENT ACCOUNTING 2 MODULE CODE: ACCT08004 School of Business & Enterprise Paisley & Hamilton Campus Session 014-015 Trimester 1 MANAGEMENT ACCOUNTING MODULE CODE: ACCT08004 Date: 16 th January 015 Time: 1000-100 Answer THREE questions Question

More information

Chapter 2. Literatures Review

Chapter 2. Literatures Review Chapter 2 Literatures Review As we mentioned previously, before the machine learning techniques are applied to the estimation domain, the most estimation models are analytic-based. They estimate cost through

More information

I. Purpose of Written Hazard Communication Program for

I. Purpose of Written Hazard Communication Program for Matanuska-Susitna College P.O. Box 2889 Palmer, Alaska 99645 I. Purpose of Written Hazard Communication Program for The purpose of the Written Hazard Communication Program is to describe the methods used

More information