quiz5 Flashcards
In an OO style the components are ______ and the connectors are __________.
objectsmethod invocations
In a layered style each layer acts as a ____ to the layer above it and as a _______ to the layer below it.
serverclient
In client-server style the ______ are network interaction protocols.
connectors
Name the best suited style for the following ex:One central data store and many components that communicate together by reading and writing to that data store.
Blackboard
Name best suited style for the ex:Software provides medical diagnosis based upon a large set of stored medical data, signs of symptoms of a patient and an interface engine allowing us to deduce new facts based on known facts
Rule-based
Natural language front-end to a database query mechanism (1):
SQL
A program registers with a service to receive specific content whenever made available.
Publish-subsribe
When a host or client are capable of being either role in a connection, this is a ____ connection.
Peer-to-Peer
Objects register a pair (event, method) with a process. when the process notices that the registered event has occurred the process will call the registered method on that object.
Implicit invokation
Event generators place notification of events on a common event bus, independent consumers listen to the event bus and react to events of interest.
Event
When output of one program is passed as input into another program.
Pipe-filter
Application runs on a small hand held device. Device is connected to a network with the necessary resources to perform the necessary functionality and data storage.
Mobile Code Style