mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 09:46:18 +02:00
move legacy code to separate branch
This commit is contained in:
parent
68a30c8ee6
commit
11b4c48c3a
3528 changed files with 14477 additions and 53258 deletions
1
Data/ingsw/11/correct.txt
Normal file
1
Data/ingsw/11/correct.txt
Normal file
|
@ -0,0 +1 @@
|
|||
A*(2 + p)
|
4
Data/ingsw/11/quest.txt
Normal file
4
Data/ingsw/11/quest.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
Si consideri un software costituito da due fasi F1 ed F2 ciascuna di costo A. Con probabilità p la fase F1 deve essere ripetuta (a
|
||||
causa di change requests) e con probabilità (1 - p) si passa alla fase F2 e poi al completamento (End) dello sviluppo. Qual'eè il
|
||||
costo atteso per lo sviluppo del software seguendo il processo sopra descritto ?
|
||||
Scegli un'alternativa:
|
1
Data/ingsw/11/wrong 2.txt
Normal file
1
Data/ingsw/11/wrong 2.txt
Normal file
|
@ -0,0 +1 @@
|
|||
A*(1 + p)
|
1
Data/ingsw/11/wrong.txt
Normal file
1
Data/ingsw/11/wrong.txt
Normal file
|
@ -0,0 +1 @@
|
|||
3*A*p
|
Loading…
Add table
Add a link
Reference in a new issue