mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-07 06:19:38 +02:00
Added 2021-03-29 exam
This commit is contained in:
parent
d2b06855c6
commit
6be029493b
177 changed files with 1133 additions and 1628 deletions
1
Ingegneria del Software/0321_39/correct.txt
Normal file
1
Ingegneria del Software/0321_39/correct.txt
Normal file
|
@ -0,0 +1 @@
|
|||
A*(2 + p)
|
1
Ingegneria del Software/0321_39/quest.txt
Normal file
1
Ingegneria del Software/0321_39/quest.txt
Normal file
|
@ -0,0 +1 @@
|
|||
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 ?
|
1
Ingegneria del Software/0321_39/wrong 1.txt
Normal file
1
Ingegneria del Software/0321_39/wrong 1.txt
Normal file
|
@ -0,0 +1 @@
|
|||
3*A*p
|
1
Ingegneria del Software/0321_39/wrong 2.txt
Normal file
1
Ingegneria del Software/0321_39/wrong 2.txt
Normal file
|
@ -0,0 +1 @@
|
|||
A*(1 + p)
|
Loading…
Add table
Add a link
Reference in a new issue