SlideShare a Scribd company logo
1 of 50
SOFTWARE
DEVELOPMENT
Prepared by Mark Jhon C. Oxillo
Software Development
It is the process of conceiving,
specifying, designing, programming,
documenting, testing, and bug fixing
involved in creating and maintaining
applications, frameworks, or other
software components.
Software Defect
Any error that, if not removed,
could cause a software system
to fail to meet its user’s needs.
Software Defect
A software defect can be
devastating, resulting in lost
customers and reduced revenue.
Software Quality
It is the degree to which a
software product meets the
needs of its users.
Product Liability
The liability of manufacturers,
sellers, lessors, and others for
injuries caused by the defective
products
Product Liability
Injuries can come in the form of
physical mishaps and death, loss of
revenue, or an increase in expenses
due to business disruption caused
by software failure.
Product Liability
Some Claims of Product Liability are:
• Strict Liability
• Negligence
• Breach of Warranty
• Intentional Misrepresentation
Strict Liability
It means that the defendant is
held responsible for injuring
another person, regardless of
negligence or intent.
Negligence
Is the failure to do what a
reasonable person would do or
doing something that a
reasonable person would not do
Breach of Warranty
Occurs when the product
fails to meet the terms of its
warranty
Warranty
Assures buyers or lessees
that a product meets certain
standards of quality
Example Warranty of Merchantability:
• The goods must be adequately contained,
packaged and labeled.
• The good must be of an even kind, quality and
quantity within each unit
• The good must conform to any promise or
affirmation of fact made on the container or
label.
Intentional Misrepresentation
Occurs when the a seller
either misrepresents the
quality of a product or
conceals a defect in it
SOFTWARE
DEVELOPMENT
PROCESS
Persons Involved in SDP
• System Analysts
• Programmers
• Architects
• Database Specialists
• Project Managers
• Documentation Specialists
• Trainers and Testers
Software Development Methodology
Is a standard, proven work
process that enables the persons
involved to make controlled and
orderly progress in developing
high-quality software
Software Development Methodology
It also recommends specific
techniques for accomplishing
software development tasks
Quality Assurance
Refers to methods within the
development cycle designed to
guarantee reliable operation of a
product
Quality Assurance
To ensure the degree of quality,
software testing is done before
the products are shipped.
Software Testing
is a process of executing a program or
application with the intent of finding the
software bugs. It can also be stated as the
process of validating and verifying that a
software program or application or product
meets the business and technical requirements
that guided its design and development
Types Software Tests:
• Dynamic Testing
• Static Testing
• Integration Testing
• System Testing
• User Acceptance Testing
1. Dynamic Testing
Done by testing the code for a
completed unit of software by
actually entering test data and
comparing the results to the
expected results
a. Black-box Testing
Involves viewing the software unit
as a device that has expected input
and output behaviors but whose
internal workings are unknown
(a black box)
b. White-box Testing
Treats the software unit as a device
that has expected input and output
behaviors but whose internal
workings, unlike the unit in black-
box testing, are known
2. Static Testing
Special software programs called
static analyzers are run against the
new code, rather than reviewing input
and output, the static analyzer looks
for suspicious patterns in programs
that might indicate a defect.
3. Integration Testing
After successful unit testing, the
software units are combined into an
integrated subsystem that undergoes
rigorous testing to ensure that
linkages among various subsystems
work successfully.
4. System Testing
After successful integration
testing, the various subsystems
are combined to test the entire
system as a complete entity.
5. User Acceptance Testing
Independent testing performed by
trained end users to ensure that
the system operates as they
expected.
Capability Maturity
Model Integration
(CMMI)
CMMI
Developed by the Software
Engineering Institute at Carnegie
Mellon; is a process improvement
approach that defines the essential
elements of effective processes
CMMI’s Level of Software
Development Maturity
1. Initial
2. Managed
3. Defined
4. Quantitatively Managed
5. Optimizing
1. Initial
Organization tends to over
commit and processes are
often abandoned during times
of crisis
2. Managed
Projects employ processes and
skilled people; status of work
products is visible to
management at defined points
3. Defined
Processes are well-defined and
understood and are described in
standards, procedures, tools, and
methods, processes are consistent
across the organization
4. Quantitatively Managed
Quantitative objectives for quality
and process performance are
established and are used as criteria in
managing projects; specific measures
of process performance are collected
and statistically analyzed.
5. Optimizing
Organization continually
improves its processes; changes
are based on a quantitative
understanding of its business
objectives and performance
needs.
Key Issues in
Software
Development
Development of Safety-Critical System
Safety Critical System – one
whose failure may cause injury
or death
Development of Safety-Critical System
Project Safety Engineer – one
who has explicit responsibility
for the system’s safety. They
track hazards from a project’s
start to its finish.
Development of Safety-Critical System
Risk – is the probability of an
undesirable event occurring times
the magnitude of the event’s
consequences if it does happen
Risk = % of undesirable event to
happen X cost of consequence
COMPUTATION OF RISK
•Probability of the Undesirable
Event to Happen = 1%
•Cost of Consequence = $1 million
Risk = ?
COMPUTATION OF RISK
Risk = 1% x $1,000,00
Risk = 0.01 x $1,000,000
Risk = $10,000
Quality Management Standards
ISO (International Organization
for Standardization) – founded in
1947, is a worldwide federation
of national standards bodies from
161 countries
Quality Management Standards
ISO 9001 Family of Standards –
serves as a guide to quality
products, services and
management
Quality Management Standards
ISO 9001:2008 – provides a set
of standardized requirements for a
quality management system
Quality Management Standards
ISO 9001 - To obtain this coveted
certificate, an organization must
meet the following requirements:
•Have written procedures for all
processes
Quality Management Standards
ISO 9001 - To obtain this coveted
certificate, an organization must
meet the following requirements:
•Follow those procedures
Quality Management Standards
ISO 9001 - To obtain this coveted
certificate, an organization must
meet the following requirements:
• Prove to an auditor that it has
fulfilled the first two requirements
END
THANK YOU!
         

More Related Content

What's hot

Configuration Management
Configuration ManagementConfiguration Management
Configuration ManagementSaqib Raza
 
Software Engineering - Ch6
Software Engineering - Ch6Software Engineering - Ch6
Software Engineering - Ch6Siddharth Ayer
 
Software Project Management (lecture 3)
Software Project Management (lecture 3)Software Project Management (lecture 3)
Software Project Management (lecture 3)Syed Muhammad Hammad
 
Software testing basic
Software testing basicSoftware testing basic
Software testing basicRohit Singh
 
Software maintenance Unit5
Software maintenance  Unit5Software maintenance  Unit5
Software maintenance Unit5Mohammad Faizan
 
Software Architecture: Design Decisions
Software Architecture: Design DecisionsSoftware Architecture: Design Decisions
Software Architecture: Design DecisionsHenry Muccini
 
Software Engineering Process Models
Software Engineering Process Models Software Engineering Process Models
Software Engineering Process Models Satya P. Joshi
 
Software maintenance and configuration management, software engineering
Software maintenance and  configuration management, software engineeringSoftware maintenance and  configuration management, software engineering
Software maintenance and configuration management, software engineeringRupesh Vaishnav
 
Software Testing Life Cycle (STLC) | Software Testing Tutorial | Edureka
Software Testing Life Cycle (STLC) | Software Testing Tutorial | EdurekaSoftware Testing Life Cycle (STLC) | Software Testing Tutorial | Edureka
Software Testing Life Cycle (STLC) | Software Testing Tutorial | EdurekaEdureka!
 
software engineering
software engineeringsoftware engineering
software engineeringTayfun Çelik
 
Software testing & Quality Assurance
Software testing & Quality Assurance Software testing & Quality Assurance
Software testing & Quality Assurance Webtech Learning
 
Software Engineering (Introduction to Software Engineering)
Software Engineering (Introduction to Software Engineering)Software Engineering (Introduction to Software Engineering)
Software Engineering (Introduction to Software Engineering)ShudipPal
 

What's hot (20)

Configuration Management
Configuration ManagementConfiguration Management
Configuration Management
 
Software Engineering - Ch6
Software Engineering - Ch6Software Engineering - Ch6
Software Engineering - Ch6
 
Software Project Management (lecture 3)
Software Project Management (lecture 3)Software Project Management (lecture 3)
Software Project Management (lecture 3)
 
Ch1 introduction
Ch1 introductionCh1 introduction
Ch1 introduction
 
Slides chapter 3
Slides chapter 3Slides chapter 3
Slides chapter 3
 
Test plan
Test planTest plan
Test plan
 
Software testing basic
Software testing basicSoftware testing basic
Software testing basic
 
Software maintenance Unit5
Software maintenance  Unit5Software maintenance  Unit5
Software maintenance Unit5
 
Software Architecture: Design Decisions
Software Architecture: Design DecisionsSoftware Architecture: Design Decisions
Software Architecture: Design Decisions
 
Software Engineering Process Models
Software Engineering Process Models Software Engineering Process Models
Software Engineering Process Models
 
Software maintenance and configuration management, software engineering
Software maintenance and  configuration management, software engineeringSoftware maintenance and  configuration management, software engineering
Software maintenance and configuration management, software engineering
 
Engineering Software Products: 9. testing
Engineering Software Products: 9. testingEngineering Software Products: 9. testing
Engineering Software Products: 9. testing
 
Software Testing Life Cycle (STLC) | Software Testing Tutorial | Edureka
Software Testing Life Cycle (STLC) | Software Testing Tutorial | EdurekaSoftware Testing Life Cycle (STLC) | Software Testing Tutorial | Edureka
Software Testing Life Cycle (STLC) | Software Testing Tutorial | Edureka
 
software engineering
software engineeringsoftware engineering
software engineering
 
SOFTWARE TESTING
SOFTWARE TESTINGSOFTWARE TESTING
SOFTWARE TESTING
 
Test plan
Test planTest plan
Test plan
 
Software Testing
Software TestingSoftware Testing
Software Testing
 
Software testing & Quality Assurance
Software testing & Quality Assurance Software testing & Quality Assurance
Software testing & Quality Assurance
 
Software Engineering (Introduction to Software Engineering)
Software Engineering (Introduction to Software Engineering)Software Engineering (Introduction to Software Engineering)
Software Engineering (Introduction to Software Engineering)
 
Software design
Software designSoftware design
Software design
 

Similar to Software Development Process and Quality Standards

16103271 software-testing-ppt
16103271 software-testing-ppt16103271 software-testing-ppt
16103271 software-testing-pptatish90
 
Software Quality Assurance.docx
Software Quality Assurance.docxSoftware Quality Assurance.docx
Software Quality Assurance.docx10Pie
 
Software testing for beginners
Software testing for beginners Software testing for beginners
Software testing for beginners ssuser622d45
 
Software Quality Assurance in software engineering
Software Quality Assurance in software engineeringSoftware Quality Assurance in software engineering
Software Quality Assurance in software engineeringMuhammadTalha436
 
Lecture 08 (SQE, Testing, PM, RM, ME).pptx
Lecture 08 (SQE, Testing, PM, RM, ME).pptxLecture 08 (SQE, Testing, PM, RM, ME).pptx
Lecture 08 (SQE, Testing, PM, RM, ME).pptxSirRafiLectures
 
Exploring Different Types of QA Methods_ An Overview.pdf
Exploring Different Types of QA Methods_ An Overview.pdfExploring Different Types of QA Methods_ An Overview.pdf
Exploring Different Types of QA Methods_ An Overview.pdfPolyxer Systems
 
1) Now we consider that the product is lawnmower. Validation tests i.pdf
1) Now we consider that the product is lawnmower. Validation tests i.pdf1) Now we consider that the product is lawnmower. Validation tests i.pdf
1) Now we consider that the product is lawnmower. Validation tests i.pdfannaielectronicsvill
 
The Essential Guide to Software Testing.pdf
The Essential Guide to Software Testing.pdfThe Essential Guide to Software Testing.pdf
The Essential Guide to Software Testing.pdfKajal Digital
 
software testing and quality assurance .pdf
software testing and quality assurance .pdfsoftware testing and quality assurance .pdf
software testing and quality assurance .pdfMUSAIDRIS15
 
The Role of Verification and Validation in System Development Life Cycle
The Role of Verification and Validation in System Development Life CycleThe Role of Verification and Validation in System Development Life Cycle
The Role of Verification and Validation in System Development Life CycleIOSR Journals
 
Welingkar_final project_ppt_IMPORTANCE & NEED FOR TESTING
Welingkar_final project_ppt_IMPORTANCE & NEED FOR TESTINGWelingkar_final project_ppt_IMPORTANCE & NEED FOR TESTING
Welingkar_final project_ppt_IMPORTANCE & NEED FOR TESTINGSachin Pathania
 
20MCE14_Software Testing and Quality Assurance Notes.pdf
20MCE14_Software Testing and Quality Assurance Notes.pdf20MCE14_Software Testing and Quality Assurance Notes.pdf
20MCE14_Software Testing and Quality Assurance Notes.pdfDSIVABALASELVAMANIMC
 
What is the Objective of Software Testing?
What is the Objective of Software Testing?What is the Objective of Software Testing?
What is the Objective of Software Testing?seojayeshts
 
Unit 1 basic concepts of testing & quality
Unit 1   basic concepts of testing & qualityUnit 1   basic concepts of testing & quality
Unit 1 basic concepts of testing & qualityravikhimani1984
 
Unit 1 basic concepts of testing & quality
Unit 1   basic concepts of testing & qualityUnit 1   basic concepts of testing & quality
Unit 1 basic concepts of testing & qualityravikhimani
 

Similar to Software Development Process and Quality Standards (20)

software quality
software qualitysoftware quality
software quality
 
16103271 software-testing-ppt
16103271 software-testing-ppt16103271 software-testing-ppt
16103271 software-testing-ppt
 
Software Quality Assurance.docx
Software Quality Assurance.docxSoftware Quality Assurance.docx
Software Quality Assurance.docx
 
stfbegn.ppt
stfbegn.pptstfbegn.ppt
stfbegn.ppt
 
Software testing for beginners
Software testing for beginners Software testing for beginners
Software testing for beginners
 
Software Quality Assurance in software engineering
Software Quality Assurance in software engineeringSoftware Quality Assurance in software engineering
Software Quality Assurance in software engineering
 
Lecture 08 (SQE, Testing, PM, RM, ME).pptx
Lecture 08 (SQE, Testing, PM, RM, ME).pptxLecture 08 (SQE, Testing, PM, RM, ME).pptx
Lecture 08 (SQE, Testing, PM, RM, ME).pptx
 
Exploring Different Types of QA Methods_ An Overview.pdf
Exploring Different Types of QA Methods_ An Overview.pdfExploring Different Types of QA Methods_ An Overview.pdf
Exploring Different Types of QA Methods_ An Overview.pdf
 
Manual testing ppt
Manual testing pptManual testing ppt
Manual testing ppt
 
1) Now we consider that the product is lawnmower. Validation tests i.pdf
1) Now we consider that the product is lawnmower. Validation tests i.pdf1) Now we consider that the product is lawnmower. Validation tests i.pdf
1) Now we consider that the product is lawnmower. Validation tests i.pdf
 
The Essential Guide to Software Testing.pdf
The Essential Guide to Software Testing.pdfThe Essential Guide to Software Testing.pdf
The Essential Guide to Software Testing.pdf
 
software testing and quality assurance .pdf
software testing and quality assurance .pdfsoftware testing and quality assurance .pdf
software testing and quality assurance .pdf
 
The Role of Verification and Validation in System Development Life Cycle
The Role of Verification and Validation in System Development Life CycleThe Role of Verification and Validation in System Development Life Cycle
The Role of Verification and Validation in System Development Life Cycle
 
Welingkar_final project_ppt_IMPORTANCE & NEED FOR TESTING
Welingkar_final project_ppt_IMPORTANCE & NEED FOR TESTINGWelingkar_final project_ppt_IMPORTANCE & NEED FOR TESTING
Welingkar_final project_ppt_IMPORTANCE & NEED FOR TESTING
 
SQA-Lecture-4.pptx
SQA-Lecture-4.pptxSQA-Lecture-4.pptx
SQA-Lecture-4.pptx
 
Software testing ppt
Software testing pptSoftware testing ppt
Software testing ppt
 
20MCE14_Software Testing and Quality Assurance Notes.pdf
20MCE14_Software Testing and Quality Assurance Notes.pdf20MCE14_Software Testing and Quality Assurance Notes.pdf
20MCE14_Software Testing and Quality Assurance Notes.pdf
 
What is the Objective of Software Testing?
What is the Objective of Software Testing?What is the Objective of Software Testing?
What is the Objective of Software Testing?
 
Unit 1 basic concepts of testing & quality
Unit 1   basic concepts of testing & qualityUnit 1   basic concepts of testing & quality
Unit 1 basic concepts of testing & quality
 
Unit 1 basic concepts of testing & quality
Unit 1   basic concepts of testing & qualityUnit 1   basic concepts of testing & quality
Unit 1 basic concepts of testing & quality
 

More from Mark Jhon Oxillo

Privacy and Freedom of Expression
Privacy and Freedom of ExpressionPrivacy and Freedom of Expression
Privacy and Freedom of ExpressionMark Jhon Oxillo
 
FIELD STUDY (FS) 6 - EPISODE 3 (2018)
FIELD STUDY (FS) 6 - EPISODE 3 (2018)FIELD STUDY (FS) 6 - EPISODE 3 (2018)
FIELD STUDY (FS) 6 - EPISODE 3 (2018)Mark Jhon Oxillo
 
FIELD STUDY (FS) 6 - EPISODE 1 (2018)
FIELD STUDY (FS) 6 - EPISODE 1 (2018)FIELD STUDY (FS) 6 - EPISODE 1 (2018)
FIELD STUDY (FS) 6 - EPISODE 1 (2018)Mark Jhon Oxillo
 
Field Study 2 (FS 2) - Episode 3 [2018]
Field Study 2 (FS 2) - Episode 3 [2018]Field Study 2 (FS 2) - Episode 3 [2018]
Field Study 2 (FS 2) - Episode 3 [2018]Mark Jhon Oxillo
 
Ethics for IT Workers and IT Users
Ethics for IT Workers and IT UsersEthics for IT Workers and IT Users
Ethics for IT Workers and IT UsersMark Jhon Oxillo
 
An Overview of Ethics for IT Professionals
An Overview of Ethics for IT ProfessionalsAn Overview of Ethics for IT Professionals
An Overview of Ethics for IT ProfessionalsMark Jhon Oxillo
 
Introduction to the Study of Government and Constitution
Introduction to the Study of Government and ConstitutionIntroduction to the Study of Government and Constitution
Introduction to the Study of Government and ConstitutionMark Jhon Oxillo
 
Readings in Philippine History - Introduction to Philippine History
Readings in Philippine History - Introduction to Philippine HistoryReadings in Philippine History - Introduction to Philippine History
Readings in Philippine History - Introduction to Philippine HistoryMark Jhon Oxillo
 
The Significant Relationship of Physics - Mechanics & Heat and Discrete Math...
 The Significant Relationship of Physics - Mechanics & Heat and Discrete Math... The Significant Relationship of Physics - Mechanics & Heat and Discrete Math...
The Significant Relationship of Physics - Mechanics & Heat and Discrete Math...Mark Jhon Oxillo
 
The Saber Tooth Curriculum
The Saber Tooth CurriculumThe Saber Tooth Curriculum
The Saber Tooth CurriculumMark Jhon Oxillo
 
Field Study 2 (FS 2) - Episode 2 [2018]
Field Study 2 (FS 2) - Episode 2 [2018]Field Study 2 (FS 2) - Episode 2 [2018]
Field Study 2 (FS 2) - Episode 2 [2018]Mark Jhon Oxillo
 
Civil Service (CS) Examination Reviewer
Civil Service (CS) Examination ReviewerCivil Service (CS) Examination Reviewer
Civil Service (CS) Examination ReviewerMark Jhon Oxillo
 
Reflecting on the ICT Learning Process
Reflecting on the ICT Learning ProcessReflecting on the ICT Learning Process
Reflecting on the ICT Learning ProcessMark Jhon Oxillo
 
Sustaining an ICT Project for Social Change
Sustaining an ICT Project for Social ChangeSustaining an ICT Project for Social Change
Sustaining an ICT Project for Social ChangeMark Jhon Oxillo
 
ICT Project Publication and Statistics
ICT Project Publication and StatisticsICT Project Publication and Statistics
ICT Project Publication and StatisticsMark Jhon Oxillo
 
ICT Project for Social Change - Empowerment Technologies
ICT Project for Social Change - Empowerment TechnologiesICT Project for Social Change - Empowerment Technologies
ICT Project for Social Change - Empowerment TechnologiesMark Jhon Oxillo
 
ICT as Platform for Change - Empowerment Technologies
ICT as Platform for Change - Empowerment TechnologiesICT as Platform for Change - Empowerment Technologies
ICT as Platform for Change - Empowerment TechnologiesMark Jhon Oxillo
 
Interactive Multimedia - Empowerment Technologies
 Interactive Multimedia - Empowerment Technologies Interactive Multimedia - Empowerment Technologies
Interactive Multimedia - Empowerment TechnologiesMark Jhon Oxillo
 
Collaborative ICT Development - Empowerment Technologies
Collaborative ICT Development - Empowerment TechnologiesCollaborative ICT Development - Empowerment Technologies
Collaborative ICT Development - Empowerment TechnologiesMark Jhon Oxillo
 

More from Mark Jhon Oxillo (20)

Social Networking
Social NetworkingSocial Networking
Social Networking
 
Privacy and Freedom of Expression
Privacy and Freedom of ExpressionPrivacy and Freedom of Expression
Privacy and Freedom of Expression
 
FIELD STUDY (FS) 6 - EPISODE 3 (2018)
FIELD STUDY (FS) 6 - EPISODE 3 (2018)FIELD STUDY (FS) 6 - EPISODE 3 (2018)
FIELD STUDY (FS) 6 - EPISODE 3 (2018)
 
FIELD STUDY (FS) 6 - EPISODE 1 (2018)
FIELD STUDY (FS) 6 - EPISODE 1 (2018)FIELD STUDY (FS) 6 - EPISODE 1 (2018)
FIELD STUDY (FS) 6 - EPISODE 1 (2018)
 
Field Study 2 (FS 2) - Episode 3 [2018]
Field Study 2 (FS 2) - Episode 3 [2018]Field Study 2 (FS 2) - Episode 3 [2018]
Field Study 2 (FS 2) - Episode 3 [2018]
 
Ethics for IT Workers and IT Users
Ethics for IT Workers and IT UsersEthics for IT Workers and IT Users
Ethics for IT Workers and IT Users
 
An Overview of Ethics for IT Professionals
An Overview of Ethics for IT ProfessionalsAn Overview of Ethics for IT Professionals
An Overview of Ethics for IT Professionals
 
Introduction to the Study of Government and Constitution
Introduction to the Study of Government and ConstitutionIntroduction to the Study of Government and Constitution
Introduction to the Study of Government and Constitution
 
Readings in Philippine History - Introduction to Philippine History
Readings in Philippine History - Introduction to Philippine HistoryReadings in Philippine History - Introduction to Philippine History
Readings in Philippine History - Introduction to Philippine History
 
The Significant Relationship of Physics - Mechanics & Heat and Discrete Math...
 The Significant Relationship of Physics - Mechanics & Heat and Discrete Math... The Significant Relationship of Physics - Mechanics & Heat and Discrete Math...
The Significant Relationship of Physics - Mechanics & Heat and Discrete Math...
 
The Saber Tooth Curriculum
The Saber Tooth CurriculumThe Saber Tooth Curriculum
The Saber Tooth Curriculum
 
Field Study 2 (FS 2) - Episode 2 [2018]
Field Study 2 (FS 2) - Episode 2 [2018]Field Study 2 (FS 2) - Episode 2 [2018]
Field Study 2 (FS 2) - Episode 2 [2018]
 
Civil Service (CS) Examination Reviewer
Civil Service (CS) Examination ReviewerCivil Service (CS) Examination Reviewer
Civil Service (CS) Examination Reviewer
 
Reflecting on the ICT Learning Process
Reflecting on the ICT Learning ProcessReflecting on the ICT Learning Process
Reflecting on the ICT Learning Process
 
Sustaining an ICT Project for Social Change
Sustaining an ICT Project for Social ChangeSustaining an ICT Project for Social Change
Sustaining an ICT Project for Social Change
 
ICT Project Publication and Statistics
ICT Project Publication and StatisticsICT Project Publication and Statistics
ICT Project Publication and Statistics
 
ICT Project for Social Change - Empowerment Technologies
ICT Project for Social Change - Empowerment TechnologiesICT Project for Social Change - Empowerment Technologies
ICT Project for Social Change - Empowerment Technologies
 
ICT as Platform for Change - Empowerment Technologies
ICT as Platform for Change - Empowerment TechnologiesICT as Platform for Change - Empowerment Technologies
ICT as Platform for Change - Empowerment Technologies
 
Interactive Multimedia - Empowerment Technologies
 Interactive Multimedia - Empowerment Technologies Interactive Multimedia - Empowerment Technologies
Interactive Multimedia - Empowerment Technologies
 
Collaborative ICT Development - Empowerment Technologies
Collaborative ICT Development - Empowerment TechnologiesCollaborative ICT Development - Empowerment Technologies
Collaborative ICT Development - Empowerment Technologies
 

Recently uploaded

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
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
 
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
 
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
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
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
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
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
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
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
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
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
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 

Recently uploaded (20)

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
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
 
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
 
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
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
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
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
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
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
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
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
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
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 

Software Development Process and Quality Standards