mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 21:19:37 +02:00
Add 21-50 question of 01/22
This commit is contained in:
parent
604c2269b6
commit
5c561b5538
121 changed files with 697 additions and 0 deletions
1
Ingegneria del Software/41/correct.txt
Normal file
1
Ingegneria del Software/41/correct.txt
Normal file
|
@ -0,0 +1 @@
|
|||
2*A*(p +1)
|
2
Ingegneria del Software/41/quest.txt
Normal file
2
Ingegneria del Software/41/quest.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Si consideri un software sviluppato seguendo un approccio iterativo implementato con due fasi: F1 seguita da F2. Ciascuna fase
|
||||
ha costo A e deve essere ripetuta una seconda volta con probabilità p. Qual'e' il costo atteso dello sviluppo dell'intero software?
|
1
Ingegneria del Software/41/wrong 2.txt
Normal file
1
Ingegneria del Software/41/wrong 2.txt
Normal file
|
@ -0,0 +1 @@
|
|||
3*A*(p + 1)
|
1
Ingegneria del Software/41/wrong.txt
Normal file
1
Ingegneria del Software/41/wrong.txt
Normal file
|
@ -0,0 +1 @@
|
|||
2*A*(p + 2)
|
Loading…
Add table
Add a link
Reference in a new issue