quiz5 Flashcards

2
Q

In an OO style the components are ______ and the connectors are __________.

A

objectsmethod invocations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

In a layered style each layer acts as a ____ to the layer above it and as a _______ to the layer below it.

A

serverclient

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In client-server style the ______ are network interaction protocols.

A

connectors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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.

A

Blackboard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

Rule-based

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Natural language front-end to a database query mechanism (1):

A

SQL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A program registers with a service to receive specific content whenever made available.

A

Publish-subsribe

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When a host or client are capable of being either role in a connection, this is a ____ connection.

A

Peer-to-Peer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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.

A

Implicit invokation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Event generators place notification of events on a common event bus, independent consumers listen to the event bus and react to events of interest.

A

Event

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When output of one program is passed as input into another program.

A

Pipe-filter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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.

A

Mobile Code Style

How well did you know this?
1
Not at all
2
3
4
5
Perfectly