mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 12:59:38 +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/0613_27/quest.txt
Normal file
4
Ingegneria del Software/0613_27/quest.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
img=https://unspectacular-subdi.000webhostapp.com/0613_domanda_27.png
|
||||
Si consideri la seguente architettura software:
|
||||
|
||||
Quale dei seguenti modelli Modelica meglio la rappresenta.
|
8
Ingegneria del Software/0613_27/wrong1.txt
Normal file
8
Ingegneria del Software/0613_27/wrong1.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
block SysArch // System Architecture
|
||||
|
||||
SC1 sc1
|
||||
SC2 sc2
|
||||
SC3 sc3
|
||||
SC4 sc4
|
||||
|
||||
connect(sc1.output12, sc
|
2
Ingegneria del Software/0613_27/wrong2.txt
Normal file
2
Ingegneria del Software/0613_27/wrong2.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
input12)
|
||||
connect(sc1.output13, sc
|
49
Ingegneria del Software/0613_27/wrong3.txt
Normal file
49
Ingegneria del Software/0613_27/wrong3.txt
Normal file
|
@ -0,0 +1,49 @@
|
|||
input13)
|
||||
connect(sc1.output14, sc4.input14)
|
||||
connect(sc2.output21, sc1.input21)
|
||||
connect(sc2.output23, sc3.input23)
|
||||
connect(sc2.output24, sc4.input24)
|
||||
connect(sc3.output32, sc2.input32)
|
||||
connect(sc3.output34, sc4.input34)
|
||||
connect(sc4.output41, sc1.input41)
|
||||
|
||||
|
||||
end SysArch;
|
||||
|
||||
2.
|
||||
block SysArch // System Architecture
|
||||
|
||||
SC1 sc1
|
||||
SC2 sc2
|
||||
SC3 sc3
|
||||
SC4 sc4
|
||||
|
||||
connect(sc1.output12, sc2.input12)
|
||||
connect(sc1.output14, sc4.input14)
|
||||
connect(sc2.output23, sc3.input23)
|
||||
connect(sc2.output24, sc4.input24)
|
||||
connect(sc3.output31, sc1.input31)
|
||||
connect(sc3.output32, sc2.input32)
|
||||
connect(sc3.output34, sc4.input34)
|
||||
|
||||
|
||||
end SysArch;
|
||||
|
||||
3.
|
||||
block SysArch // System Architecture
|
||||
|
||||
SC1 sc1
|
||||
SC2 sc2
|
||||
SC3 sc3
|
||||
SC4 sc4
|
||||
|
||||
connect(sc1.output12, sc2.input12)
|
||||
connect(sc1.output13, sc3.input13)
|
||||
connect(sc1.output14, sc4.input14)
|
||||
connect(sc2.output21, sc1.input21)
|
||||
connect(sc2.output24, sc4.input24)
|
||||
connect(sc3.output34, sc4.input34)
|
||||
connect(sc4.output41, sc1.input41)
|
||||
|
||||
|
||||
end SysArch;
|
Loading…
Add table
Add a link
Reference in a new issue