SlideShare a Scribd company logo
Explain the systems
development process
and basics of logic
formulation.
Systems Development Life Cycle
► An effective System Development Life Cycle (SDLC) should result in a high
quality system that meets customer expectations, reaches completion
within time and cost evaluations, and works effectively and efficiently in
the current and planned Information Technology infrastructure.
► System Development Life Cycle (SDLC) is a conceptual model which
includes policies and procedures for developing or altering systems
throughout their life cycles.
► SDLC is used by analysts to develop an information system. SDLC includes
the following activities −
► requirements
► design
► implementation
► testing
► deployment
► operations
► maintenance
Phases of SDLC
Systems Development Life
Cycle is a systematic
approach which explicitly
breaks down the work into
phases that are required to
implement either new or
modified Information System.
► Feasibility Study or Planning
► Define the problem and scope of existing system.
► Overview the new system and determine its objectives.
► Confirm project feasibility and produce the project Schedule.
► During this phase, threats, constraints, integration and security of system are also
considered.
► A feasibility report for the entire project is created at the end of this phase.
► Analysis and Specification
► Gather, analyze, and validate the information.
► Define the requirements and prototypes for new system.
► Evaluate the alternatives and prioritize the requirements.
► Examine the information needs of end-user and enhances the system goal.
► A Software Requirement Specification (SRS) document, which specifies the
software, hardware, functional, and network requirements of the system is
prepared at the end of this phase.
► System Design
► Includes the design of application, network, databases, user interfaces, and
system interfaces.
► Transform the SRS document into logical structure, which contains detailed and
complete set of specifications that can be implemented in a programming
language.
► Create a contingency, training, maintenance, and operation plan.
► Review the proposed design. Ensure that the final design must meet the
requirements stated in SRS document.
► Finally, prepare a design document which will be used during next phases.
► Implementation
► Implement the design into source code through coding.
► Combine all the modules together into training environment that detects errors
and defects.
► A test report which contains errors is prepared through test plan that includes
test related tasks such as test case generation, testing criteria, and resource
allocation for testing.
► Integrate the information system into its environment and install the new system.
► Maintenance/Support
► Include all the activities such as phone support or physical on-site support for
users that is required once the system is installing.
► Implement the changes that software might undergo over a period of time, or
implement any new requirements after the software is deployed at the
customer location.
► It also includes handling the residual errors and resolve any issues that may exist
in the system even after the testing phase.
► Maintenance and support may be needed for a longer time for large systems
and for a short time for smaller systems.
Life Cycle of
System Analysis
and Design
The following diagram shows
the complete life cycle of the
system during analysis and
design phase.
Role of System Analyst
► The system analyst is a person who is thoroughly aware of the system and
guides the system development project by giving proper directions. He is
an expert having technical and interpersonal skills to carry out
development tasks required at each phase.
► He pursues to match the objectives of information system with the
organization goal.
► Main Roles
► Defining and understanding the requirement of user through various Fact finding techniques.
► Prioritizing the requirements by obtaining user consensus.
► Gathering the facts or information and acquires the opinions of users.
► Maintains analysis and evaluation to arrive at appropriate system which is more user friendly.
► Suggests many flexible alternative solutions, pick the best solution, and quantify cost and benefits.
► Draw certain specifications which are easily understood by users and programmer in precise and detailed
form.
► Implemented the logical design of system which must be modular.
► Plan the periodicity for evaluation after it has been used for some time, and modify the system as needed.
Attributes of a
Systems Analyst
The following figure shows the
attributes a systems analyst
should possess −
► Interpersonal Skills
► Interface with users and programmer.
► Facilitate groups and lead smaller teams.
► Managing expectations.
► Good understanding, communication, selling and teaching abilities.
► Motivator having the confidence to solve queries.
► Analytical Skills
► System study and organizational knowledge
► Problem identification, problem analysis, and problem solving
► Sound commonsense
► Ability to access trade-off
► Curiosity to learn about new organization
► Management Skills
► Understand users jargon and practices.
► Resource & project management.
► Change & risk management.
► Understand the management functions thoroughly.
► Technical Skills
► Knowledge of computers and software.
► Keep abreast of modern development.
► Know of system design tools.
► Breadth knowledge about new technologies.
UML - Overview
► UML is a standard language for specifying, visualizing, constructing, and
documenting the artifacts of software systems.
► UML was created by the Object Management Group (OMG) and UML 1.0
specification draft was proposed to the OMG in January 1997.
► OMG is continuously making efforts to create a truly industry standard.
► UML stands for Unified Modeling Language.
► UML is different from the other common programming languages such as C++,
Java, COBOL, etc.
► UML is a pictorial language used to make software blueprints.
► UML can be described as a general purpose visual modeling language to
visualize, specify, construct, and document software system.
► Although UML is generally used to model software systems, it is not limited within
this boundary. It is also used to model non-software systems as well. For
example, the process flow in a manufacturing unit, etc.
► UML is not a programming language but tools can be used to generate
code in various languages using UML diagrams. UML has a direct relation
with object oriented analysis and design. After some standardization, UML
has become an OMG standard.
Goals of UML
► A picture is worth a thousand words, this idiom absolutely fits describing UML. Object-
oriented concepts were introduced much earlier than UML. At that point of time, there
were no standard methodologies to organize and consolidate the object-oriented
development. It was then that UML came into picture.
► There are a number of goals for developing UML but the most important is to define some
general purpose modeling language, which all modelers can use and it also needs to be
made simple to understand and use.
► UML diagrams are not only made for developers but also for business users, common
people, and anybody interested to understand the system. The system can be a software
or non-software system. Thus it must be clear that UML is not a development method
rather it accompanies with processes to make it a successful system.
► In conclusion, the goal of UML can be defined as a simple modeling mechanism to
model all possible practical systems in today’s complex environment.
A Conceptual Model of UML
► To understand the conceptual model of UML, first we need to clarify what is a
conceptual model? and why a conceptual model is required?
► A conceptual model can be defined as a model which is made of concepts and
their relationships.
► A conceptual model is the first step before drawing a UML diagram. It helps to
understand the entities in the real world and how they interact with each other.
► As UML describes the real-time systems, it is very important to make a
conceptual model and then proceed gradually. The conceptual model of
UML can be mastered by learning the following three major elements −
► UML building blocks
► Rules to connect the building blocks
► Common mechanisms of UML
► As UML describes the real-time systems, it is very important to make a
conceptual model and then proceed gradually. The conceptual model of
UML can be mastered by learning the following three major elements −
► UML building blocks
► Rules to connect the building blocks
► Common mechanisms of UML
► The building blocks of UML can be defined as −
► Things
► Relationships
► Diagrams
Things
► Things are the most important building blocks of UML. Things can be −
► Structural
► Behavioral
► Grouping
► Annotational
► Structural things define the static part of the model. They represent the
physical and conceptual elements. Following are the brief descriptions of
the structural things.
► Class − Class represents a set of objects having similar responsibilities.
► Interface − Interface defines a set of operations, which specify the responsibility
of a class.
► Collaboration −Collaboration defines an interaction between elements.
► Use case −Use case represents a set of actions performed by a system for a
specific goal.
► Component −Component describes the physical part of a system.
► Node − A node can be defined as a physical element that exists at run time.
► Behavioral Things
► A behavioral thing consists of the dynamic parts of UML models. Following are
the behavioral things −
► Interaction − Interaction is defined as a behavior that consists of a group of messages
exchanged among elements to accomplish a specific task.
► State machine − State machine is useful when the state of an object in its life cycle is
important. It defines the sequence of states an object goes through in response to
events. Events are external factors responsible for state change
► Grouping Things
► Grouping things can be defined as a mechanism to group elements of a UML
model together. There is only one grouping thing available −
► Package − Package is the only one grouping thing available for gathering structural
and behavioral things.
► Annotational Things
► Annotational things can be defined as a mechanism to capture remarks,
descriptions, and comments of UML model elements. Note - It is the only one
Annotational thing available. A note is used to render comments, constraints,
etc. of an UML element.
Relationship
► Relationship is another most important building block of UML. It shows how
the elements are associated with each other and this association
describes the functionality of an application.
► There are four kinds of relationships available.
► Dependency
► Association
► Generalization
► Realiziation
► Dependency
► Dependency is a relationship between two things in which change in one
element also affects the other.
► Association
► Association is basically a set of links that connects the elements of a UML model.
It also describes how many objects are taking part in that relationship.
► Generalization
► Generalization can be defined as a relationship which connects a specialized
element with a generalized element. It basically describes the inheritance
relationship in the world of objects.
► Realization
► Realization can be defined as a relationship in which two elements are
connected. One element describes some responsibility, which is not
implemented and the other one implements them. This relationship exists in case
of interfaces.
UML Diagrams
► UML diagrams are the ultimate output of the entire discussion. All the
elements, relationships are used to make a complete UML diagram and
the diagram represents a system.
► The visual effect of the UML diagram is the most important part of the
entire process. All the other elements are used to make it complete.
► UML includes the following nine diagrams.
► Class diagram
► Object diagram
► Use case diagram
► Sequence diagram
► Collaboration diagram
► Activity diagram
► Statechart diagram
► Deployment diagram
► Component diagram
END

More Related Content

PDF
Comparison Of Methodologies
PDF
Comparative Development Methodologies
DOCX
Comparison of SSADM and XP using NIMSAD framework
PPTX
Software Development Methodologies-HSM, SSADM
PDF
SE_Lec 01_ Introduction to Software Enginerring
PDF
SE2018_Lec 14_ Process Modeling and Data Flow Diagram.pptx
PPT
HCI 3e - Ch 13: Socio-organizational issues and stakeholder requirements
PPTX
Design engineering
Comparison Of Methodologies
Comparative Development Methodologies
Comparison of SSADM and XP using NIMSAD framework
Software Development Methodologies-HSM, SSADM
SE_Lec 01_ Introduction to Software Enginerring
SE2018_Lec 14_ Process Modeling and Data Flow Diagram.pptx
HCI 3e - Ch 13: Socio-organizational issues and stakeholder requirements
Design engineering

What's hot (20)

PPT
Chapter02
PDF
SE18_Lec 07_System Modelling and Context Model
PDF
SE_Lec 03_Requirements Analysis and Specification
PPT
Abbott's Textual Analysis : Software Engineering 2
PPTX
An overview of object oriented systems development
PPT
Multiview Methodology
ODP
1 introduction of OOAD
DOC
396849 developing-business-it-solutions
PPT
Modeling System Requirements
PPSX
Nota sendiri hci-HCI
ODP
BIS09 Application Development - III
PPTX
Software Engineering
PPT
CHAPTER 6 REQUIREMENTS MODELING: SCENARIO based Model , Class based moddel
PDF
Object oriented analysis and design unit- iii
PPT
Requirements Engineering Process
PDF
Use case diagrams
PDF
Introduction of software engineering
PPT
Analysis modeling
PDF
Object oriented analysis and design unit- v
PDF
Structured Analysis and Structured Design
Chapter02
SE18_Lec 07_System Modelling and Context Model
SE_Lec 03_Requirements Analysis and Specification
Abbott's Textual Analysis : Software Engineering 2
An overview of object oriented systems development
Multiview Methodology
1 introduction of OOAD
396849 developing-business-it-solutions
Modeling System Requirements
Nota sendiri hci-HCI
BIS09 Application Development - III
Software Engineering
CHAPTER 6 REQUIREMENTS MODELING: SCENARIO based Model , Class based moddel
Object oriented analysis and design unit- iii
Requirements Engineering Process
Use case diagrams
Introduction of software engineering
Analysis modeling
Object oriented analysis and design unit- v
Structured Analysis and Structured Design
Ad

Similar to Explain the system development process and basics (20)

PPTX
OOSD_UNIT1 (1).pptx
PDF
Workshop on Basics of Software Engineering (DFD, UML and Project Culture)
PPTX
SMD Unit i
PPTX
SMD.pptx
PPT
Chapter1
PPT
analysis and design with uml
PPTX
Assignment 1 SYD601 2012 rick_danby completed with audio
PDF
Design and Implementation in Software Engineering
DOCX
Designing and documenting software architecture unit 5
PDF
Software-Architecture_Course-Notes.pdf
PDF
_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf
PDF
_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf
PPTX
Power point for project
PPTX
SELECT21.pptx
PPTX
UNIT 01 SMD.pptx
PDF
CS6502 OOAD - Question Bank and Answer
PDF
Modeling software with UML
PDF
Software Engineering Tools and Practices.pdf
DOCX
process models- software engineering
PPT
Unit 1( modelling concepts & class modeling)
OOSD_UNIT1 (1).pptx
Workshop on Basics of Software Engineering (DFD, UML and Project Culture)
SMD Unit i
SMD.pptx
Chapter1
analysis and design with uml
Assignment 1 SYD601 2012 rick_danby completed with audio
Design and Implementation in Software Engineering
Designing and documenting software architecture unit 5
Software-Architecture_Course-Notes.pdf
_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf
_773d48108e2dda1c1a731bf69b06c3be_Software-Architecture_Course-Notes.pdf
Power point for project
SELECT21.pptx
UNIT 01 SMD.pptx
CS6502 OOAD - Question Bank and Answer
Modeling software with UML
Software Engineering Tools and Practices.pdf
process models- software engineering
Unit 1( modelling concepts & class modeling)
Ad

More from Edwin Lapat (8)

DOCX
The old man and the sea
DOCX
Alexis prince eugene yamat bsit
PDF
Hg g11 module 4 rtp
PPTX
Select the program logic design
PDF
Hg g11 module 3 rtp
PDF
Hgp 11 module 2
PPTX
Subject orientation
PDF
Hgp module1
The old man and the sea
Alexis prince eugene yamat bsit
Hg g11 module 4 rtp
Select the program logic design
Hg g11 module 3 rtp
Hgp 11 module 2
Subject orientation
Hgp module1

Recently uploaded (20)

PPTX
social-studies-subject-for-high-school-globalization.pptx
PDF
1a In Search of the Numbers ssrn 1488130 Oct 2009.pdf
PPTX
Basic Concepts of Economics.pvhjkl;vbjkl;ptx
PPTX
Globalization-of-Religion. Contemporary World
PPTX
EABDM Slides for Indifference curve.pptx
PDF
ECONOMICS AND ENTREPRENEURS LESSONSS AND
PPTX
Session 3. Time Value of Money.pptx_finance
PDF
discourse-2025-02-building-a-trillion-dollar-dream.pdf
PPTX
How best to drive Metrics, Ratios, and Key Performance Indicators
PDF
Predicting Customer Bankruptcy Using Machine Learning Algorithm research pape...
PPTX
The discussion on the Economic in transportation .pptx
PDF
Corporate Finance Fundamentals - Course Presentation.pdf
PPTX
Session 14-16. Capital Structure Theories.pptx
PPTX
FL INTRODUCTION TO AGRIBUSINESS CHAPTER 1
PPTX
Introduction to Essence of Indian traditional knowledge.pptx
PPTX
4.5.1 Financial Governance_Appropriation & Finance.pptx
PPTX
Who’s winning the race to be the world’s first trillionaire.pptx
PPTX
Session 11-13. Working Capital Management and Cash Budget.pptx
PDF
Copia de Minimal 3D Technology Consulting Presentation.pdf
PPTX
Unilever_Financial_Analysis_Presentation.pptx
social-studies-subject-for-high-school-globalization.pptx
1a In Search of the Numbers ssrn 1488130 Oct 2009.pdf
Basic Concepts of Economics.pvhjkl;vbjkl;ptx
Globalization-of-Religion. Contemporary World
EABDM Slides for Indifference curve.pptx
ECONOMICS AND ENTREPRENEURS LESSONSS AND
Session 3. Time Value of Money.pptx_finance
discourse-2025-02-building-a-trillion-dollar-dream.pdf
How best to drive Metrics, Ratios, and Key Performance Indicators
Predicting Customer Bankruptcy Using Machine Learning Algorithm research pape...
The discussion on the Economic in transportation .pptx
Corporate Finance Fundamentals - Course Presentation.pdf
Session 14-16. Capital Structure Theories.pptx
FL INTRODUCTION TO AGRIBUSINESS CHAPTER 1
Introduction to Essence of Indian traditional knowledge.pptx
4.5.1 Financial Governance_Appropriation & Finance.pptx
Who’s winning the race to be the world’s first trillionaire.pptx
Session 11-13. Working Capital Management and Cash Budget.pptx
Copia de Minimal 3D Technology Consulting Presentation.pdf
Unilever_Financial_Analysis_Presentation.pptx

Explain the system development process and basics

  • 1. Explain the systems development process and basics of logic formulation.
  • 2. Systems Development Life Cycle ► An effective System Development Life Cycle (SDLC) should result in a high quality system that meets customer expectations, reaches completion within time and cost evaluations, and works effectively and efficiently in the current and planned Information Technology infrastructure. ► System Development Life Cycle (SDLC) is a conceptual model which includes policies and procedures for developing or altering systems throughout their life cycles.
  • 3. ► SDLC is used by analysts to develop an information system. SDLC includes the following activities − ► requirements ► design ► implementation ► testing ► deployment ► operations ► maintenance
  • 4. Phases of SDLC Systems Development Life Cycle is a systematic approach which explicitly breaks down the work into phases that are required to implement either new or modified Information System.
  • 5. ► Feasibility Study or Planning ► Define the problem and scope of existing system. ► Overview the new system and determine its objectives. ► Confirm project feasibility and produce the project Schedule. ► During this phase, threats, constraints, integration and security of system are also considered. ► A feasibility report for the entire project is created at the end of this phase.
  • 6. ► Analysis and Specification ► Gather, analyze, and validate the information. ► Define the requirements and prototypes for new system. ► Evaluate the alternatives and prioritize the requirements. ► Examine the information needs of end-user and enhances the system goal. ► A Software Requirement Specification (SRS) document, which specifies the software, hardware, functional, and network requirements of the system is prepared at the end of this phase.
  • 7. ► System Design ► Includes the design of application, network, databases, user interfaces, and system interfaces. ► Transform the SRS document into logical structure, which contains detailed and complete set of specifications that can be implemented in a programming language. ► Create a contingency, training, maintenance, and operation plan. ► Review the proposed design. Ensure that the final design must meet the requirements stated in SRS document. ► Finally, prepare a design document which will be used during next phases.
  • 8. ► Implementation ► Implement the design into source code through coding. ► Combine all the modules together into training environment that detects errors and defects. ► A test report which contains errors is prepared through test plan that includes test related tasks such as test case generation, testing criteria, and resource allocation for testing. ► Integrate the information system into its environment and install the new system.
  • 9. ► Maintenance/Support ► Include all the activities such as phone support or physical on-site support for users that is required once the system is installing. ► Implement the changes that software might undergo over a period of time, or implement any new requirements after the software is deployed at the customer location. ► It also includes handling the residual errors and resolve any issues that may exist in the system even after the testing phase. ► Maintenance and support may be needed for a longer time for large systems and for a short time for smaller systems.
  • 10. Life Cycle of System Analysis and Design The following diagram shows the complete life cycle of the system during analysis and design phase.
  • 11. Role of System Analyst ► The system analyst is a person who is thoroughly aware of the system and guides the system development project by giving proper directions. He is an expert having technical and interpersonal skills to carry out development tasks required at each phase. ► He pursues to match the objectives of information system with the organization goal.
  • 12. ► Main Roles ► Defining and understanding the requirement of user through various Fact finding techniques. ► Prioritizing the requirements by obtaining user consensus. ► Gathering the facts or information and acquires the opinions of users. ► Maintains analysis and evaluation to arrive at appropriate system which is more user friendly. ► Suggests many flexible alternative solutions, pick the best solution, and quantify cost and benefits. ► Draw certain specifications which are easily understood by users and programmer in precise and detailed form. ► Implemented the logical design of system which must be modular. ► Plan the periodicity for evaluation after it has been used for some time, and modify the system as needed.
  • 13. Attributes of a Systems Analyst The following figure shows the attributes a systems analyst should possess −
  • 14. ► Interpersonal Skills ► Interface with users and programmer. ► Facilitate groups and lead smaller teams. ► Managing expectations. ► Good understanding, communication, selling and teaching abilities. ► Motivator having the confidence to solve queries.
  • 15. ► Analytical Skills ► System study and organizational knowledge ► Problem identification, problem analysis, and problem solving ► Sound commonsense ► Ability to access trade-off ► Curiosity to learn about new organization
  • 16. ► Management Skills ► Understand users jargon and practices. ► Resource & project management. ► Change & risk management. ► Understand the management functions thoroughly.
  • 17. ► Technical Skills ► Knowledge of computers and software. ► Keep abreast of modern development. ► Know of system design tools. ► Breadth knowledge about new technologies.
  • 19. ► UML is a standard language for specifying, visualizing, constructing, and documenting the artifacts of software systems. ► UML was created by the Object Management Group (OMG) and UML 1.0 specification draft was proposed to the OMG in January 1997.
  • 20. ► OMG is continuously making efforts to create a truly industry standard. ► UML stands for Unified Modeling Language. ► UML is different from the other common programming languages such as C++, Java, COBOL, etc. ► UML is a pictorial language used to make software blueprints. ► UML can be described as a general purpose visual modeling language to visualize, specify, construct, and document software system. ► Although UML is generally used to model software systems, it is not limited within this boundary. It is also used to model non-software systems as well. For example, the process flow in a manufacturing unit, etc.
  • 21. ► UML is not a programming language but tools can be used to generate code in various languages using UML diagrams. UML has a direct relation with object oriented analysis and design. After some standardization, UML has become an OMG standard.
  • 22. Goals of UML ► A picture is worth a thousand words, this idiom absolutely fits describing UML. Object- oriented concepts were introduced much earlier than UML. At that point of time, there were no standard methodologies to organize and consolidate the object-oriented development. It was then that UML came into picture. ► There are a number of goals for developing UML but the most important is to define some general purpose modeling language, which all modelers can use and it also needs to be made simple to understand and use. ► UML diagrams are not only made for developers but also for business users, common people, and anybody interested to understand the system. The system can be a software or non-software system. Thus it must be clear that UML is not a development method rather it accompanies with processes to make it a successful system. ► In conclusion, the goal of UML can be defined as a simple modeling mechanism to model all possible practical systems in today’s complex environment.
  • 23. A Conceptual Model of UML ► To understand the conceptual model of UML, first we need to clarify what is a conceptual model? and why a conceptual model is required? ► A conceptual model can be defined as a model which is made of concepts and their relationships. ► A conceptual model is the first step before drawing a UML diagram. It helps to understand the entities in the real world and how they interact with each other. ► As UML describes the real-time systems, it is very important to make a conceptual model and then proceed gradually. The conceptual model of UML can be mastered by learning the following three major elements − ► UML building blocks ► Rules to connect the building blocks ► Common mechanisms of UML
  • 24. ► As UML describes the real-time systems, it is very important to make a conceptual model and then proceed gradually. The conceptual model of UML can be mastered by learning the following three major elements − ► UML building blocks ► Rules to connect the building blocks ► Common mechanisms of UML
  • 25. ► The building blocks of UML can be defined as − ► Things ► Relationships ► Diagrams
  • 26. Things ► Things are the most important building blocks of UML. Things can be − ► Structural ► Behavioral ► Grouping ► Annotational
  • 27. ► Structural things define the static part of the model. They represent the physical and conceptual elements. Following are the brief descriptions of the structural things. ► Class − Class represents a set of objects having similar responsibilities. ► Interface − Interface defines a set of operations, which specify the responsibility of a class. ► Collaboration −Collaboration defines an interaction between elements.
  • 28. ► Use case −Use case represents a set of actions performed by a system for a specific goal. ► Component −Component describes the physical part of a system. ► Node − A node can be defined as a physical element that exists at run time.
  • 29. ► Behavioral Things ► A behavioral thing consists of the dynamic parts of UML models. Following are the behavioral things − ► Interaction − Interaction is defined as a behavior that consists of a group of messages exchanged among elements to accomplish a specific task. ► State machine − State machine is useful when the state of an object in its life cycle is important. It defines the sequence of states an object goes through in response to events. Events are external factors responsible for state change
  • 30. ► Grouping Things ► Grouping things can be defined as a mechanism to group elements of a UML model together. There is only one grouping thing available − ► Package − Package is the only one grouping thing available for gathering structural and behavioral things.
  • 31. ► Annotational Things ► Annotational things can be defined as a mechanism to capture remarks, descriptions, and comments of UML model elements. Note - It is the only one Annotational thing available. A note is used to render comments, constraints, etc. of an UML element.
  • 32. Relationship ► Relationship is another most important building block of UML. It shows how the elements are associated with each other and this association describes the functionality of an application. ► There are four kinds of relationships available. ► Dependency ► Association ► Generalization ► Realiziation
  • 33. ► Dependency ► Dependency is a relationship between two things in which change in one element also affects the other.
  • 34. ► Association ► Association is basically a set of links that connects the elements of a UML model. It also describes how many objects are taking part in that relationship.
  • 35. ► Generalization ► Generalization can be defined as a relationship which connects a specialized element with a generalized element. It basically describes the inheritance relationship in the world of objects.
  • 36. ► Realization ► Realization can be defined as a relationship in which two elements are connected. One element describes some responsibility, which is not implemented and the other one implements them. This relationship exists in case of interfaces.
  • 37. UML Diagrams ► UML diagrams are the ultimate output of the entire discussion. All the elements, relationships are used to make a complete UML diagram and the diagram represents a system. ► The visual effect of the UML diagram is the most important part of the entire process. All the other elements are used to make it complete.
  • 38. ► UML includes the following nine diagrams. ► Class diagram ► Object diagram ► Use case diagram ► Sequence diagram ► Collaboration diagram ► Activity diagram ► Statechart diagram ► Deployment diagram ► Component diagram
  • 39. END