adplus-dvertising

Welcome to the Cost Estimation MCQs Page

Dive deep into the fascinating world of Cost Estimation with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Cost Estimation, a crucial aspect of Software Engineering. In this section, you will encounter a diverse range of MCQs that cover various aspects of Cost Estimation, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within Software Engineering.

frame-decoration

Check out the MCQs below to embark on an enriching journey through Cost Estimation. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of Software Engineering.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of Cost Estimation. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Cost Estimation MCQs | Page 7 of 15

Discuss
Answer: (d).All of the above Explanation:FPA is a method of estimating costs that circumvents the problems associated with determining the expected amount of code. It is based on counting the number of different data structures used and is particularly suitable for projects aimed at realizing business applications where the structure of the data plays a dominant role.
Q62.
What is the purpose of applying corrections to reflect differences in complexity of the data types in FPA?
Discuss
Answer: (a).To improve the accuracy of the method Explanation:In FPA, a further refinement is possible by applying corrections to reflect differences in complexity of the data types. This will help to improve the accuracy of the method by taking into account the complexity of each data type.
Q63.
What is the formula used to convert the total degree of influence to a technical complexity factor in FPA?
Discuss
Answer: (b).TCF = 0.65 + 0.01 * DI Explanation:The formula to convert the total degree of influence (DI) to a technical complexity factor (TCF) in FPA is TCF = 0.65 + 0.01 * DI.
Discuss
Answer: (b).The degree of influence of each characteristic Explanation:The unadjusted function point measure is adjusted by taking into account a number of application characteristics that influence development effort. The degree of influence of each of these characteristics is valued on a six-point scale.
Q65.
How is the adjusted function point measure obtained in the FPA model?
Discuss
Answer: (a).FP=UFP x TCF Explanation:The (adjusted) function point measure FP is obtained through FP=UFP x TCF.
Discuss
Answer: (b).By providing guidelines on how to classify and count the various entities involved Explanation:The International Function Point User Group (IFPUG) has published extensive guidelines on how to classify and count the various entities involved. This should overcome many of the difficulties that analysts have in counting function points in a uniform way.
Discuss
Answer: (a).It uses ordinal scales and counts complexity twice Explanation:FPA distinguishes three levels of component complexity only. A component with 100 elements thus gets at most twice the number of function points of a component with one element. It has been suggested that a model which uses the raw complexity data, i.e. the number of data elements and file types referenced
Q68.
How is the degree of influence of each characteristic in the FPA model valued?
Discuss
Answer: (c).On a six-point scale Explanation:The degree of influence of each of these characteristics is valued on a six-point scale, ranging from zero (no influence, not present) to five (strong influence).
Discuss
Answer: (d).All of the above Explanation:COCOMO 2 is a revision of the 1981 COCOMO model that has been tuned to the life cycle practices of the 1990s and 2000s. It reflects the experience and knowledge of cost estimation, and provides three increasingly detailed cost estimation models for different types of projects, as well as during different stages of a single project.
Discuss
Answer: (a).Application Composition model, Early Design model, and Post-Architecture model Explanation:COCOMO 2 provides three increasingly detailed cost estimation models: the Application Composition model, mainly intended for prototyping efforts, the Early Design model, aimed at the architectural design stage, and the Post-Architecture model for the actual development stage of a software product.

Suggested Topics

Are you eager to expand your knowledge beyond Software Engineering? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!