You are on page 1of 12

Software Cost Estimation For

Energy Produced By Fan


Prepared by: Roll No

1) Shahid Ahmad

1249

2) Basharat Ali

1254

3) Iatizaz Hussain

1253

4) Hafiza Fariha Shafqat

1250

Class :

BS(Software Engineering)5th (Morning)

College Of Computer Science And Information Studies


Government College University Faisalabad

Abstract
Every day we use energy in different form like electricity, gas etc. but no one think that how energy is produced from the thing that consume energy in the form of electricity like fan. This document contains the energy that is consumed by the fan so we want that the fan also produced energy for this purpose we attached a device like generator to fan to produce the energy. And also find the cost that were spends on this project with the help of the COCOMO model.

Introduction
Energy is considered to be life line of any economy and most vital instrument of Socio economic development of a country. Energy is pivotal in running machinery in factories and industrial units, for lighting, cities , powering vehicles and fan etc. we use fan everyday in our daily life. The fan that we use also consumes energy. According to the energy crises in our country we think about it that the energy consumed by than fan if we attached a device like generator due to which they also produce energy. In this project we know that how much energy is consumed by fan that we use in our home , office, university etc. similarly a device that I used for this is generator that convert mechanical energy to electrical energy. By using generator we can find that how much energy is produce by the fan. In this project I also calculate the cost that how much cost is invest in this project. To calculate the cost we use the COCOMO model, through COCOMO model we can easily find the accurate cost of this project.

Requirements
Functional Requirement Req-01: The user should be authenticated by giving a username and password. Req-02: Input data (no of fans in the College of Computer Science and information Studies) Req-03: To find how much energy is consumed by the fan. Req-04: Find out the energy produced by the fan that is use for another purposes Req-05: How much cost is required for the completion of this project.

Non Functional requirement 1. 2. 3. 4. 5. Software should be feasible, reliable and ease to use. The user interface should be good and well attractive. The performance of the software will be good. The software must be protected from unauthorized person. Backup is necessary for this software.

Risk
R-1: Load shading is a very big risk and it is mostly our country problem R-2: Calculate the accurate energy produced by the fan is not possible but the energy we calculate is approximately equal to the exact energy that is produced by the fan in college of computer science and information studies. R-3: The security in this software is not very well.

Initial Design

48 Fan Switch
When switch turn on the fan is moving

Fan is connected to Electric generator

Electric Generator
Extension Connected to generator to produce the energy

Electrical Generator convert mechanical energy to electrical energy

Extension

Use the energy that is produce by the fan in different form but we use it in a light bulb form

Energy Calculation:
We calculate how much energy is consumed by the fan and also find the energy produced by the fan in the college of computer science and information studies. For this calculation we use the basic formula that we defined below As we know that P=E/T Here P is the Power, E is the Energy and T is the Time. By cross product we can also write this E=P*T Energy Consumed by ceiling fan You didn't say how much you pay for electricity or how much power the fan consumes at what setting (many have high, medium, low settings). Normally the energy consumed by the fan depends on wattage of the fan (on what ever setting you intend to run at). Typically a 36" fan will consume 55 watts, 48" burns 75 watts, 52" 90 watts, 56" 100 watts. While the total fan in the college of computer Science and information studies is approximately equal to 60 and its size is 48 inch. To see how much Energy is consumed in one minute by 1 fan P = 75w and T = 1min By converting minute into seconds the time will be 1 min=60sec. E=P*T E=75*60s E=4500 j
To see how much energy is consumed in 1 hour

1hour=60 min 1hour=3600s E=75* 3600s

E=270000j Note: J is the joule which is the unit of energy To Find the power for one hours P=E/T P=270000j/3600s P=75 watt/s. To convert into voltage.
To see how much Energy is consumed in per day in a department.

t =3600*10= 36000 s Energy is E=P*T E=75*36000s E=2700000j This calculation is for 1 fan now we want to calculate the energy for 60 fan 1fan consumed per day =2700000j For 60 fan=60*2700000j/s=162000000j
To see how much Energy is consumed in per month in a department. 1month=30days But our department will open only 25 days 2700000*25 E=67500000j The equation is two large Now convert into kj/s E=67500000/1000 E=67500kj

This calculation is for 1 fan now we want to calculate the energy for 60 fan 1fan consumed per month =67500kj For 60 fan=60*67500j/s=4050000kj So the energy consumed by all fan in college of computer science Department per month E=4050000kj/ Energy Produced by the fan by connecting with the generator According to our thinking 48 fan produce the power=15watt because there is so much power waste on air pressure , generation also consume energy and also it depends on the fan speed that it is revolving in the form of loop or in other factors. Now the energy produced by the fan per minute E=P*T 1m=60s P=15watt E=P*T E=15*600s E=900j Now the energy produced by the fan per hour 1hr=3600s

E=P*T E=15*3600s E=54000j Now the energy produced by the fan per day The fan we use in department is only 10 hour 10*3600s T=36000s E=P*T E=15*36000s E=540000j Now the energy produced by the fan per Month Our department will open 25 days in a month T=86400s E=P*T E=15*86400s E=1296000j E=1296000/1000 E=1296kj Now the energy produced by all the fan per month in college of computer science and information studies. 1 fan produce=1296kj 60 fan produce=60*1296kj E=77760kj

Cost Estimation
With The Help Of COCOMO Models

Weighting Factor
Measurement Parameter No of user input No of user output No of user inquires Number of files Number of external Count Simple
3 4 3 6 7 5 10 7 15 10

Average
4 5 4

Complex
6 7 6

4 2 4 3 1

* * * * *

= = == = =
=

12

interfaces 10 12 21 7

Count: total=

62

Scale
0 1 2 3 4 5

No influence

Incidental

Moderate

Average

Significant

Essential

Now to Find the Function Point The formula for Function Point FP=count total [0.65+0.01*Fi] To find the Fi

1. Does the system require reliable backup and recovery? 2. Are data communications required? 3. Are there distributed processing functions? 4. Is performance critical? 5. Will the system run in a existing, heavily utilized operational environment? 6. Does the system require on-line data entry? 7. Does the on-line data entry require the input transaction to be built over multiple screens or operations? 8. Are the master files updated on-line? 9. Are the inputs, outputs, files or inquiries complex? 10. Is the internal processing complex? 11. Is the code designed to be reusable? 12. Are conversion and installation included in the design? 13. Is the system designed for multiple installations in different organizations? 14. Is the application designed to facilitate change and ease of use by the user? Fi=42 put in formula FP=62*[0.65+0.1*42] FP=300 C# has 32 Loc. LOC=62*32=1984 KLOC=1984/1000=1.984

5 2 1 3 4 0 0 0 5 5 3 4 5 5

Software Project
Organic Semi-detached embedded

a b
2.4 3.0 3.6

b b
1.05 1.12 1.20

c b
2.5 2.5 2.5

d b
0.38 0.35 0.32

Our project is organic so use the value of the organic

Effort bb E=a KLOC b


1.05

E=2.4(1.984) E=4.927s E=5 persons-month

Days
db D= c E b 0.38 D= 2.5(5) D=4.6 Month Now convert into days actual working day in a week is 5 then in month =22 4.6*22 D=101 days requires for this project No to Calculate the no: Of People that is require for this Project N=E/D

N=5 person-month /4.6 month N=1people The models we used for the development is waterfall model

According to trend we allocated


Requirement Analysis Design Coding Testing phase. Implementation 25% 25% 30% 15% 05%

Salary is

Staff
Software engineer Designer Programmer Testing engineer Maintence Engineer

Salary
12,000$ 9,000$ 8,000$ 10,000$ 8,000$

The cost can be calculated by the formula e.g salary of software engineer is 12000$ per month and days require for requirement analysis is 25.25 then first 12000/30*25.25=Ans

Phases
Requirement Analysis Design Coding Testing phase Implementation

Days
25.25 25.25 30.3 15.10 5.1

Cost
10100 7525 8080 5033 1360

Total Cost =

32098$

You might also like