Font size
WorksheetsCycle 2: Session 3 Review.
Total questions: 10
Worksheet time: 3mins
UML stands for
United Modeling Language
Unified Modeling Language
Unkind Modeling Language
What is a class definition ?
It is an attribute that defines the properties of all objects of the same type.
It is a blueprint that defines the properties of all objects of the same type.
It is a method that defines the properties of all objects of the same type.
Class diagrams are the main _____________ of UML.
Objective
Method
Component
The process of making an object from the class definition is called...
Instantiation
Programming
Coding
In UML, classes are represented by boxes that contain three sections. The central section contains the attributes of the class.
True
False
Methods do not define the operations that are allowed to be performed on an attribute.
True
False
Active reading techniques include
Highlighting
Writing in the margins
Explaining what you have read
Testing yourself
In UML, classes are represented by boxes that contain three sections. The top section contains:
The methods of the class.
The name of the class.
The attributes of the class.
Methods are ______________________ that access or modify the values of the attributes of an object. They could also be considered as:
Procedures
Functions
Actions
In UML, classes are represented by boxes that contain three sections. The bottom section contains:
The methods of the class.
The name of the class.
The attributes of the class.
