mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-07 10:59:36 +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
7
Ingegneria del Software/28/quest.txt
Normal file
7
Ingegneria del Software/28/quest.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
Si consideri il seguente requisito:
|
||||
RQ: Dopo 60 unità di tempo dall'inizio dell'esecuzione vale la seguente proprietà:
|
||||
se 10 unità di tempo nel passato era stata richiesta una risorsa (variabile x positiva) allora ora è concesso l'accesso alla
|
||||
risorsa (variabile y positiva)
|
||||
Tenendo presente che, al tempo time, delay(z, w) ritorna 0 se time < w e ritorna il valore che z aveva al tempo (time - w), se time
|
||||
>= w.
|
||||
Quale dei seguenti monitor meglio descrive il requisito RQ ?
|
Loading…
Add table
Add a link
Reference in a new issue