SlideShare a Scribd company logo
1 of 34
CSE320
Software Engineering
Lecture #0
The kick start session
Course details
•LTP – 3 0 0 [Three lectures/week]
•Text Book
FUNDAMENTALS OF SOFTWARE ENGINEERING by RAJIB
MALL, PHI (PRETICE HALL INDIA),
Course Assessment Model
•Marks break up*
•Attendance 5
•CA(Assignment(Case Based)+Test+Test) 25
•MTT (MCQ-Based) 20
•ETE (MCQ-Based) 50
•Total 100
Detail of Academic Tasks
• *** AT1: Assignment- Case based
• AT2: Class Test
• AT3: Class Test
(AT1 is compulsory and 1 best of AT2 and AT3 will be considered)
Revised Bloom’s Taxonomy
Course Outcomes
• recall various software development life cycle models and write
software requirement specifications.
• construct software design from requirement specifications by
following a structured and organized process
• apply the constructs of unified modelling language for object
modelling
Course Outcomes
• analyze and explain fundamentals of testing, levels of testing and
various types of testing techniques
• assess project progress using project management techniques
• examine various software quality standards and the current trends in
the area of software engineering
Program Outcomes
• PO1
Engineering knowledge:Apply the knowledge of mathematics, science, engineering fundamentals, and
an engineering specialization to the solution of complex engineering problems.
• PO2
Problem analysis::Identify, formulate, research literature, and analyze complex engineering problems
reaching substantiated conclusions using first principles of mathematics, natural sciences, and
engineering sciences.
• PO3
Design/development of solutions::Design solutions for complex engineering problems and design
system components or processes that meet the specified needs with appropriate consideration for the
public health and safety, and the cultural, societal, and environmental considerations.
• PO4
Conduct investigations of complex problems::Use research-based knowledge and research methods
including design of experiments, analysis and interpretation of data, and synthesis of the information
to provide valid conclusions.
Program Outcomes
• PO5
Modern tool usage::Create, select, and apply appropriate techniques, resources, and modern
engineering and IT tools including prediction and modeling to complex engineering activities with an
understanding of the limitations.
• PO6
The engineer and society::Apply reasoning informed by the contextual knowledge to assess societal,
health, safety, legal and cultural issues and the consequent responsibilities relevant to the
professional engineering practice.
• PO7
Environment and sustainability::Understand the impact of the professional engineering solutions in
societal and environmental contexts, and demonstrate the knowledge of, and need for sustainable
development.
• PO8
Ethics::Apply ethical principles and commit to professional ethics and responsibilities and norms of
the engineering practice.
Program Outcomes
• PO9
Individual and team work::Function effectively as an individual, and as a member or leader in diverse teams,
and in multidisciplinary settings.
• PO10
Communication::Communicate effectively on complex engineering activities with the engineering community
and with society at large, such as, being able to comprehend and write effective reports and design
documentation, make effective presentations, and give and receive clear instructions.
• PO11
Project management and finance::Demonstrate knowledge and understanding of the engineering,
management principles and apply the same to one’s own work, as a member or a leader in a team, manage
projects efficiently in respective disciplines and multidisciplinary environments after consideration of
economic and financial factors.
• PO12
Life-long learning::Recognize the need for, and have the preparation and ability to engage in independent and
life-long learning in the broadest context of technological change.
• PO13
Competitive Skills::Ability to compete in national and international technical events and building the
competitive spirit alongwith having a good digital footprint.
The course contents
• Introduction to software engineering :
Evolution and impact of software engineering, Software life cycle
models, Feasibility study, Functional and non-functional requirements,
Requirement gathering, Requirement analysis and specification
• Issues in software design : cohesion, coupling, DFDs
• Object modelling :
Object modelling using UML, Object oriented software
development, User interface design, Coding standards and code
review techniques
Before MTE
The course contents
• Testing :
Fundamentals of testing, White box and black box testing, Test coverage
analysis and test case design techniques, Mutation testing, Static and
dynamic analysis, Software reliability metrics, Reliability growth
modelling.
• Software project management :
Project management, Project planning and control, Cost
estimation, Project scheduling using PERT and GANTT
charts, Software Configuration Management
• Quality management :
Quality management, ISO and SEI CMMI, PSP and Six sigma,
Software Maintenance, reuse, CBSD, CASE, Advance topics
of Software Engineering.
After MTE
Online Education Resource (OER) Details
Unit1:
https://www.cs.uct.ac.za/mit_notes/software/pdfs/SE_top.pdf
Unit2:
https://www.cs.uct.ac.za/mit_notes/software/pdfs/SE_top.pdf
Unit3:
https://www.cs.uct.ac.za/mit_notes/software/pdfs/SE_top.pdf
Unit4:
https://www.cs.uct.ac.za/mit_notes/software/pdfs/SE_top.pdf
Unit5:
https://archive.mu.ac.in/myweb_test/MCA%20study%20material/M.C.A%20(Sem%20-%20IV)%20Paper%20-
%20Software%20Project%20Management.pdf
Unit6:
https://www.tutorialspoint.com/software_quality_management/software_quality_management_tutorial.pdf
Pedagogical Initiatives as Star Course
Lecture
Number
Pedagogical Initiative Expected Outcomes References Quantification
13 Live Demonstration on Data Flow
Diagrams using relevant tool.
Student will learn the
working on industry graded
tools
Self-Prepared 1
16 Live Demonstration on UML diagrams
using relevant tool
Student will learn the
working on industry graded
tools
Self-Prepared 1
Evaluation strategy as Star Course
Type of Assessment (Add
rows in case some other
assessments are applicable)
Type of Assessment e.g.
Test/Term Paper/project
etc.
Details of academic task Parameters/Rubric of
Evaluation
CA1 Assignment-Case Based Students will write
complete SRS, do system
design and write test
cases for the assigned
system.
SRS as per format-30%,
System design-30% , Test
cases-20% and viva-20 %
CA2 MCQ-Based Test MCQ based test of 30
marks to prepare
students for competitive
exams.
Lifecycle models
& SRS:10 marks,
Estimations:10 marks,
DFDs:10 marks
CA3 MCQ-Based Test MCQ based test of 30
marks to prepare
students for competitive
exams
Testing:10 marks,
Estimations:10 marks,
object modelling:10 marks
The hitch…
The three BURNING questions in mind…
• What is software? Is it different from Program?
• What is Software Engineering?
• Why Software Engineering?
• What are learning outcomes?
What is software?
 Computer programs and associated documentation
 Software products may be developed for a particular customer or
may be developed for a general market.
 Software products may be
1. Generic - developed
to be sold to a range
of different
customers
2. Bespoke - developed
for a single customer
according to their
specification
What is software engineering?
Software engineering is an engineering discipline which is
concerned with all aspects of software production
Software engineers should
• adopt a systematic and organised approach to their work
• use appropriate tools and techniques depending on
• the problem to be solved,
• the development constraints and
• the resources available
Phases of Development
The Role of Software Engineering-1
Customer
Programmer
A bridge from customer needs to programming implementation
First law of software engineering
Software engineer must learn the problem domain (problem cannot be solved without understanding it first)
The Role of Software Engineering-2
Customer:
Requires a computer system to achieve some business goals
by user interaction or interaction with the environment
in a specified manner
System-to-be
Software-to-be
System-to-be
Software-to-be
User
Software Engineer’s task:
To understand how the system-to-be needs to interact with
the user or the environment so that customer’s requirement is met
and design the software-to-be
Programmer’s task:
To implement the software-to-be
designed by the software engineer
Environment
May be the
same person
Example: ATM Machine
Bank’s
remote
datacenter
Bank
customer
ATM machine
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
1
2
3
4
5
6
7
8
9
0
Communication link
Understanding the money-machine problem:
How ATM Machine Might Work
Window clerk
Bookkeeper
Safe keeper
Datacenter
liaison
Dispenser
Safe
Cash
Transaction
record
Phone
Speakerphone
Bank’s
remote
datacenter
Domain Model
How may I
help you?
Customer
Domain model
created with help of
domain expert
CSE320 :: Moht Arora:
Assistant Professor : CSE
Cartoon Strip: How ATM Machine Works?
Software Engineering Blueprints
Specifying software problems and solutions is like cartoon strip
writing
Unfortunately, most of us are not artists, so we will use something
less exciting:
Designing symbols
However …
Second Law of Software Engineering
• Software should be written for people first
• ( Computers run software, but hardware quickly becomes outdated )
• Useful + good software lives long
• To nurture software, people must be able to understand it
Software Development Methods
Method = work strategy
 The Feynman Problem-Solving Algorithm:
(i) Write down the problem (ii) think very hard, and (iii) write down the answer.
Waterfall
 Unidirectional, finish this step before moving to the next
Iterative + Incremental
 Develop increment of functionality, repeat in a feedback loop
Agile
 User feedback essential; feedback loops on several levels of granularity
Software Development Methodologies
Waterfall Method
Unidirectional, no way back finish this step before moving to the next
Software myths
1. “If we get behind schedule, we can just add more people”
Fact: Adding people to a late project makes it even later.
Someone has to teach the new people.
2. “A general statement of objectives is enough to start programming”.
Fact: Incomplete requirements are a major cause for project failures.
3. “Changes in requirements are easy to deal with because software is
flexible”.
Fact: Changes are hard and expensive.
Especially during coding and after software deployment.
4. “Once we get the program running, we are done”
 Fact: Most effort comes after the software is delivered for the first
time.
 Bug fixes, feature enhancements, etc
5. “The only product is the running program”
 Fact: Need the entire configuration
 Documentation of system requirements, design, programming,
and usage
Software myths
•The various software crises are:
1. Over-budget.
2. Not delivering product on time.
3. Product is of poor quality.
4. Software product is not meeting the customer
requirements.
Software crises
What are the attributes of good software?
• Maintainability
• Software must evolve to meet changing needs
• Dependability
• Software must be trustworthy
• Efficiency
• Software should not make wasteful use of system resources
• Usability
• Software must be usable by the users for which it was designed
The software should deliver the required functionality and
performance to the user and should be maintainable,
dependable and usable
Next Class: Software Life Cycle Models
www.lpu.in

More Related Content

Similar to CSE320 SOFTWARE ENGINEERING Lecture01 (1).ppt

Software Engineering Model Question Paper 5th sem (1) (1).pdf
Software Engineering Model Question Paper 5th sem (1) (1).pdfSoftware Engineering Model Question Paper 5th sem (1) (1).pdf
Software Engineering Model Question Paper 5th sem (1) (1).pdfsweta836730
 
e3f55595181f7cad006f26db820fb78ec146e00e-1646623528083 (1).pdf
e3f55595181f7cad006f26db820fb78ec146e00e-1646623528083 (1).pdfe3f55595181f7cad006f26db820fb78ec146e00e-1646623528083 (1).pdf
e3f55595181f7cad006f26db820fb78ec146e00e-1646623528083 (1).pdfSILVIUSyt
 
SE_Module1new.ppt
SE_Module1new.pptSE_Module1new.ppt
SE_Module1new.pptADARSHN40
 
SDLC and Software Process Models Introduction ppt
SDLC and Software Process Models Introduction pptSDLC and Software Process Models Introduction ppt
SDLC and Software Process Models Introduction pptSushDeshmukh
 
An Najah University IT Market Skill Needs Survey
An Najah University IT Market Skill Needs SurveyAn Najah University IT Market Skill Needs Survey
An Najah University IT Market Skill Needs SurveyLaith Kassis
 
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}Mumbai B.Sc.IT Study
 
OOSE Unit 1 PPT.ppt
OOSE Unit 1 PPT.pptOOSE Unit 1 PPT.ppt
OOSE Unit 1 PPT.pptitadmin33
 
Oose unit 1 ppt
Oose unit 1 pptOose unit 1 ppt
Oose unit 1 pptDr VISU P
 
A CASE Lab Report - Project File on "ATM - Banking System"
A CASE Lab Report - Project File on  "ATM - Banking System"A CASE Lab Report - Project File on  "ATM - Banking System"
A CASE Lab Report - Project File on "ATM - Banking System"joyousbharat
 
1 18CS54 _Software Engineering and Testing _Introduction to CO PO _Syllabus ...
1  18CS54 _Software Engineering and Testing _Introduction to CO PO _Syllabus ...1  18CS54 _Software Engineering and Testing _Introduction to CO PO _Syllabus ...
1 18CS54 _Software Engineering and Testing _Introduction to CO PO _Syllabus ...Jayanthi Kannan MK
 
Software developer occupational brief
Software developer occupational briefSoftware developer occupational brief
Software developer occupational briefEnda Crossan
 
Software Development Life Cycle (SDLC )
Software Development Life Cycle (SDLC )Software Development Life Cycle (SDLC )
Software Development Life Cycle (SDLC )eshtiyak
 

Similar to CSE320 SOFTWARE ENGINEERING Lecture01 (1).ppt (20)

Software Engineering Model Question Paper 5th sem (1) (1).pdf
Software Engineering Model Question Paper 5th sem (1) (1).pdfSoftware Engineering Model Question Paper 5th sem (1) (1).pdf
Software Engineering Model Question Paper 5th sem (1) (1).pdf
 
lecture 1-5.pdf
lecture 1-5.pdflecture 1-5.pdf
lecture 1-5.pdf
 
software project management
software project managementsoftware project management
software project management
 
CSEIT- ALL.pptx
CSEIT- ALL.pptxCSEIT- ALL.pptx
CSEIT- ALL.pptx
 
e3f55595181f7cad006f26db820fb78ec146e00e-1646623528083 (1).pdf
e3f55595181f7cad006f26db820fb78ec146e00e-1646623528083 (1).pdfe3f55595181f7cad006f26db820fb78ec146e00e-1646623528083 (1).pdf
e3f55595181f7cad006f26db820fb78ec146e00e-1646623528083 (1).pdf
 
SE_Module1new.ppt
SE_Module1new.pptSE_Module1new.ppt
SE_Module1new.ppt
 
SE Unit-1.pptx
SE Unit-1.pptxSE Unit-1.pptx
SE Unit-1.pptx
 
SDLC and Software Process Models Introduction ppt
SDLC and Software Process Models Introduction pptSDLC and Software Process Models Introduction ppt
SDLC and Software Process Models Introduction ppt
 
An Najah University IT Market Skill Needs Survey
An Najah University IT Market Skill Needs SurveyAn Najah University IT Market Skill Needs Survey
An Najah University IT Market Skill Needs Survey
 
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (October - 2014) [CBSGS - Paper Solution] {Mumbai University}
 
Requirements engineering
Requirements engineeringRequirements engineering
Requirements engineering
 
OOSE Unit 1 PPT.ppt
OOSE Unit 1 PPT.pptOOSE Unit 1 PPT.ppt
OOSE Unit 1 PPT.ppt
 
Oose unit 1 ppt
Oose unit 1 pptOose unit 1 ppt
Oose unit 1 ppt
 
A CASE Lab Report - Project File on "ATM - Banking System"
A CASE Lab Report - Project File on  "ATM - Banking System"A CASE Lab Report - Project File on  "ATM - Banking System"
A CASE Lab Report - Project File on "ATM - Banking System"
 
1 18CS54 _Software Engineering and Testing _Introduction to CO PO _Syllabus ...
1  18CS54 _Software Engineering and Testing _Introduction to CO PO _Syllabus ...1  18CS54 _Software Engineering and Testing _Introduction to CO PO _Syllabus ...
1 18CS54 _Software Engineering and Testing _Introduction to CO PO _Syllabus ...
 
Waterfall model
Waterfall modelWaterfall model
Waterfall model
 
Software developer occupational brief
Software developer occupational briefSoftware developer occupational brief
Software developer occupational brief
 
lecture 1.pdf
lecture 1.pdflecture 1.pdf
lecture 1.pdf
 
Software Development Life Cycle (SDLC )
Software Development Life Cycle (SDLC )Software Development Life Cycle (SDLC )
Software Development Life Cycle (SDLC )
 
software engineering
software engineering software engineering
software engineering
 

Recently uploaded

Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 

Recently uploaded (20)

Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 

CSE320 SOFTWARE ENGINEERING Lecture01 (1).ppt

  • 2. Course details •LTP – 3 0 0 [Three lectures/week] •Text Book FUNDAMENTALS OF SOFTWARE ENGINEERING by RAJIB MALL, PHI (PRETICE HALL INDIA),
  • 3. Course Assessment Model •Marks break up* •Attendance 5 •CA(Assignment(Case Based)+Test+Test) 25 •MTT (MCQ-Based) 20 •ETE (MCQ-Based) 50 •Total 100
  • 4. Detail of Academic Tasks • *** AT1: Assignment- Case based • AT2: Class Test • AT3: Class Test (AT1 is compulsory and 1 best of AT2 and AT3 will be considered)
  • 6. Course Outcomes • recall various software development life cycle models and write software requirement specifications. • construct software design from requirement specifications by following a structured and organized process • apply the constructs of unified modelling language for object modelling
  • 7. Course Outcomes • analyze and explain fundamentals of testing, levels of testing and various types of testing techniques • assess project progress using project management techniques • examine various software quality standards and the current trends in the area of software engineering
  • 8. Program Outcomes • PO1 Engineering knowledge:Apply the knowledge of mathematics, science, engineering fundamentals, and an engineering specialization to the solution of complex engineering problems. • PO2 Problem analysis::Identify, formulate, research literature, and analyze complex engineering problems reaching substantiated conclusions using first principles of mathematics, natural sciences, and engineering sciences. • PO3 Design/development of solutions::Design solutions for complex engineering problems and design system components or processes that meet the specified needs with appropriate consideration for the public health and safety, and the cultural, societal, and environmental considerations. • PO4 Conduct investigations of complex problems::Use research-based knowledge and research methods including design of experiments, analysis and interpretation of data, and synthesis of the information to provide valid conclusions.
  • 9. Program Outcomes • PO5 Modern tool usage::Create, select, and apply appropriate techniques, resources, and modern engineering and IT tools including prediction and modeling to complex engineering activities with an understanding of the limitations. • PO6 The engineer and society::Apply reasoning informed by the contextual knowledge to assess societal, health, safety, legal and cultural issues and the consequent responsibilities relevant to the professional engineering practice. • PO7 Environment and sustainability::Understand the impact of the professional engineering solutions in societal and environmental contexts, and demonstrate the knowledge of, and need for sustainable development. • PO8 Ethics::Apply ethical principles and commit to professional ethics and responsibilities and norms of the engineering practice.
  • 10. Program Outcomes • PO9 Individual and team work::Function effectively as an individual, and as a member or leader in diverse teams, and in multidisciplinary settings. • PO10 Communication::Communicate effectively on complex engineering activities with the engineering community and with society at large, such as, being able to comprehend and write effective reports and design documentation, make effective presentations, and give and receive clear instructions. • PO11 Project management and finance::Demonstrate knowledge and understanding of the engineering, management principles and apply the same to one’s own work, as a member or a leader in a team, manage projects efficiently in respective disciplines and multidisciplinary environments after consideration of economic and financial factors. • PO12 Life-long learning::Recognize the need for, and have the preparation and ability to engage in independent and life-long learning in the broadest context of technological change. • PO13 Competitive Skills::Ability to compete in national and international technical events and building the competitive spirit alongwith having a good digital footprint.
  • 11. The course contents • Introduction to software engineering : Evolution and impact of software engineering, Software life cycle models, Feasibility study, Functional and non-functional requirements, Requirement gathering, Requirement analysis and specification • Issues in software design : cohesion, coupling, DFDs • Object modelling : Object modelling using UML, Object oriented software development, User interface design, Coding standards and code review techniques Before MTE
  • 12. The course contents • Testing : Fundamentals of testing, White box and black box testing, Test coverage analysis and test case design techniques, Mutation testing, Static and dynamic analysis, Software reliability metrics, Reliability growth modelling. • Software project management : Project management, Project planning and control, Cost estimation, Project scheduling using PERT and GANTT charts, Software Configuration Management • Quality management : Quality management, ISO and SEI CMMI, PSP and Six sigma, Software Maintenance, reuse, CBSD, CASE, Advance topics of Software Engineering. After MTE
  • 13. Online Education Resource (OER) Details Unit1: https://www.cs.uct.ac.za/mit_notes/software/pdfs/SE_top.pdf Unit2: https://www.cs.uct.ac.za/mit_notes/software/pdfs/SE_top.pdf Unit3: https://www.cs.uct.ac.za/mit_notes/software/pdfs/SE_top.pdf Unit4: https://www.cs.uct.ac.za/mit_notes/software/pdfs/SE_top.pdf Unit5: https://archive.mu.ac.in/myweb_test/MCA%20study%20material/M.C.A%20(Sem%20-%20IV)%20Paper%20- %20Software%20Project%20Management.pdf Unit6: https://www.tutorialspoint.com/software_quality_management/software_quality_management_tutorial.pdf
  • 14. Pedagogical Initiatives as Star Course Lecture Number Pedagogical Initiative Expected Outcomes References Quantification 13 Live Demonstration on Data Flow Diagrams using relevant tool. Student will learn the working on industry graded tools Self-Prepared 1 16 Live Demonstration on UML diagrams using relevant tool Student will learn the working on industry graded tools Self-Prepared 1
  • 15. Evaluation strategy as Star Course Type of Assessment (Add rows in case some other assessments are applicable) Type of Assessment e.g. Test/Term Paper/project etc. Details of academic task Parameters/Rubric of Evaluation CA1 Assignment-Case Based Students will write complete SRS, do system design and write test cases for the assigned system. SRS as per format-30%, System design-30% , Test cases-20% and viva-20 % CA2 MCQ-Based Test MCQ based test of 30 marks to prepare students for competitive exams. Lifecycle models & SRS:10 marks, Estimations:10 marks, DFDs:10 marks CA3 MCQ-Based Test MCQ based test of 30 marks to prepare students for competitive exams Testing:10 marks, Estimations:10 marks, object modelling:10 marks
  • 16. The hitch… The three BURNING questions in mind… • What is software? Is it different from Program? • What is Software Engineering? • Why Software Engineering? • What are learning outcomes?
  • 17. What is software?  Computer programs and associated documentation  Software products may be developed for a particular customer or may be developed for a general market.  Software products may be 1. Generic - developed to be sold to a range of different customers 2. Bespoke - developed for a single customer according to their specification
  • 18. What is software engineering? Software engineering is an engineering discipline which is concerned with all aspects of software production Software engineers should • adopt a systematic and organised approach to their work • use appropriate tools and techniques depending on • the problem to be solved, • the development constraints and • the resources available
  • 20. The Role of Software Engineering-1 Customer Programmer A bridge from customer needs to programming implementation First law of software engineering Software engineer must learn the problem domain (problem cannot be solved without understanding it first)
  • 21. The Role of Software Engineering-2 Customer: Requires a computer system to achieve some business goals by user interaction or interaction with the environment in a specified manner System-to-be Software-to-be System-to-be Software-to-be User Software Engineer’s task: To understand how the system-to-be needs to interact with the user or the environment so that customer’s requirement is met and design the software-to-be Programmer’s task: To implement the software-to-be designed by the software engineer Environment May be the same person
  • 22. Example: ATM Machine Bank’s remote datacenter Bank customer ATM machine 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 Communication link Understanding the money-machine problem:
  • 23. How ATM Machine Might Work Window clerk Bookkeeper Safe keeper Datacenter liaison Dispenser Safe Cash Transaction record Phone Speakerphone Bank’s remote datacenter Domain Model How may I help you? Customer Domain model created with help of domain expert CSE320 :: Moht Arora: Assistant Professor : CSE
  • 24. Cartoon Strip: How ATM Machine Works?
  • 25. Software Engineering Blueprints Specifying software problems and solutions is like cartoon strip writing Unfortunately, most of us are not artists, so we will use something less exciting: Designing symbols However …
  • 26. Second Law of Software Engineering • Software should be written for people first • ( Computers run software, but hardware quickly becomes outdated ) • Useful + good software lives long • To nurture software, people must be able to understand it
  • 27. Software Development Methods Method = work strategy  The Feynman Problem-Solving Algorithm: (i) Write down the problem (ii) think very hard, and (iii) write down the answer. Waterfall  Unidirectional, finish this step before moving to the next Iterative + Incremental  Develop increment of functionality, repeat in a feedback loop Agile  User feedback essential; feedback loops on several levels of granularity
  • 29. Waterfall Method Unidirectional, no way back finish this step before moving to the next
  • 30. Software myths 1. “If we get behind schedule, we can just add more people” Fact: Adding people to a late project makes it even later. Someone has to teach the new people. 2. “A general statement of objectives is enough to start programming”. Fact: Incomplete requirements are a major cause for project failures. 3. “Changes in requirements are easy to deal with because software is flexible”. Fact: Changes are hard and expensive. Especially during coding and after software deployment.
  • 31. 4. “Once we get the program running, we are done”  Fact: Most effort comes after the software is delivered for the first time.  Bug fixes, feature enhancements, etc 5. “The only product is the running program”  Fact: Need the entire configuration  Documentation of system requirements, design, programming, and usage Software myths
  • 32. •The various software crises are: 1. Over-budget. 2. Not delivering product on time. 3. Product is of poor quality. 4. Software product is not meeting the customer requirements. Software crises
  • 33. What are the attributes of good software? • Maintainability • Software must evolve to meet changing needs • Dependability • Software must be trustworthy • Efficiency • Software should not make wasteful use of system resources • Usability • Software must be usable by the users for which it was designed The software should deliver the required functionality and performance to the user and should be maintainable, dependable and usable
  • 34. Next Class: Software Life Cycle Models www.lpu.in