My Systems Analysis Ch.6

8 September 2022
4.7 (114 reviews)
60 test answers

Unlock all answers in this set

Unlock answers (56)
question
The UML uses a set of symbols to represent graphically the ____ within a system.
answer
components relationships
question
A gas pump is an example of a black box.
answer
True
question
The line from the actor to a use case is called a(n) ____.
answer
association
question
The concept that a message gives different meanings to different objects is called ____.
answer
polymorphism
question
An object's ____ are the tasks or functions the object performs.
answer
methods
question
A use case description documents (among other things) ____.
answer
a description of alternative courses of action postconditions preconditions assumptions
question
When you create a use case diagram, the first step is to identify the system boundary, which is represented by a ____.
answer
rectangle
question
All relationships have equal weight; none is stronger than any other.
answer
False
question
The same message to two different objects produces the same results.
answer
False
question
In a state transition diagram, the circle at the right with a hollow border is the initial state.
answer
False
question
Your red Mustang is a(n) ____ of the CAR class.
answer
instance
question
After you identify the objects, classes, and relationships, you are ready to prepare an object relationship diagram that will provide an overview of the system.
answer
True
question
____ enable objects to communicate and interact as they perform business functions and transactions required by the system.
answer
Relationships
question
An object ____ diagram shows the objects and how they interact to perform business functions and transactions.
answer
relationship
question
The number of ____ needed to describe an object depends on the business requirements of the information system and its users.
answer
attributes
question
If ____ are similar to adjectives that describe the characteristics of an object, objects are similar to nouns.
answer
attributes
question
When you construct a ____, you review the use case and identify the classes that participate in the underlying business process.
answer
class diagram
question
When you create an object relationship diagram, it will serve as a guide as you continue to develop additional diagrams and documentation.
answer
True
question
In a sequence diagram, a(n) lifeline is identified by a line showing direction that runs between two objects.
answer
False
question
A(n) ____ defines specific tasks that an object can perform.
answer
method
question
A sequence diagram ____.
answer
is a dynamic model of a use case shows the interaction among classes during a specified time period
question
A class can belong to a more general category called a(n) subclass.
answer
False
question
A major advantage of O-O designs is that systems analysts can save time and avoid errors by using ____ objects.
answer
modular
question
Objects can have a specific attribute called a(n) ____.
answer
state
question
In a class diagram, each class appears as a(n) ____, with the class name at the top, followed by the class's attributes and methods.
answer
rectangle
question
A(n) ____ is a specific member of a class.
answer
instance
question
Class diagrams evolve into code modules, data objects, and other system components.
answer
True
question
A(n) method is like a blueprint, or template, for all the objects within a class.
answer
False
question
Inheritance enables a ____ to derive one or more of its attributes from a parent.
answer
child
question
____ describe what objects need to know about each other, how objects respond to changes in other objects, and the effects of membership in classes, superclasses, and subclasses.
answer
Relationships
question
Which of the following is not represented by a symbol in a sequence diagram?
answer
Indices
question
An object has certain ____, like the make, model, and color of a car.
answer
attributes
question
In a use case, an external entity is called a(n) ____.
answer
actor
question
Which of the following is an attribute of a car?
answer
make model color
question
An object's ____ are the tasks or functions the object performs.
answer
methods
question
Unlike a DFD, a class diagram is a logical model, which evolves into a physical model and finally becomes a functioning information system.
answer
False
question
An object treats data and processes separately.
answer
False
question
Sequence diagrams, state transition diagrams, and activity diagrams are dynamic modeling tools that can help a systems analyst understand how objects behave and interact with the system.
answer
True
question
In a class diagram, each class appears as a(n) ____, with the class name at the top, followed by the class's attributes and methods.
answer
rectangle
question
Your car performs a(n) ____ called OPERATE WIPERS when you send a message by moving the proper control.
answer
method
question
A class diagram resembles a horizontal flowchart that shows the actions and events as they occur.
answer
False
question
A class can belong to a more general category called a ____.
answer
superclass
question
In a sequence diagram, a(n) lifeline is identified by a line showing direction that runs between two objects
answer
False
question
____ enables an object to derive one or more of its attributes from another object.
answer
Inheritance
question
In a state transition diagram, the states appear as rounded rectangles with the state names inside.
answer
True
question
In a sequence diagram, a message is identified by a narrow vertical shape that covers the lifeline.
answer
False
question
To create use cases, you start by reviewing the information that you gathered during the requirements modeling phase.
answer
True
question
The UML notation ____ identifies a zero or many relation.
answer
0..*
question
____ is a widely used method of visualizing and documenting an information system.
answer
UML
question
A(n) ____ represents a real person, place, event, or transaction.
answer
object
question
System analysts define an object's attributes during the systems design process.
answer
True
question
When the outcome of one use case is incorporated by another use case, we say the second use case uses the first case.
answer
True
question
As shown in the accompanying figure, objects within a class can be grouped into ____, which are more specific categories within a class.
answer
subclasses
question
The UML represents an object as a(n) ____ with the object name at the top, followed by the object's attributes and methods.
answer
rectangle
question
A(n) ____ is a group of similar objects.
answer
class
question
In a sequence diagram, classes that send or receive messages are shown at the bottom of the diagram.
answer
False
question
The UML symbol for a use case is a(n) ____ with a label that describes the action or event.
answer
oval
question
A ____ is a command that tells an object to perform a certain method.
answer
message
question
By limiting access to internal processes, an object prevents its internal code from being altered by another object or process.
answer
True
question
After you identify a system's objects, classes, and relationships, you should develop a(n) object relationship diagram that provides an overview of the system.
answer
True