mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 03:52:35 +02:00
Downloaded 0721 questions
This commit is contained in:
parent
eb8ea2909c
commit
935d4532aa
162 changed files with 1435 additions and 2 deletions
1
0721_1/correct.txt
Normal file
1
0721_1/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.
|
11
0721_1/quest.txt
Normal file
11
0721_1/quest.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
Si consideri il seguente modello Modelica:
|
||||
class System
|
||||
Integer x;
|
||||
initial equation
|
||||
x = 0;
|
||||
equation
|
||||
when sample(0, 2) then
|
||||
x = 1 - pre(x);
|
||||
end when;
|
||||
end System;
|
||||
Quale delle seguenti affermazioni è vera per la variabile intera x?
|
1
0721_1/wrong1.txt
Normal file
1
0721_1/wrong1.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
0721_1/wrong2.txt
Normal file
1
0721_1/wrong2.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