mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 14:19:38 +02:00
Refactor repo structure
This commit is contained in:
parent
36ac339086
commit
8fc89fbc03
1732 changed files with 3812 additions and 67 deletions
1
Data/Questions/ingsw/0321_12/correct.txt
Normal file
1
Data/Questions/ingsw/0321_12/correct.txt
Normal file
|
@ -0,0 +1 @@
|
|||
P = 1/10
|
1
Data/Questions/ingsw/0321_12/quest.txt
Normal file
1
Data/Questions/ingsw/0321_12/quest.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Una azienda vende software utilizzando un contratto di Service Level Agreement (SLA) per cui l'utente paga 1000 Eur al mese di licenza e l'azienda garantisce che il software sia "up and running". Questo vuol dire che failures del software generano un costo (quello del repair). Sia C = 10000 Eur il costo del repair di una failure e R = P*C il valore atteso (rischio) del costo dovuto alle failures (dove P è la probabilità di una software failure). Ovviamente affinché il business sia profittevole deve essere che R sia al più 1000 Eur. Qual'e' il valore massimo di P che garantisce la validità del modello di business di cui sopra ?
|
1
Data/Questions/ingsw/0321_12/wrong 1.txt
Normal file
1
Data/Questions/ingsw/0321_12/wrong 1.txt
Normal file
|
@ -0,0 +1 @@
|
|||
P = 1/1000
|
1
Data/Questions/ingsw/0321_12/wrong 2.txt
Normal file
1
Data/Questions/ingsw/0321_12/wrong 2.txt
Normal file
|
@ -0,0 +1 @@
|
|||
P=1/10000
|
Loading…
Add table
Add a link
Reference in a new issue