mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 14:19:38 +02:00
Adapt to new bot structure
This commit is contained in:
parent
ff7e08ada9
commit
3f84e1d831
3414 changed files with 41525 additions and 709 deletions
5
legacy/Data/Questions/ingsw/0210_1/quest.txt
Normal file
5
legacy/Data/Questions/ingsw/0210_1/quest.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
img=https://unspectacular-subdi.000webhostapp.com/0210_domanda_1.png
|
||||
Si consideri la seguente architettura software:
|
||||
|
||||
|
||||
Quale dei seguenti modelli Modelica meglio la rappresenta ?
|
6
legacy/Data/Questions/ingsw/0210_1/wrong1.txt
Normal file
6
legacy/Data/Questions/ingsw/0210_1/wrong1.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
block SysArch;
|
||||
SC1 sc1
|
||||
SC2 sc2;
|
||||
SC3 sc3;
|
||||
SC4 sc4;
|
||||
connect(sc1.input4, sc
|
3
legacy/Data/Questions/ingsw/0210_1/wrong2.txt
Normal file
3
legacy/Data/Questions/ingsw/0210_1/wrong2.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
output4);
|
||||
connect(sc1.output4, sc2.input4);
|
||||
connect(sc1.input5, sc
|
40
legacy/Data/Questions/ingsw/0210_1/wrong3.txt
Normal file
40
legacy/Data/Questions/ingsw/0210_1/wrong3.txt
Normal file
|
@ -0,0 +1,40 @@
|
|||
output5);
|
||||
connect(sc1.output5, sc3.input5);
|
||||
connect(sc1.input6, sc4.output6);
|
||||
connect(sc1.output6, sc4.input6);
|
||||
connect(sc2.input1, sc3.output1);
|
||||
connect(sc3.input2, sc4.output2);
|
||||
connect(sc4.input3, sc2.ouput3);
|
||||
end SysArch
|
||||
2.
|
||||
block SysArch;
|
||||
SC1 sc1
|
||||
SC2 sc2;
|
||||
SC3 sc3;
|
||||
SC4 sc4;
|
||||
connect(sc1.input4, sc2.output4);
|
||||
connect(sc1.output4, sc2.input4);
|
||||
connect(sc1.input5, sc3.output5);
|
||||
connect(sc1.output5, sc3.input5);
|
||||
connect(sc1.input6, sc4.output6);
|
||||
connect(sc1.output6, sc4.input6);
|
||||
connect(sc2.input1, sc3.output1);
|
||||
connect(sc3.input2, sc4.output2);
|
||||
connect(sc4.output3, sc2.input3);
|
||||
end SysArch
|
||||
3.
|
||||
block SysArch;
|
||||
SC1 sc1
|
||||
SC2 sc2;
|
||||
SC3 sc3;
|
||||
SC4 sc4;
|
||||
connect(sc1.input4, sc2.output4);
|
||||
connect(sc1.output4, sc2.input4);
|
||||
connect(sc1.input5, sc3.output5);
|
||||
connect(sc1.output5, sc3.input5);
|
||||
connect(sc1.input6, sc4.output6);
|
||||
connect(sc1.output6, sc4.input6);
|
||||
connect(sc2.output1, sc3.input1);
|
||||
connect(sc3.output2, sc4.input2);
|
||||
connect(sc4.output3, sc2.input3);
|
||||
end SysArch
|
Loading…
Add table
Add a link
Reference in a new issue