mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 20:19:38 +02:00
Add 06/21 by Matteo
This commit is contained in:
parent
970467fe89
commit
1be2085d94
169 changed files with 962 additions and 0 deletions
1
Ingegneria del Software/0621_10/correct.txt
Normal file
1
Ingegneria del Software/0621_10/correct.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Per tutti gli istanti di tempo della forma 1 + 4*k (con k = 0, 1, 2, 3, ...) x vale 1.
|
13
Ingegneria del Software/0621_10/quest.txt
Normal file
13
Ingegneria del Software/0621_10/quest.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
Si consideri il seguente modello Modelica:
|
||||
<html>
|
||||
class System
|
||||
Integer x;
|
||||
initial equation
|
||||
x = 0;
|
||||
equation
|
||||
when sample(0, 2) then
|
||||
x = 1 - pre(x);
|
||||
end when;
|
||||
end System;
|
||||
</html>
|
||||
Quale delle seguenti affermazioni è vera per la variabile intera x?
|
1
Ingegneria del Software/0621_10/wrong0.txt
Normal file
1
Ingegneria del Software/0621_10/wrong0.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Per tutti gli istanti di tempo della forma 3 + 4*k (con k = 0, 1, 2, 3, ...) x vale 1.
|
1
Ingegneria del Software/0621_10/wrong1.txt
Normal file
1
Ingegneria del Software/0621_10/wrong1.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Per tutti gli istanti di tempo della forma 1 + 4*k (con k = 0, 1, 2, 3, ...) x vale 0.
|
Loading…
Add table
Add a link
Reference in a new issue