mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 21:19:37 +02:00
Add new ingsw questions
This commit is contained in:
parent
258ee4e2cf
commit
0873165c52
800 changed files with 5605 additions and 0 deletions
4
Ingegneria del Software/0210_11/quest.txt
Normal file
4
Ingegneria del Software/0210_11/quest.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
img=https://unspectacular-subdi.000webhostapp.com/0210_domanda_11.png
|
||||
Si consideri la seguente architettura software:
|
||||
|
||||
Quale dei seguneti modelli Modelica meglio la rappresenta.
|
9
Ingegneria del Software/0210_11/wrong1.txt
Normal file
9
Ingegneria del Software/0210_11/wrong1.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
block SysArch
|
||||
OS os_c;
|
||||
WS ws_c;
|
||||
WB wb_c;
|
||||
connect(os_c.input1, ws_c.output1);
|
||||
connect(os_c.output1, ws_c.input1);
|
||||
connect(wb_c.input2, ws_c.output2);
|
||||
connect(wb_c.output2, ws_c.input2);
|
||||
end SysArch
|
9
Ingegneria del Software/0210_11/wrong2.txt
Normal file
9
Ingegneria del Software/0210_11/wrong2.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
block SysArch
|
||||
OS os_c;
|
||||
WS ws_c;
|
||||
WB wb_c;
|
||||
connect(os_c.input1, wb_c.output1);
|
||||
connect(os_c.output1, wb_c.input1);
|
||||
connect(wb_c.input2, ws_c.output2);
|
||||
connect(wb_c.output2, ws_c.input2);
|
||||
end SysArch
|
9
Ingegneria del Software/0210_11/wrong3.txt
Normal file
9
Ingegneria del Software/0210_11/wrong3.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
block SysArch
|
||||
OS os_c;
|
||||
WS ws_c;
|
||||
WB wb_c;
|
||||
connect(os_c.input1, ws_c.output1);
|
||||
connect(os_c.output1, ws_c.input1);
|
||||
connect(wb_c.input2, os_c.output2);
|
||||
connect(wb_c.output2, os_c.input2);
|
||||
end SysArch
|
Loading…
Add table
Add a link
Reference in a new issue