Anda di halaman 1dari 12

TUGAS MATA KULIAH PERANCANGAN DAN ANALISIS SISTEM

PROBLEMS CHAPTER 9

Dosen Pembimbing: Dekar Urumsah, S.E., S.Si., M.Com (IS)., Ph.D

Disusun oleh:
Vembricha Rania (15/381255/EK/20430)
Azka Tsania Effendi (15/381926/EK/20507)
Rakyan Widhowati Tanjung (15/381974/EK/20555)

FAKULTAS EKONOMIKA DAN BISNIS


UNIVERSITAS GADJAH MADA
2017
1. Tuliskan structured English untuk peraturan penggantian uang pada Clyde!
DO WHILE calculate expenses
IF a local trip
Pay 18.5 cents a mile
THEN IF a one-day trip
Pay mileage and check the times of departure and return.
IF leave by 7:00 A.M. and return later than 10 A.M.
THEN receive reimbursement for breakfast.
IF leave by 11:00 A.M. and return later than 2:00 P.M.
THEN receive reimbursement for lunch.
IF leave by 5:00 P.M.and have dinner by 7:00 P.M.
THEN receive reimbursement for dinner.
ELSE
We allow hotel, taxi, and airfare
ENDIF
ENDIF
ENDIF
Print summary for Trav Farr
ENDDO
2. Gambarkan decision tree sebagaimana soal pertama!
3. Gambarkan decision table sebagaimana soal nomor pertama dengan limitasi
perkondisian Y dan N!
Kondisi dan Tindakan 1 2 3 4
Trip satu hari N Y Y Y
Trip lebih dari satu hari Y N Y Y
Berangkat pada jam 07.00 dan pulang pada jam 14.00 N Y Y N
Berangkat pada jam 11.00 dan pulang pada jam 14.00 Y N Y N
Berangkat pada jam 17.00 dan makan malam pada jam 19.00 Y Y N N
Menerima reimbursement X X X X

4. Susun decision table untuk peraturan diskon True Disk!

Conditions and Actions 1 2 3 4

Pembayaran kurang atau sama dengan 10 hari N Y Y N

Pembayaran lebih dari 10 hari Y N Y N

Jumlah pemesanan lebih dari $1,000 N Y N Y

Jumlah pemesanan antara $500 dan $1,000 Y N N Y

Jumlah pemesanan kurang dari $500 Y Y N N

Diskon 4% X X X

Diskon 2% X X X
5. Susun extended-entry decision table untuk True Disk!

Conditions and Actions 1 2 3 4

Jumlah hari pembayaran L L L H

Jumlah pemesanan B M S

Diskon 4% X

Diskon 2% X

Tidak ada diskon X X

6. Susunlah decision tree untuk True Disk!


7. Tuliskan structured English untuk True Disk Company pada peraturan diskon!
IF the amount of order the computer supplies greater than $1,000.
THEN subtract 4 percent for the order.
ELSE IF the amount of order the computer supplies between $500 and $1,000.
Subtract 2 percent discount.
ELSE IF the amount of order the computer supplies less than $500.
No discount applied.
THEN IF all the orders made via web.
THEN receive an extra 5 percent discount.
ENDIF
IF there are special order.
THEN exempt from all discounting.
ENDIF
ENDIF

8. Gambarlah decision tree untuk Premium Airlines!


9. Tulislah structured English untuk Premium Airlines!
IF valid claims 1.25 million or fewer.
THEN decide $25 million by the total number of valid claims submitted.
ELSE IF valid claims fewer than 500,000.
THEN claim is divided among two coupons or more.
ELSE IF valid claims between 1.25 million and 1.5 million.
Provide one $20 coupon for each valid claim.
ELSE valid claims more than 1.5 million.
$30 million is divided evenly for each valid claim.
ENDIF
10. Decision Table untuk Sistem Biaya Pelanggan dengan limitasi perkondisian Y dan N
pada Less is More Nutrition Center.
Conditions and action Rules
1 2 3 4
Repeat clients return within a year N Y Y Y
Everyone new Y N Y Y
Client with a coupon Y Y N Y
Repeaters Y Y Y N
Transferrers N N Y Y
Clients paying cash N Y N Y
Pay $100 for the first visit X
Pay $200 for a physical evaluation X
Deduct $50 from the up-front fee X
$100 off X
$75 off their first payment fee X X
10% off the $200 X X
11. Kurangi decision table pada Figur 9.EX1, jumlah peraturannya menjadi minimum.

1 2 3 4 5 6 7
Sufficient quantity on hand Y Y Y Y Y Y N
Quantity large enough for discount Y Y Y N N N
CONDITION
Wholesale customer Y Y N Y Y N
Sales tax exemption field Y N Y N
Ship items and prepare invoice X X X X X X
Setup backorder X
ACTION
Deduct discount X X
Add less tax X X X X

12. Buatlah Decision Table untuk struktur harga pada Azure Isle Resort!
13. Buatlah decision tree untuk Problem 12.
(Dibagi menjadi 3 bagian)
Bagian 1: Hotel
Bagian 2: Beach Bungalow
Bagian 3: Villa
14. Buatlah decision table untuk peraturan perkiraan harga tiket Cloudliner Airlines.
Seats remaining
> 50% High H
20-50% Medium M
<20% Low L
Days before flight
<7 Few F
7-21 Average A
>21 Distant D
Conditios and Actions 1 2 3 4 5 6 7 8 9
Seats remaining H H H M M M L L L
Days before flight F A D F A D F A D
Deep discount X
Medium discount X X
Small discount X
Low discount X
No discount X
High increase X
Large increase X
Small increase X
15. Buatlah Decision Tree untuk Problem No.14

Anda mungkin juga menyukai