Consider the size of an organic type s/w product that has been estimated as 32,000 lines of source code. The average salary s/w developers is 15,000 p.m. Determine the effort required to develop the s/w, the nominal development time and the cost to develop the project.
From the basic COCOMO estimation formula for organic software :
Effort=2.4x(3.2)1.05=91PM
Nominal development time= 2.5x(Effort)0.38=2.5x(91)0.38=14 months
Staff cost required to develop the product= 91x Rs. 15000= Rs. 1,465,000
What operations can be performed on Queues?
Write a C program to find the factorial of any number.
Write an program to generate Pascal’s triangle.
Write a C program to print pattern below:
*
* *
* * *
* * * *
Write a C program to find the value of Sine(X).
What do you mean by software crisis & its solution.