mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-07 01:19:37 +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_1/correct.txt
Normal file
1
Ingegneria del Software/0321_1/correct.txt
Normal file
|
@ -0,0 +1 @@
|
|||
3*(A + 2*B)
|
1
Ingegneria del Software/0321_1/quest.txt
Normal file
1
Ingegneria del Software/0321_1/quest.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Il team di sviluppo di un azienda consiste di un senior software engineer e due sviluppatori junior. Usando un approccio agile, ogni iterazione impegna tutti e tre i membri del team per un mese ed occorrono tre iterazioni per completare lo sviluppo. Si assuma che non ci siano "change requests" e che il membro senior costi A Eur/mese ed i membri junior B Eur/mese. Qual'e' il costo dello sviluppo usando un approccio agile ?
|
1
Ingegneria del Software/0321_1/wrong 1.txt
Normal file
1
Ingegneria del Software/0321_1/wrong 1.txt
Normal file
|
@ -0,0 +1 @@
|
|||
A + 2*B
|
1
Ingegneria del Software/0321_1/wrong 2.txt
Normal file
1
Ingegneria del Software/0321_1/wrong 2.txt
Normal file
|
@ -0,0 +1 @@
|
|||
3*A + 2*B
|
Loading…
Add table
Add a link
Reference in a new issue