Zusammenfassung der Ressource
Frage 1
Frage
One of the outputs of system design is a software architecture. It describes decomposition in terms of:
Antworten
-
a) configuration
-
b) mappings to hardware
-
c) startup and shutdown
-
d) configuration
-
e) exception handling
-
f) a, b and c
-
g) a, c, d, and e
-
h) all a-e
-
i) none a-e
Frage 2
Frage
In order to reduce the complexity of the application domain, we identify smaller parts called _____ and organize them into packages.
Antworten
-
a) use cases
-
b) object models
-
c) classes
-
d) sequence diagrams
-
e) events
-
f) configurations
Frage 3
Frage
A sub-system _____.
Antworten
-
a) is a replaceable part of the system
-
b) encapsulates state and behavior of contained configurations
-
c) has well-defined interfaces
-
d) a and c
-
e) a and b
-
f) all a-c
-
g) none a-c
Frage 4
Frage
Which types of UML components exist?
Antworten
-
a) logical
-
b) physical
-
c) explicit
-
d) abstract
-
e) a and d
-
f) a and b
-
g) all a-d
-
h) none a-d
Frage 5
Frage
A subsystem providing a notification service _____.
Antworten
-
a) defines notices to send operations
-
b) looks up operation channels
-
c) subscribes and unsubscribes to operations
-
d) a and c
-
e) a and b
-
f) all a-c
-
g) none a-c
Frage 6
Frage
Modifications to one of the subsystems has little impact on the other subsystems, refers to ____.
Antworten
-
a) low cohesion
-
b) high cohesion
-
c) strongly coupled
-
d) loosely coupled
-
e) a and d
-
f) b and c
-
g) all a-d
-
h) none a-d
Frage 7
Frage
In hierarchical decomposition, a layer ____.
Antworten
-
a) is a grouping of subsystems
-
b) subsystems provide relates services
-
c) possibly use services from another layer
-
d) a and c
-
e) a and b
-
f) all a-c
-
g) none a-c
Frage 8
Frage
Software architecture has protocols for ____.
Frage 9
Frage
In the MVC pattern, a _____.
Antworten
-
a) model - maintains domain knowledge
-
b) view - displays it to the user
-
c) caster - manages interactions with the user
-
d) a and c
-
e) a and b
-
f) all a-c
-
g) none a-c
Frage 10
Frage
To peer-to-peer architectural style ____.
Antworten
-
a) is a specialization of the client/server style
-
b) each subsystem can request or provide a peer
-
c) acts as either a client or server
-
d) a and c
-
e) a and b
-
f) all a-c
-
g) none a-c