Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Systems Analysis and Design Methods
Quiz 18: Object-Oriented Design and Modeling Using the UML
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Question 1
True/False
An approach used to specify the software solution in terms of collaborating objects, their attributes and their methods is called object oriented design.
Question 2
True/False
An interface class is an object class that provides the means by which an actor can interface with the system.
Question 3
True/False
A dependency relationship is illustrated with a dashed arrow line.
Question 4
True/False
Navigability is illustrated with an arrowhead pointing only to the direction a message can be sent.
Question 5
True/False
Visibility is the level of access an external object has to an attribute or method.
Question 6
True/False
Method is the software logic that is executed in response to a message.
Question 7
True/False
In a pure object-oriented environment every piece of code exists inside an object class.
Question 8
True/False
An object-oriented system is structured into at least three different types of object classes.
Question 9
True/False
Entity classes are identified during systems analysis and usually correspond to items in real life and contain information, known as attributes, that describes the different instances of the entity.