SlideShare a Scribd company logo
1 of 35
Software Engineering
Dr. Kamal Gulati
(Part 9) – CASE (Computer Aided Software Design
Contents for CASE (COMPUTER AIDED
SOFTWARE ENGINEERING)
1. CASE and its Scope
2. CASE support in software life cycle
documentation
3. project management
4. internal interface
5. Reverse Software Engineering
6. Architecture of CASE environment.
What is CASE?
• Computer aided software engineering (CASE)
is the use of software tools to assist in the
development and maintenance of software
• Computer-aided Software Engineering
(CASE)
 Automated software tool used by systems
analysts to develop information systems
 Used to support or automate activities
throughout the systems development life cycle
(SDLC)
 Increase productivity
 Improve overall quality of systems
4
Background
• To speed up the software system building
process, a new concept of designing software
is introduced in the '70s, called Computer
Aided Software Engineering (CASE).
• This term is used for a new generation of tools
that applies rigorous engineering principles to
the development and analysis of software.
Why is CASE important?
• CASE allows for rapid development of
software because of the increasing speed of
changing market-demands new products
replace old ones much earlier than before, so
the development of new products has to go
faster.
Drawbacks
• very complex
• not easily maintainable
• fragile
Tools
 Since the early days of writing software, there has
been an awareness of the need for automated tools
to help the software developer. Initially the
concentration was on program support tools such as
translators, compilers, assemblers, macro processors,
and linkers and loaders.
 However, as computers became more powerful and
the software that ran on them grew larger and more
complex, the range of support tools began to expand.
 In particular, the use of interactive time-sharing
systems for software development encouraged the
development of program editors, debuggers, code
analyzers, and program-pretty printers.
The Use of CASE in Organizations
• Purpose of CASE is to facilitate a single
design philosophy within an organization
• Various facilities of CASE that support each
phase of the systems development life cycle
(SDLC)
The Use of CASE in Organizations
• Objectives of CASE
 Improve quality of systems developed
 Increase speed of development and design
 Ease and improve testing process through automated checking
 Improve integration of development activities via common
methodologies
 Improve quality and completeness of documentation
 Help standardize the development process
 Improve project management
 Simply program maintenance
 Promote reusability
 Improve software portability
CASE and System Quality
• Majority of organizations adopt CASE to
improve speed and quality of systems
development projects
• Widespread deployment has been slower
than expected
CASE and System Quality
• Several factors that inhibit widespread
deployment
 Cost
 Between $5,000 and $15,000 per year to provide CASE tools
to one systems analyst
 Return on Investment
 Biggest benefits of CASE come in late stages of SDLC
 Productivity Bottlenecks
 Inability of some tools to share information
 Difficulty in providing tools for all stages of SDLC
The Outlook for CASE
• Functionality is increasing
• Cost is decreasing
• Reverse Engineering Tools
 Automated tools that read program source code as
input and create graphical and textual representations
of program design-level information
• Reengineering Tools
 Automated software that reads program source code,
analyzes it and automatically or interactively alters an
existing system to improve quality and/or performance
The Outlook for CASE
• Organizational Culture can influence CASE
Adoption
 Table 4-2 lists the impact of CASE upon
individuals within an organization
• Driving and Resisting Forces for CASE
 Tables 4-3 and 4-4 present driving and resisting
organizational forces for CASE adoption
Components of CASE
• Upper CASE
 CASE tools designed to support the information
planning and the project identification and selection,
project initiation and planning, analysis and design
phases of the systems development life cycle
• Lower CASE
 CASE tools designed to support the implementation and
maintenance phases of the systems development life cycle
Components of CASE
• Cross life-cycle CASE
 CASE tools designed to support activities that
occur across multiple phases of the systems
development life cycle
• Most CASE tools utilize a repository to
store all diagrams, forms, models and
report definitions
Components of CASE
• Types of CASE tools
 Diagramming tools
 Computer display and report generators
 Analysis tools used to check for incomplete,
inconsistent or incorrect specifications
 A central repository
 Documentation generators
 Code generators
Components of CASE
• Security Features
• Version Control
• Import/Export
• Backup and Recovery
CASE versus Traditional Systems
Development
• Traditional approach does not offer support
for integration of specification documents
• Often, documentation is done after coding
is completed in traditional systems
development
• Traditional approach often leads to out- of-
date documentation
CASE versus Traditional Systems
Development
• Traditional Systems
Development
 Emphasis on coding and
testing
 Paper-based
specifications
 Manual coding of programs
 Manual documenting
 Intensive software testing
 Maintain code and
documentation
• CASE-Based Systems
Development
Emphasis on analysis and design
Rapid interactive prototyping
Automated code generation
Automated documentation
generation
Automated design checking
Maintain design specifications
CASE Diagramming Tools
• Enable representation of a system and
components visually
• Effective for representing process flows,
data structures and program structures
• Several types of diagrams
 Data Flow Diagrams (DFD) (Figure 4-4)
 Functional Hierarchy Diagrams(Figure 4-5)
 Entity-Relationship Diagrams (Figure 4-6)
CASE Form and Report Generator
Tools
• CASE tools that support the creation of
system forms and reports in order to
prototype how systems will look and feel to
users
• Two Purposes
 Create, modify and test prototypes of
computer display forms and reports
 Identify which data items to display or collect
for each form or report
CASE Analysis Tools
• Enable automatic checking for incomplete,
inconsistent or incorrect specifications in
diagrams, forms and reports.
• Types of analyses vary depending on the
organization’s development methodology
and features of CASE environment
CASE Repository
• Integrated CASE (I-CASE)
 Automated systems development environment that
provides numerous tools to create diagrams, forms and
reports
 Provides analysis, reporting and code generation
facilities
 Seamlessly shares and integrates data across and
between tools
 Repository is central place to store information to
share between tools
CASE Repository
• Holds complete information needed to
create, modify and evolve a software
system from project initiation and planning
to code generation and maintenance
• Two Primary Segments
 Information Repository
 Data Dictionary
CASE Repository
• Information Repository
 Combines information about an organization’s business
information and its application portfolio
 Provides automated tools to manage and control
access to repository
 Business Information
 Data stored in corporate databases
 Application Portfolio
 Application programs used to manage business
26
CASE Repository
• Data Dictionary
 Computer software tool used to manage and control
access to the information repository
 Contains all data definitions for all organizational
applications
 Cross referencing
 Enables one description of a data item to be stored and
accessed by all individuals
 Single definition for a data item is established and used
27
CASE Repository
• Data Dictionary
 Entries have a standard definition
 Element name and alias
 Textual description of the element
 List of related elements
 Element type and format
 Range of acceptable values
 Other information unique to the proper processing
of this element
CASE Repository
• CASE Repository and the SDLC
 During project initiation and planning phase, all
information related to the problem being solved is
stored in the repository
 Problem domain, project resources, history and organizational
context
 During analysis and design phases, store graphical
diagrams and prototype forms and reports
 Data stored in repository are used for basis to generate
code and documentation
CASE Repository
• Additional Advantages
 Assistance with project management tasks
 Aids in software reusability
 The ability to design software modules in a manner
so that they can be used again and again in different
systems without significant modification
CASE Documentation Generator
Tools
• Enable the easy production of both
technical and user documentation
• Allow creation of master templates used to
verify that documentation conforms to all
stages of SDLC
CASE Code Generation Tools
• Enable the automatic generation of
program and database definition code
directly from the design documents,
diagrams, forms and reports stored in the
repository
Visual and Emerging
Development Tools
• Object-Oriented Development Tools
 Object
 A chunk of program and data that is built to
perform common functions within a system
 Easily reused
 Encapsulation
 Process of grouping data and instructions together
 Development environment includes pre-
defined objects and facilitates reuse of code
Visual and Emerging
Development Tools
• Visual Development Tools
 Enable developers to quickly create user
interfaces
 Popular tools include:
 Microsoft Visual Studio
 Delphi
 Powerbuilder
 ColdFusion
ThankYou&
KeepLearning!
?Follow us :
You can find me at
https://www.linkedin.com/in/drkamalgulati/
https://mybigdataanalytics.in/
https://www.facebook.com/DrKamalGulatiBig
DATA/

More Related Content

What's hot

Software quality assurance
Software quality assuranceSoftware quality assurance
Software quality assuranceEr. Nancy
 
Software Development Life Cycle
Software Development Life CycleSoftware Development Life Cycle
Software Development Life CycleSlideshare
 
REQUIREMENT ENGINEERING
REQUIREMENT ENGINEERINGREQUIREMENT ENGINEERING
REQUIREMENT ENGINEERINGSaqib Raza
 
Software maintenance
Software maintenance Software maintenance
Software maintenance Rajeev Sharan
 
Software Quality Attributes
Software Quality AttributesSoftware Quality Attributes
Software Quality AttributesHayim Makabee
 
Formal Specification in Software Engineering SE9
Formal Specification in Software Engineering SE9Formal Specification in Software Engineering SE9
Formal Specification in Software Engineering SE9koolkampus
 
Advanced topics in software engineering
Advanced topics in software engineeringAdvanced topics in software engineering
Advanced topics in software engineeringRupesh Vaishnav
 
Requirements analysis and modeling
Requirements analysis and modelingRequirements analysis and modeling
Requirements analysis and modelingSyed Zaid Irshad
 
Software Engineering (Software Quality Assurance)
Software Engineering (Software Quality Assurance)Software Engineering (Software Quality Assurance)
Software Engineering (Software Quality Assurance)ShudipPal
 
Chapter_01.ppt
Chapter_01.pptChapter_01.ppt
Chapter_01.pptMSahibKhan
 
Software Development Life Cycle Model
Software Development Life Cycle ModelSoftware Development Life Cycle Model
Software Development Life Cycle ModelJ.T.A.JONES
 
McCall Software Quality Model in Software Quality Assurance
McCall Software Quality Model in Software Quality Assurance McCall Software Quality Model in Software Quality Assurance
McCall Software Quality Model in Software Quality Assurance sundas Shabbir
 
Lecture 01 Introduction to Software Engineering
Lecture 01 Introduction to Software EngineeringLecture 01 Introduction to Software Engineering
Lecture 01 Introduction to Software EngineeringAchmad Solichin
 

What's hot (20)

Software quality assurance
Software quality assuranceSoftware quality assurance
Software quality assurance
 
Software Development Life Cycle
Software Development Life CycleSoftware Development Life Cycle
Software Development Life Cycle
 
Sdlc
SdlcSdlc
Sdlc
 
REQUIREMENT ENGINEERING
REQUIREMENT ENGINEERINGREQUIREMENT ENGINEERING
REQUIREMENT ENGINEERING
 
Software maintenance
Software maintenance Software maintenance
Software maintenance
 
Software Quality Attributes
Software Quality AttributesSoftware Quality Attributes
Software Quality Attributes
 
Computer aided software engineering
Computer aided software engineeringComputer aided software engineering
Computer aided software engineering
 
Software engineering unit 1
Software engineering unit 1Software engineering unit 1
Software engineering unit 1
 
System testing
System testingSystem testing
System testing
 
Formal Specification in Software Engineering SE9
Formal Specification in Software Engineering SE9Formal Specification in Software Engineering SE9
Formal Specification in Software Engineering SE9
 
Advanced topics in software engineering
Advanced topics in software engineeringAdvanced topics in software engineering
Advanced topics in software engineering
 
Software quality management standards
Software quality management standardsSoftware quality management standards
Software quality management standards
 
Requirements analysis and modeling
Requirements analysis and modelingRequirements analysis and modeling
Requirements analysis and modeling
 
Software Engineering (Software Quality Assurance)
Software Engineering (Software Quality Assurance)Software Engineering (Software Quality Assurance)
Software Engineering (Software Quality Assurance)
 
Requirement Engineering
Requirement EngineeringRequirement Engineering
Requirement Engineering
 
Chapter_01.ppt
Chapter_01.pptChapter_01.ppt
Chapter_01.ppt
 
Software Development Life Cycle Model
Software Development Life Cycle ModelSoftware Development Life Cycle Model
Software Development Life Cycle Model
 
documentation-testing.ppt
documentation-testing.pptdocumentation-testing.ppt
documentation-testing.ppt
 
McCall Software Quality Model in Software Quality Assurance
McCall Software Quality Model in Software Quality Assurance McCall Software Quality Model in Software Quality Assurance
McCall Software Quality Model in Software Quality Assurance
 
Lecture 01 Introduction to Software Engineering
Lecture 01 Introduction to Software EngineeringLecture 01 Introduction to Software Engineering
Lecture 01 Introduction to Software Engineering
 

Similar to CASE (Computer Aided Software Design)

Case tools and modern process of system development
Case tools and modern process of system development Case tools and modern process of system development
Case tools and modern process of system development tushar217
 
Automated Tools For System Analysis and Design
Automated Tools For System Analysis and DesignAutomated Tools For System Analysis and Design
Automated Tools For System Analysis and DesignAmit Kundu
 
Data modelling tool in CASE
Data modelling tool in CASEData modelling tool in CASE
Data modelling tool in CASEManju Pillai
 
Software System Engineering - Chapter 4
Software System Engineering - Chapter 4Software System Engineering - Chapter 4
Software System Engineering - Chapter 4Fadhil Ismail
 
Chapter04 automated tools for systems development
Chapter04 automated tools for systems developmentChapter04 automated tools for systems development
Chapter04 automated tools for systems developmentDhani Ahmad
 
Tools for system analysis
Tools for system analysisTools for system analysis
Tools for system analysissanjana mun
 
Introduction to Software engineering ch03
Introduction to Software engineering ch03Introduction to Software engineering ch03
Introduction to Software engineering ch03YousefYassin5
 
Beit 381 se lec 20 - 31 - 12 apr25 - case tools and ascent1-55
Beit 381 se lec 20  - 31 - 12 apr25 - case tools and ascent1-55Beit 381 se lec 20  - 31 - 12 apr25 - case tools and ascent1-55
Beit 381 se lec 20 - 31 - 12 apr25 - case tools and ascent1-55babak danyal
 

Similar to CASE (Computer Aided Software Design) (20)

Case tools
Case toolsCase tools
Case tools
 
Case tools and modern process of system development
Case tools and modern process of system development Case tools and modern process of system development
Case tools and modern process of system development
 
Automated Tools For System Analysis and Design
Automated Tools For System Analysis and DesignAutomated Tools For System Analysis and Design
Automated Tools For System Analysis and Design
 
Data modelling tool in CASE
Data modelling tool in CASEData modelling tool in CASE
Data modelling tool in CASE
 
Chapter04
Chapter04Chapter04
Chapter04
 
Software System Engineering - Chapter 4
Software System Engineering - Chapter 4Software System Engineering - Chapter 4
Software System Engineering - Chapter 4
 
Chapter04 automated tools for systems development
Chapter04 automated tools for systems developmentChapter04 automated tools for systems development
Chapter04 automated tools for systems development
 
Computer Aided Software Engineering
Computer Aided Software EngineeringComputer Aided Software Engineering
Computer Aided Software Engineering
 
Case tools
Case toolsCase tools
Case tools
 
Tools for system analysis
Tools for system analysisTools for system analysis
Tools for system analysis
 
Criteria For EA Tool Selection
Criteria For EA Tool SelectionCriteria For EA Tool Selection
Criteria For EA Tool Selection
 
lect1.pdf
lect1.pdflect1.pdf
lect1.pdf
 
Introduction to Software engineering ch03
Introduction to Software engineering ch03Introduction to Software engineering ch03
Introduction to Software engineering ch03
 
Case tools
Case toolsCase tools
Case tools
 
Saurabh's_profile
Saurabh's_profileSaurabh's_profile
Saurabh's_profile
 
Unit 1.pdf
Unit 1.pdfUnit 1.pdf
Unit 1.pdf
 
Beit 381 se lec 20 - 31 - 12 apr25 - case tools and ascent1-55
Beit 381 se lec 20  - 31 - 12 apr25 - case tools and ascent1-55Beit 381 se lec 20  - 31 - 12 apr25 - case tools and ascent1-55
Beit 381 se lec 20 - 31 - 12 apr25 - case tools and ascent1-55
 
Role of System Analysis & Design
Role of System Analysis & DesignRole of System Analysis & Design
Role of System Analysis & Design
 
Case tools
Case toolsCase tools
Case tools
 
Case tools
Case tools Case tools
Case tools
 

More from Amity University | FMS - DU | IMT | Stratford University | KKMI International Institute | AIMA | DTU

More from Amity University | FMS - DU | IMT | Stratford University | KKMI International Institute | AIMA | DTU (20)

All About DBMS - Interview Question and Answers
All About DBMS - Interview Question and AnswersAll About DBMS - Interview Question and Answers
All About DBMS - Interview Question and Answers
 
Concept of Governance - Management of Operational Risk for IT Officers/Execut...
Concept of Governance - Management of Operational Risk for IT Officers/Execut...Concept of Governance - Management of Operational Risk for IT Officers/Execut...
Concept of Governance - Management of Operational Risk for IT Officers/Execut...
 
Emerging Technologies in IT
Emerging Technologies in ITEmerging Technologies in IT
Emerging Technologies in IT
 
Introduction to DBMS - Notes in Layman...
Introduction to DBMS - Notes in Layman...Introduction to DBMS - Notes in Layman...
Introduction to DBMS - Notes in Layman...
 
Fundamentals of DBMS
Fundamentals of DBMSFundamentals of DBMS
Fundamentals of DBMS
 
SOFTWARE RELIABILITY AND QUALITY ASSURANCE
SOFTWARE RELIABILITY AND QUALITY ASSURANCESOFTWARE RELIABILITY AND QUALITY ASSURANCE
SOFTWARE RELIABILITY AND QUALITY ASSURANCE
 
Software Testing (Contd..) SDLC Model
Software Testing (Contd..) SDLC ModelSoftware Testing (Contd..) SDLC Model
Software Testing (Contd..) SDLC Model
 
Software Testing - SDLC Model
Software Testing - SDLC ModelSoftware Testing - SDLC Model
Software Testing - SDLC Model
 
Coding - SDLC Model
Coding - SDLC ModelCoding - SDLC Model
Coding - SDLC Model
 
Software Design - SDLC Model
Software Design - SDLC ModelSoftware Design - SDLC Model
Software Design - SDLC Model
 
Models of SDLC (Contd..) & Feasibility Study
Models of SDLC (Contd..)  & Feasibility StudyModels of SDLC (Contd..)  & Feasibility Study
Models of SDLC (Contd..) & Feasibility Study
 
Models of SDLC (Software Development Life Cycle / Program Development Life Cy...
Models of SDLC (Software Development Life Cycle / Program Development Life Cy...Models of SDLC (Software Development Life Cycle / Program Development Life Cy...
Models of SDLC (Software Development Life Cycle / Program Development Life Cy...
 
Introduction to Software Engineering
Introduction to Software EngineeringIntroduction to Software Engineering
Introduction to Software Engineering
 
CLOUD SECURITY IN INSURANCE INDUSTRY WITH RESPECT TO INDIAN MARKET
CLOUD SECURITY IN INSURANCE INDUSTRY WITH RESPECT TO INDIAN MARKETCLOUD SECURITY IN INSURANCE INDUSTRY WITH RESPECT TO INDIAN MARKET
CLOUD SECURITY IN INSURANCE INDUSTRY WITH RESPECT TO INDIAN MARKET
 
Application Software
Application SoftwareApplication Software
Application Software
 
Application Software – Horizontal & Vertical Software
Application Software – Horizontal & Vertical SoftwareApplication Software – Horizontal & Vertical Software
Application Software – Horizontal & Vertical Software
 
Software: Systems and Application Software
Software:  Systems and Application SoftwareSoftware:  Systems and Application Software
Software: Systems and Application Software
 
Programming Languages
Programming LanguagesProgramming Languages
Programming Languages
 
Number Codes and Registers
Number Codes and RegistersNumber Codes and Registers
Number Codes and Registers
 
Introduction to Computer Programming
Introduction to Computer ProgrammingIntroduction to Computer Programming
Introduction to Computer Programming
 

Recently uploaded

POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 

CASE (Computer Aided Software Design)

  • 1. Software Engineering Dr. Kamal Gulati (Part 9) – CASE (Computer Aided Software Design
  • 2. Contents for CASE (COMPUTER AIDED SOFTWARE ENGINEERING) 1. CASE and its Scope 2. CASE support in software life cycle documentation 3. project management 4. internal interface 5. Reverse Software Engineering 6. Architecture of CASE environment.
  • 3. What is CASE? • Computer aided software engineering (CASE) is the use of software tools to assist in the development and maintenance of software
  • 4. • Computer-aided Software Engineering (CASE)  Automated software tool used by systems analysts to develop information systems  Used to support or automate activities throughout the systems development life cycle (SDLC)  Increase productivity  Improve overall quality of systems 4
  • 5. Background • To speed up the software system building process, a new concept of designing software is introduced in the '70s, called Computer Aided Software Engineering (CASE). • This term is used for a new generation of tools that applies rigorous engineering principles to the development and analysis of software.
  • 6. Why is CASE important? • CASE allows for rapid development of software because of the increasing speed of changing market-demands new products replace old ones much earlier than before, so the development of new products has to go faster.
  • 7. Drawbacks • very complex • not easily maintainable • fragile
  • 8. Tools  Since the early days of writing software, there has been an awareness of the need for automated tools to help the software developer. Initially the concentration was on program support tools such as translators, compilers, assemblers, macro processors, and linkers and loaders.  However, as computers became more powerful and the software that ran on them grew larger and more complex, the range of support tools began to expand.  In particular, the use of interactive time-sharing systems for software development encouraged the development of program editors, debuggers, code analyzers, and program-pretty printers.
  • 9. The Use of CASE in Organizations • Purpose of CASE is to facilitate a single design philosophy within an organization • Various facilities of CASE that support each phase of the systems development life cycle (SDLC)
  • 10. The Use of CASE in Organizations • Objectives of CASE  Improve quality of systems developed  Increase speed of development and design  Ease and improve testing process through automated checking  Improve integration of development activities via common methodologies  Improve quality and completeness of documentation  Help standardize the development process  Improve project management  Simply program maintenance  Promote reusability  Improve software portability
  • 11. CASE and System Quality • Majority of organizations adopt CASE to improve speed and quality of systems development projects • Widespread deployment has been slower than expected
  • 12. CASE and System Quality • Several factors that inhibit widespread deployment  Cost  Between $5,000 and $15,000 per year to provide CASE tools to one systems analyst  Return on Investment  Biggest benefits of CASE come in late stages of SDLC  Productivity Bottlenecks  Inability of some tools to share information  Difficulty in providing tools for all stages of SDLC
  • 13. The Outlook for CASE • Functionality is increasing • Cost is decreasing • Reverse Engineering Tools  Automated tools that read program source code as input and create graphical and textual representations of program design-level information • Reengineering Tools  Automated software that reads program source code, analyzes it and automatically or interactively alters an existing system to improve quality and/or performance
  • 14. The Outlook for CASE • Organizational Culture can influence CASE Adoption  Table 4-2 lists the impact of CASE upon individuals within an organization • Driving and Resisting Forces for CASE  Tables 4-3 and 4-4 present driving and resisting organizational forces for CASE adoption
  • 15. Components of CASE • Upper CASE  CASE tools designed to support the information planning and the project identification and selection, project initiation and planning, analysis and design phases of the systems development life cycle • Lower CASE  CASE tools designed to support the implementation and maintenance phases of the systems development life cycle
  • 16. Components of CASE • Cross life-cycle CASE  CASE tools designed to support activities that occur across multiple phases of the systems development life cycle • Most CASE tools utilize a repository to store all diagrams, forms, models and report definitions
  • 17. Components of CASE • Types of CASE tools  Diagramming tools  Computer display and report generators  Analysis tools used to check for incomplete, inconsistent or incorrect specifications  A central repository  Documentation generators  Code generators
  • 18. Components of CASE • Security Features • Version Control • Import/Export • Backup and Recovery
  • 19. CASE versus Traditional Systems Development • Traditional approach does not offer support for integration of specification documents • Often, documentation is done after coding is completed in traditional systems development • Traditional approach often leads to out- of- date documentation
  • 20. CASE versus Traditional Systems Development • Traditional Systems Development  Emphasis on coding and testing  Paper-based specifications  Manual coding of programs  Manual documenting  Intensive software testing  Maintain code and documentation • CASE-Based Systems Development Emphasis on analysis and design Rapid interactive prototyping Automated code generation Automated documentation generation Automated design checking Maintain design specifications
  • 21. CASE Diagramming Tools • Enable representation of a system and components visually • Effective for representing process flows, data structures and program structures • Several types of diagrams  Data Flow Diagrams (DFD) (Figure 4-4)  Functional Hierarchy Diagrams(Figure 4-5)  Entity-Relationship Diagrams (Figure 4-6)
  • 22. CASE Form and Report Generator Tools • CASE tools that support the creation of system forms and reports in order to prototype how systems will look and feel to users • Two Purposes  Create, modify and test prototypes of computer display forms and reports  Identify which data items to display or collect for each form or report
  • 23. CASE Analysis Tools • Enable automatic checking for incomplete, inconsistent or incorrect specifications in diagrams, forms and reports. • Types of analyses vary depending on the organization’s development methodology and features of CASE environment
  • 24. CASE Repository • Integrated CASE (I-CASE)  Automated systems development environment that provides numerous tools to create diagrams, forms and reports  Provides analysis, reporting and code generation facilities  Seamlessly shares and integrates data across and between tools  Repository is central place to store information to share between tools
  • 25. CASE Repository • Holds complete information needed to create, modify and evolve a software system from project initiation and planning to code generation and maintenance • Two Primary Segments  Information Repository  Data Dictionary
  • 26. CASE Repository • Information Repository  Combines information about an organization’s business information and its application portfolio  Provides automated tools to manage and control access to repository  Business Information  Data stored in corporate databases  Application Portfolio  Application programs used to manage business 26
  • 27. CASE Repository • Data Dictionary  Computer software tool used to manage and control access to the information repository  Contains all data definitions for all organizational applications  Cross referencing  Enables one description of a data item to be stored and accessed by all individuals  Single definition for a data item is established and used 27
  • 28. CASE Repository • Data Dictionary  Entries have a standard definition  Element name and alias  Textual description of the element  List of related elements  Element type and format  Range of acceptable values  Other information unique to the proper processing of this element
  • 29. CASE Repository • CASE Repository and the SDLC  During project initiation and planning phase, all information related to the problem being solved is stored in the repository  Problem domain, project resources, history and organizational context  During analysis and design phases, store graphical diagrams and prototype forms and reports  Data stored in repository are used for basis to generate code and documentation
  • 30. CASE Repository • Additional Advantages  Assistance with project management tasks  Aids in software reusability  The ability to design software modules in a manner so that they can be used again and again in different systems without significant modification
  • 31. CASE Documentation Generator Tools • Enable the easy production of both technical and user documentation • Allow creation of master templates used to verify that documentation conforms to all stages of SDLC
  • 32. CASE Code Generation Tools • Enable the automatic generation of program and database definition code directly from the design documents, diagrams, forms and reports stored in the repository
  • 33. Visual and Emerging Development Tools • Object-Oriented Development Tools  Object  A chunk of program and data that is built to perform common functions within a system  Easily reused  Encapsulation  Process of grouping data and instructions together  Development environment includes pre- defined objects and facilitates reuse of code
  • 34. Visual and Emerging Development Tools • Visual Development Tools  Enable developers to quickly create user interfaces  Popular tools include:  Microsoft Visual Studio  Delphi  Powerbuilder  ColdFusion
  • 35. ThankYou& KeepLearning! ?Follow us : You can find me at https://www.linkedin.com/in/drkamalgulati/ https://mybigdataanalytics.in/ https://www.facebook.com/DrKamalGulatiBig DATA/