Unit 6 Flashcards

1
Q

For a use case diagram, the _____ shows what is included in the system and what is not included in the system.

A

system boundary

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

A class can belong to a more general category called a _____.

A

superclass

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

_____ is a widely used method of visualizing and documenting an information system.

A

Unified Modeling Language (UML)

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

An object has certain _____, which are characteristics that describe the object, such as the make, model, and color of a car.

A

attributes

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

The line from the actor to the use case is called a(n) _____.

A

association

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

A(n) _____ shows the object classes and relationships involved in a use case.

A

class diagram

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

The black box concept is an example of _____, which means that all data and methods are self-contained.

A

encapsulation

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

The concept that a message gives different meanings to different objects is called _____.

A

polymorphism

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

The focus indicates when an object sends or receives a message.

A

True

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

A black box wants and needs outside interference.

A

False

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

In a state transition diagram, the circle at the right with a hollow border is the initial state.

A

False

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

Encapsulation allows objects to be used as modular components anywhere in the system.

A

True

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

By limiting access to internal processes, an object prevents its internal code from being altered by another object or process.

A

True

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

An object includes data, but not the processes that affect that data.

A

False

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

An object represents a real person, place, event, or transaction.

A

True

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

Systems analysts define an object’s attributes during the systems design process.

A

True

17
Q

A collection of related webpages is called a _____.

A

website

18
Q

Which tool is used to apply multiple search engines simultaneously?

A

meta-search engine

19
Q

When a person subscribes to a list, he or she can receive a collection of messages called a _____, which contains a summary of the postings for a specific time interval (e.g., daily).

A

digest

20
Q

Which operator is used to exclude certain records in a search?

A

NOT

21
Q

The same message to two different objects produces the same results.

A

False

22
Q

There are few CASE tools tailored to UML

A

False

23
Q

A control is a specific member of a class.

A

False

24
Q

Classes that send or receive messages are shown at the bottom of the sequence diagram.

A

False

25
Q

_____ enable objects to communicate and interact as they perform business functions and transactions required by a system.

A

Relationships

26
Q

The Unified Modeling Language (UML) represents an object as a _____ with the object name at the top, followed by the object’s attributes and methods.

A

rectangle

27
Q

An _____ shows the objects and how they interact to perform business functions and transactions.

A

object relationship diagram

28
Q

The _____ of an object is an adjective that describes the object’s current status.

A

State

29
Q

An object’s _____ are the tasks or functions that the object performs when it receives a command to do so.

A

Methods