Back to the 2024 paper
Similar questions
Software EngineeringWhat do you mean by software cost estimation? Explain Boehm's COCOMO model in detail. Suppose an embedded project has 50 KLOC; calculate the development time for this software.201914mSoftware EngineeringA company needs to develop digital signal processing software for one of its newest inventions. The software is expected to have 40000 lines of code. The company needs to determine the effort in person-months needed to develop this software using the basic COCOMO model. The multiplicative factor for this model is given as 2.8 for the software development on embedded systems, while the exponentiation factor is given as 1.20. What is the estimated effort in person-months? (i) 234.25 (ii) 932.50 (iii) 287.80 (iv) 122.4020212mSoftware EngineeringWhat are the different methods used for estimating cost and effort required for completing a project successfully? Explain any one method in detail.20217mSoftware EngineeringBriefly explain project size estimation using Delphi technique and expert judgement technique. Compare the advantages and disadvantages of them.20247m
PreviousBriefly explain project size estimation using Delphi technique and expert judgement technique. Compare the advantages and disadvantages of them.NextExplain when you use the PERT charts and when to use Gnatt charts. Consider a software project with 5 tasks T1-T5. Duration of the 5 tasks in weeks are 3, 2, 3, 5, 2 respectively. T2 and T4 can start when T1 is complete. T3 can start when T2 is complete. T5 can start when both T3 and T4 are complete. Draw the PERT chart representation of the project. When is the latest start date of the task T3? What is the slack time of the task T4? Which tasks are the critical path?