Вы находитесь на странице: 1из 6

Perhitungan Biaya Proyek

www.rumahrajutan.com
Menggunakan COCOMO

By : Creative Knitwork Team

Jurusan Teknik Informatika


Fakultas Teknologi Informasi
Institut Teknologi Sepuluh Nopember
2010
~COCOMO~
Step 1 : Menghitung informasi nilai domain
Measurement parameter Multiplied by Simple Average Complex Is Total
Input user 3 4 6
(no login)

home
- username X 6 = 6
- password X 6 = 6
- search parameter X 4 = 4

search
- keyword X 3 = 3
- ordering X 4 = 4
- options X 3 = 3
- display amount X 4 = 4

tab barang
- sort parameter (6) X 3 = 18
- quantity changer (6) X 3 = 18

download area
- download id X 4 = 4

pembelian
- kode kupon X 6 = 6
- quantity changer X 4 = 4
- opsi payment method X 6 = 6
- note pengiriman (akhir) X 6 = 6

(login specialties)

profil
- name X 3 = 3
- email X 3 = 3
- password X 3 = 3
- verify password X 3 = 3
- language X 3 = 3
- time zone X 3 = 3

upload desain
- file gambar desain yang mau X 6 = 6
diupload

account maintenance
- order information search X 6 = 6
(history)
- display posts option X 4 = 4
- insert another shipping X 4 = 4
address
Output user 4 5 7
- halaman profil setelah login X 5 = 5
- search output X 7 = 7
- login X 5 = 5
- list barang (6) X 4 = 24
- isi cart X 5 = 5
- quantity change X 5 = 5
- file download jika id benar X 5 = 5
- profil terupdate X 4 = 4
- file yang sudah diupload X 5 = 5
masuk ke dalam folder khusus
milik user
- order information tampil jika X 7 = 7
search parameter benar
- shipping address X 5 = 5
ditambahkan
Inquiry user 3 4 6
- login X 4 = 4
- quantity change X 6 = 6
- search barang X 4 = 4
- search order X 6 = 6
- sort barang X 4 = 4
- sort order X 6 = 6
- update profile x 3 = 3
File 7 10 15
- database file (3) X 10 = 30
- configuration file (2) X 15 = 30
- pages file (15) X 7 = 105
External interface 5 7 10
- connect to paypal X 7 = 7
Total 412

Total nilai domain : 412


Step 2 : Menghitung cost drivers / kompleksitas
Question Score (0 = No influence,   1 = Incidental,   2 = Moderate,  
3 = Average,   4 = Significant,   5 = Essential)
1. Does the system require reliable
5
backup and recovery?
2. Are data communications required? 3
3. Are there distributed processing
0
functions?
4. Is performance critical? 4
5. Will the system run in an existing,
heavily utilized operational 2
environment?
6. Does the system require on-line data
5
entry?
7. Does the on-line data entry require
the input transaction to be built over 4
multiple screens or operations?
8. Are the master file updated on-line? 4
9. Are the inputs, outputs, files, or
2
inquiries complex?
10. Is the internal processing complex? 3
11. In the code designed to be
3
reusable?
12. Are conversion and installation
2
included in the design?
13. Is the system designed for multiple
0
installations in different organizations?
14. Is the application designed to
facilitate change and ease of use by the 5
user?
Total 42

Total kompleksitas (∑Fij ) = 42

Estimasi FP = Total nilai domain * { 0.65 + (0.01 * ∑Fij) }

= 412 * { 0.65 + (0.01 * 42) }

= 412 * { 0.65 +0.42 }

= 412 * 1.07

= 440.84
Step 3 : Menghitung size

Programming Language LOC / FP (Average)


Assembly Language 320
C 128
COBOL 105
Fortran 105
Pascal 90
Ada 70
Object-Oriented Languages 30
Fourth Generation
20
Languages (4GLs)
Code Generators 15
Spreadsheets 6
Graphical Languages (icons) 4

Yang dipilih adalah generator kode

LOC / FP = 15

FP = 440.84

LOC = 440.84 * 15 = 6612.6

Size = 6.6126 KLOC


Step 4 : Menentukan konstanta kompleksitas proyek

Tipe ca Ma cb Mb
sistem
Organic 2.4 1.05 2.5 0.38

Semi- 3.0 1.12 2.5 0.35


detache
Embedd
d 3.6 1.20 2.5 0.32
ed

Dari hasil analisis kebutuhan, diketahui bahwa produk akan beroperasi di tipe sistem
organic. Oleh karena itu, konstanta yang dipilih adalah :

ca = 2.4

Ma = 1.05

cb = 2.5

Mb = 0.38

Step 5 : Menghitung besaran COCOMO

Effort : ca * sizeMa

2.4 * 6.62161.05 = 2.4 * 7,2779838794555189042081225609093 = 17.47

Durasi : cb * EMb

2.5 * 17.470.38 = 2.5 * 2,9653182052356801902022963674249 = 7.41

Produktivitas : size / E

6.6216 / 17.47 = 0,37902690326273611906124785346308

Staffing : E / D

17.47 / 7.41 = 2,357624831309041835357624831309

Вам также может понравиться