mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 21:59:36 +02:00
Refactor repo structure
This commit is contained in:
parent
36ac339086
commit
8fc89fbc03
1732 changed files with 3812 additions and 67 deletions
13
Data/Questions/ingsw/0721_1/quest.txt
Normal file
13
Data/Questions/ingsw/0721_1/quest.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
Si consideri il seguente modello Modelica:
|
||||
<pre>
|
||||
class System
|
||||
Integer x;
|
||||
initial equation
|
||||
x = 0;
|
||||
equation
|
||||
when sample(0, 2) then
|
||||
x = 1 - pre(x);
|
||||
end when;
|
||||
end System;
|
||||
</pre>
|
||||
Quale delle seguenti affermazioni è vera per la variabile intera x?
|
Loading…
Add table
Add a link
Reference in a new issue