






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An activity sheet for sessions 1-3 on Object-Oriented Analysis and Design using UML. It covers the main characteristics of the database approach, differences between Object-Oriented Analysis and Design, the four stages of Object-Oriented Analysis and Design using UML, use case diagrams, domain model diagrams, sequence diagrams, and class diagrams. questions and activities related to each topic.
Typology: Exams
1 / 10
This page cannot be seen from the preview
Don't miss anything!







Question 1: The main characteristics of the database approach while contrasting them with the file-based approach can be explained in the following points:
the access programs in the DBMS catalogue. This attribute is known as program-data independence.
Question 3: The four stages of OOAD done using UML are:-
Question 3: Use-case diagram
Question 1: Domain Model Diagram The domain model is a diagram of the program's fundamental entities and their interactions. Its system agnostic (it's not written in any particular programming language), and attributes don't have data types. The specifications of the user are taken into account when constructing a domain model. From this diagram, we can later easily define the vital entities and their relationships. These entities are represented in the model as classes. 4 (^4) https://www.ict.social/software-design/uml/uml-domain-model
Class Diagram A fixed diagram is a class diagram. It symbolizes a software's pictorial structure. A class diagram is utilized not only for visualizing, presenting, and validating various components of the system, but also for creating program file for a software program. A class diagram depicts a class's properties and methods, as well as the system's restrictions. Since class diagrams are the only UML diagrams that can be immediately plotted with object-oriented languages, they are broadly utilized in the modelling of object-oriented systems. 6 (^6) https://www.tutorialspoint.com/uml/uml_class_diagram.htm