SlideShare a Scribd company logo
1 of 53
Download to read offline
INTEGRATED PROGRAMMING
TECHNOLOGIES
Darwin Alvin I. Sunga
CHAPTER 01: Lesson 1
Darwin Alvin I. Sunga
Integrated Programming
(Overview)
TECHNOLOGIES
At the end of this chapter, the students should able to :
1. Learn what is
▪ Integrated Programming Technologies
▪ Overview of Inter System Communication
▪ The Need for Integration
▪ Models of Integration
▪ Fundamental Challenges of Integration
▪ Methods for Integration
▪ Middleware and Integrative Architectures
The Internet of Things (IoT) describes the network
of physical objects—“things”—that are
embedded with sensors, software, and other
technologies for the purpose of connecting and
exchanging data with other devices and systems
over the internet.
https://www.oracle.com/ph/internet-of-things/what-is-iot/
What is
Integrated
❑ combining or coordinating separate elements so as to provide a
harmonious, interrelated whole
https://www.dictionary.com/browse/integrated
❑ with two or more things combined in order to become more effective
https://dictionary.cambridge.org/us/dictionary/english/integrated
1
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
In computing, integration (software) refers to
techniques for combining existing software
components to form a complete system.
However, the software integration includes at least one existing
software system, developed in the past with no plan for its
symmetric integration with another component in the future.
Definition :
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Integrative programming
deals with an integration approaches and techniques
that connect different components of IT infrastructure-
people, applications, platforms and databases to
enable a secure, intra and inter application
collaboration.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Integrative solutions
enable an organization to integrate business processes
internally and externally with business partners to create
dynamic environments that supports current and
evolving business requirements, thereby creating a
global organization.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Application integration
assists in unlimited sharing of data and business processes
among any connected applications or data sources in
without making major changes to the applications or
data structures.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Hence, integration is the process of connecting
multiple, independently developed applications
using incompatible technologies into a single
organization wide system with information
flowing seamlessly among the integrated
systems or components.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Most of the applications that run in organizations’
hardly live in isolation.
Whether the registrar application must interface with
the finance application, the human resource
management application must connect to each other.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Integration of multiple, independently developed, managed
and maintained applications components that may
normally use incompatible technologies and heterogeneous
platforms enables transmission of information between
applications, automates flow of data between applications
that make up the business process flow.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
It seems like any application can be made better
by integrating it with other applications.
2 Overview
Inter-System Communication
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Inter-system communication is the
communication between a set of
heterogeneous systems that are integrated
together.
(These integrated systems which put together many
heterogeneous set of subsystems and the produced objects
are extremely different, yet should contribute to the same
process)
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
❑ System integration
❑ Functional integration or technology integration
❑ Incremental engineering
❑ Modification
Software integration includes one or more of the
following.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
System integration
Given two or more systems, subsystems or components,
each of which function properly.
The problem is to integrate them into one larger system
satisfying the combined requirements within the newly
formed environment.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Functional integration
Given a software system, this may have been
functioning properly in the field for a significant period.
The problem is to integrate a new function or a new
technology within the system. The integrated system
should provide the new functionality or use the new
technology, while preserving the original system
functionality.
Technology Integration
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Incremental engineering
A software system can be developed and delivered
using available technologies and with less functionality
than it is intended to finally provide. New technologies
and or more functions then can be integrated within
the system.
The problem is to design the system with such future
integration in mind.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Modification
Sometimes an existing and properly functioning
software system must be decomposed and integrated
to carry out modification
3
The Need
Integration
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Most of organizations consist of more than one
department, running department specific applications
and those applications interact with each other to
achieve the overall objective of the organizations.
Information systems change overtime by growing in their
size, incorporating functionality of the existing standalone
systems.
Applications originally intended to operate separately,
later on are required to interoperate with others.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Some of the reasons for integration are the following;
✓ Technology change affects all layers; legacy does not go away so easily.
✓ The architecture of the organization information system depends on constraints
related to the technology but also to the organization.
✓ Within an enterprise, each department may have its own IT infrastructure, systems and
databases which are maintained independently. Integrating them may bring additional
value to the company.
✓ Integration assists in formation of Zero Latency organization - when all functions
within the organization work with the same up-to-date information, latency between
applications is eliminated/ reduced.
✓ Updating and integrating of applications is possible whenever required. New
applications can be created by integrating real time data from different parts of the
enterprise
4 Models
Integration
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Integration model defines how applications will
be integrated by defining the nature of and
mechanisms for integration.
Some of the methods used for application
integration are discussed in the following section.
These models include;
❑ Presentation integration model
❑ Data integration model
❑ Functional integration model
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Presentation integration model
allows the integration of new software through the
existing presentations of the legacy software. This is
typically used to create a new user interface but may be
used to integrate with other applications
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Data integration model
allows the integration of software through access to the
data that is created, managed and stored by the
software typically for the purposes of reusing or
synchronizing data across applications.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Functional integration model
allows the integration of software for the purpose of
invoking existing functionality from other new or existing
applications. The integration is done through interfaces
to the software.
5
Fundamental Challenges
Integration
✓ Network unreliability
✓ Distributed systems
✓ Slow networks
✓ Heterogeneity
✓ Modification complexity
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
To support common business processes and data
sharing across applications, applications need to be
integrated. Application integration needs to provide
efficient, reliable and secure data exchange
between multiple enterprises applications.
Challenges of integration span far across business and
technical issues. All integration solutions have to deal
with a few fundamental challenges:
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Network unreliability
Integration solutions have to transport data from one computer
to another across networks. Compared to a process running on
a single computer, distributed computing has to be prepared
to deal with a much larger set of possible problems. Often
times, two systems to be integrated are separated by
continents and data between them has to travel through
phone-lines, LAN segments, routers, switches, public networks,
and satellite links. Each of these steps can cause delays or
interruptions.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Distributed
in the worst case, every application runs on a completely
separate environment, e.g., database storage is not shared
among applications. Message-based communication is the
only possibility to exchange information.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Networks are slow
Sending data across a network is multiple orders of magnitude
slower than making a local method call. Designing a widely
distributed solution the same way you would approach a single
application could have disastrous performance implications.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Any two applications are different
Integration solutions need to transmit information between
systems that use different programming languages, operating
platforms, and data formats. An integration solution needs to
be able to interface with all these different technologies.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Change is inevitable
Applications change over time. An integration solution has to
keep pace with changes in the applications it connects.
Integration solutions can easily get caught in an avalanche
effect of changes – if one system changes, all other systems
may be affected. An integration solution needs to minimize the
dependencies from one system to another.
6
Methods
Integration
✓ File Transfer
✓ Shared Database
✓ Remote Procedure Invocation
✓ Messaging
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Application integration is an integration framework
composed of a collection of technologies and
services which form a middleware or "middleware
framework" to enable integration of systems and
applications across organizations.
✓ File Transfer
✓ Shared Database
✓ Remote Procedure Invocation
✓ Messaging
There are four methods used in application integration :
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
File Transfer
One of the possible solutions to allow these applications to be integrated
is allowing each application produce files containing information that
other applications need to consume. Integrators take the responsibility of
transforming files into different formats. Produce the files at regular
intervals according to the nature of the business, which can be consumed
or read by another file.
An important decision with files is what format to use. Very rarely will the output of one
application be exactly what's needed for another, so you'll have to do a fair bit of
processing of files along the way. Not just do all the applications that use a file have to
read it, you also have to be able to use processing tools on it.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Shared Database
A common data base can be used for integrating applications. A single
physical data base can be shared by different applications running on
different platforms. This method integrates applications by having them
store their data in a single shared database.
If a family of integrated applications all rely on the same database, then we can be
pretty sure that they are always consistent all of the time. If we do get simultaneous
updates to a single piece of data from different sources, then we have transaction
management systems that handle that about as gracefully as it ever can be managed
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Remote Procedure Invocation
This method develops each application which is required to be integrated
as a large-scale object or component with encapsulated data. And it
provides an interface to allow other applications to interact with the
running application
Remote Procedure Invocation applies the principle of encapsulation to integrating
applications. If an application needs some information that is owned by another
application, it asks that application directly. If one application needs to modify the data
of another, then it does so by making a call to the other application. Each application
can maintain the integrity of the data it owns. Furthermore, each application can alter its
internal data without having every other application be affected.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Messaging
Messaging allows interaction between applications possible. Message
passing can be used to transfer packets of data frequently, immediately,
reliably, and asynchronously, or synchronously using customizable formats
In essence, a message is transmitted in five steps:
1) Create— the sender creates the message and populates it with data.
2) Send — the sender adds the message to a channel.
3) Deliver — the messaging system moves the message from the sender’s computer to
the receiver’s computer, making it available to the receiver.
4) Receive — the receiver reads the message from the channel.
5) Process — the receiver extracts the data from the message.
7 Middleware
Integrative Architectures
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
is a software programming running at the top of operating
system and below the applications. It connects applications or
software components.
Middleware provides a standard high level interface to the
application developers and integrators, so that application can
easily interoperate. Interoperability is the ability of two or more
components or systems to exchange information
Middleware
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
There are three types of middleware
✓ Transaction-oriented middleware: supports distributed computing
involving database applications.
✓ Message-oriented middleware: supports reliable, asynchronous
communications between distributed components or applications.
✓ Object-oriented middleware: systems are based on object-oriented
paradigm, and primarily support synchronous communications
between distributed objects or software components.
(eg. CORBA, DCOM and RMI)
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
Integrative architectures are the standard methodologies for
application integration.
These architectures include, CORBA, DCOM and RPC. The
architectures act as a middleware, a software application that
mediates between different applications
Integrative Architectures
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
✓ Common Object Request Broker Architecture CORBA is a software
standard that is defined and maintained by the Object Management
Group (OMG). The Common Object Request Broker Architecture
(CORBA) is a standard architecture for a distributed objects system.
CORBA is designed to allow distributed objects to interoperate in a
heterogeneous environment, where objects can be implemented in
different programming language and/or deployed on different platforms.
https://pdfcoffee.com/integrative-programming-and-technologies-chapter-1-pdf-free.html
✓ Distributed component object model. DCOM extends the COM to
support communication between objects. DCOM is a software
architecture or remote protocol that defines a binary standard for
component interoperability. DCOM is a software architecture that allows
applications to be built from binary software components. Is binary
interface standard for software components, that allows inter-process
communication. Binary interface is a program interface between binary
program modules often one of the module is library or operating system
and the other is user program module. Defines how computational
routines are called in machine code or low-level which is hardware
independent.
Advance Lesson :
Chapter 2 :
✓ Web Services and Middleware
1.-Introduction-report.pdf

More Related Content

Similar to 1.-Introduction-report.pdf

Over view of software artitecture
Over view of software artitectureOver view of software artitecture
Over view of software artitectureABDEL RAHMAN KARIM
 
Techniques for Developing Systems in IT Management System
Techniques for Developing Systems in IT Management SystemTechniques for Developing Systems in IT Management System
Techniques for Developing Systems in IT Management SystemGruppo Banca Sella
 
AA using WS vanZyl 2002-05-06
AA using WS vanZyl 2002-05-06AA using WS vanZyl 2002-05-06
AA using WS vanZyl 2002-05-06Jay van Zyl
 
MBA 5401, Management Information Systems 1 Course Lea.docx
 MBA 5401, Management Information Systems 1 Course Lea.docx MBA 5401, Management Information Systems 1 Course Lea.docx
MBA 5401, Management Information Systems 1 Course Lea.docxaryan532920
 
IT 8003 Cloud ComputingFor this activi.docx
IT 8003 Cloud ComputingFor this activi.docxIT 8003 Cloud ComputingFor this activi.docx
IT 8003 Cloud ComputingFor this activi.docxvrickens
 
444963864-INTEGRATIVE-PROGRAMMING-lesson1-pptx.pptx
444963864-INTEGRATIVE-PROGRAMMING-lesson1-pptx.pptx444963864-INTEGRATIVE-PROGRAMMING-lesson1-pptx.pptx
444963864-INTEGRATIVE-PROGRAMMING-lesson1-pptx.pptxArianne47
 
A research on- Sales force Project- documentation
A research on- Sales force Project- documentationA research on- Sales force Project- documentation
A research on- Sales force Project- documentationPasupathi Ganesan
 
Cloud Based Development for Medical Pharmacy and DCA Application
Cloud Based Development for Medical Pharmacy and DCA ApplicationCloud Based Development for Medical Pharmacy and DCA Application
Cloud Based Development for Medical Pharmacy and DCA ApplicationIRJET Journal
 
Mis project report on DELHI INFO.COM MANAGEMENT INFORMATION SYSTEM
Mis project report on DELHI INFO.COM MANAGEMENT INFORMATION SYSTEMMis project report on DELHI INFO.COM MANAGEMENT INFORMATION SYSTEM
Mis project report on DELHI INFO.COM MANAGEMENT INFORMATION SYSTEMpankaj pandey
 
Whitepaper: 4 Approaches to Systems Integration
Whitepaper: 4 Approaches to Systems IntegrationWhitepaper: 4 Approaches to Systems Integration
Whitepaper: 4 Approaches to Systems IntegrationAudacia
 
Office automation system report
Office automation system reportOffice automation system report
Office automation system reportAmit Kulkarni
 
Office automation system report
Office automation system reportOffice automation system report
Office automation system reportAmit Kulkarni
 
How Enterprise Application Integration is Driving Growth.pdf
How Enterprise Application Integration is Driving Growth.pdfHow Enterprise Application Integration is Driving Growth.pdf
How Enterprise Application Integration is Driving Growth.pdfSufalam Technologies
 
E commerce technologies
E commerce technologiesE commerce technologies
E commerce technologiesAnne ndolo
 

Similar to 1.-Introduction-report.pdf (20)

Over view of software artitecture
Over view of software artitectureOver view of software artitecture
Over view of software artitecture
 
Techniques for Developing Systems in IT Management System
Techniques for Developing Systems in IT Management SystemTechniques for Developing Systems in IT Management System
Techniques for Developing Systems in IT Management System
 
AA using WS vanZyl 2002-05-06
AA using WS vanZyl 2002-05-06AA using WS vanZyl 2002-05-06
AA using WS vanZyl 2002-05-06
 
MBA 5401, Management Information Systems 1 Course Lea.docx
 MBA 5401, Management Information Systems 1 Course Lea.docx MBA 5401, Management Information Systems 1 Course Lea.docx
MBA 5401, Management Information Systems 1 Course Lea.docx
 
V5I1-IJERTV5IS010514
V5I1-IJERTV5IS010514V5I1-IJERTV5IS010514
V5I1-IJERTV5IS010514
 
IT 8003 Cloud ComputingFor this activi.docx
IT 8003 Cloud ComputingFor this activi.docxIT 8003 Cloud ComputingFor this activi.docx
IT 8003 Cloud ComputingFor this activi.docx
 
Mann assignment
Mann assignmentMann assignment
Mann assignment
 
444963864-INTEGRATIVE-PROGRAMMING-lesson1-pptx.pptx
444963864-INTEGRATIVE-PROGRAMMING-lesson1-pptx.pptx444963864-INTEGRATIVE-PROGRAMMING-lesson1-pptx.pptx
444963864-INTEGRATIVE-PROGRAMMING-lesson1-pptx.pptx
 
A research on- Sales force Project- documentation
A research on- Sales force Project- documentationA research on- Sales force Project- documentation
A research on- Sales force Project- documentation
 
Cloud Based Development for Medical Pharmacy and DCA Application
Cloud Based Development for Medical Pharmacy and DCA ApplicationCloud Based Development for Medical Pharmacy and DCA Application
Cloud Based Development for Medical Pharmacy and DCA Application
 
Mis project report on DELHI INFO.COM MANAGEMENT INFORMATION SYSTEM
Mis project report on DELHI INFO.COM MANAGEMENT INFORMATION SYSTEMMis project report on DELHI INFO.COM MANAGEMENT INFORMATION SYSTEM
Mis project report on DELHI INFO.COM MANAGEMENT INFORMATION SYSTEM
 
Whitepaper: 4 Approaches to Systems Integration
Whitepaper: 4 Approaches to Systems IntegrationWhitepaper: 4 Approaches to Systems Integration
Whitepaper: 4 Approaches to Systems Integration
 
publishable paper
publishable paperpublishable paper
publishable paper
 
Office automation system report
Office automation system reportOffice automation system report
Office automation system report
 
Office automation system report
Office automation system reportOffice automation system report
Office automation system report
 
TermPaper
TermPaperTermPaper
TermPaper
 
How Enterprise Application Integration is Driving Growth.pdf
How Enterprise Application Integration is Driving Growth.pdfHow Enterprise Application Integration is Driving Growth.pdf
How Enterprise Application Integration is Driving Growth.pdf
 
End User Computing
End User ComputingEnd User Computing
End User Computing
 
Middleware – Its Types, Architecture, and Benefits.docx
Middleware – Its Types, Architecture, and Benefits.docxMiddleware – Its Types, Architecture, and Benefits.docx
Middleware – Its Types, Architecture, and Benefits.docx
 
E commerce technologies
E commerce technologiesE commerce technologies
E commerce technologies
 

More from JohnLagman3

8.-Javascript-report powerpoint presentation
8.-Javascript-report powerpoint presentation8.-Javascript-report powerpoint presentation
8.-Javascript-report powerpoint presentationJohnLagman3
 
7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentation7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentationJohnLagman3
 
1._Introduction_to_HTML5 powerpoint presentation
1._Introduction_to_HTML5 powerpoint presentation1._Introduction_to_HTML5 powerpoint presentation
1._Introduction_to_HTML5 powerpoint presentationJohnLagman3
 
bufferoverflow-151214121251 presentation
bufferoverflow-151214121251 presentationbufferoverflow-151214121251 presentation
bufferoverflow-151214121251 presentationJohnLagman3
 
Variables in MIT App Inventor powerpoint
Variables in MIT App Inventor powerpointVariables in MIT App Inventor powerpoint
Variables in MIT App Inventor powerpointJohnLagman3
 
Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.JohnLagman3
 
History of Android powerpoint presentation
History of Android powerpoint presentationHistory of Android powerpoint presentation
History of Android powerpoint presentationJohnLagman3
 
Mobile Application Development powerpoint
Mobile Application Development powerpointMobile Application Development powerpoint
Mobile Application Development powerpointJohnLagman3
 
Presentation of Hyper Text Markup Language
Presentation of Hyper Text Markup LanguagePresentation of Hyper Text Markup Language
Presentation of Hyper Text Markup LanguageJohnLagman3
 
html-150424090224-conversion-gate0.2.pdf
html-150424090224-conversion-gate0.2.pdfhtml-150424090224-conversion-gate0.2.pdf
html-150424090224-conversion-gate0.2.pdfJohnLagman3
 
Hypertext Mark Up Language Introduction.
Hypertext Mark Up Language Introduction.Hypertext Mark Up Language Introduction.
Hypertext Mark Up Language Introduction.JohnLagman3
 
Multiple_Linear_Regression Presentation.
Multiple_Linear_Regression Presentation.Multiple_Linear_Regression Presentation.
Multiple_Linear_Regression Presentation.JohnLagman3
 
Lesson 4 - Introduction to Filmora.pptx
Lesson 4 - Introduction to Filmora.pptxLesson 4 - Introduction to Filmora.pptx
Lesson 4 - Introduction to Filmora.pptxJohnLagman3
 
Lesson 1 Animation.pdf
Lesson 1 Animation.pdfLesson 1 Animation.pdf
Lesson 1 Animation.pdfJohnLagman3
 
Confidentiality Privacy and Security.ppt
Confidentiality Privacy and Security.pptConfidentiality Privacy and Security.ppt
Confidentiality Privacy and Security.pptJohnLagman3
 
physicalsecurity-150317020111-conversion-gate01.pdf
physicalsecurity-150317020111-conversion-gate01.pdfphysicalsecurity-150317020111-conversion-gate01.pdf
physicalsecurity-150317020111-conversion-gate01.pdfJohnLagman3
 
Introduction to BIOMETRICS Security.pptx
Introduction to BIOMETRICS Security.pptxIntroduction to BIOMETRICS Security.pptx
Introduction to BIOMETRICS Security.pptxJohnLagman3
 
1.-Introduction-report.pptx
1.-Introduction-report.pptx1.-Introduction-report.pptx
1.-Introduction-report.pptxJohnLagman3
 
ORIENTATION-CIS.pdf
ORIENTATION-CIS.pdfORIENTATION-CIS.pdf
ORIENTATION-CIS.pdfJohnLagman3
 

More from JohnLagman3 (20)

8.-Javascript-report powerpoint presentation
8.-Javascript-report powerpoint presentation8.-Javascript-report powerpoint presentation
8.-Javascript-report powerpoint presentation
 
7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentation7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentation
 
1._Introduction_to_HTML5 powerpoint presentation
1._Introduction_to_HTML5 powerpoint presentation1._Introduction_to_HTML5 powerpoint presentation
1._Introduction_to_HTML5 powerpoint presentation
 
bufferoverflow-151214121251 presentation
bufferoverflow-151214121251 presentationbufferoverflow-151214121251 presentation
bufferoverflow-151214121251 presentation
 
Variables in MIT App Inventor powerpoint
Variables in MIT App Inventor powerpointVariables in MIT App Inventor powerpoint
Variables in MIT App Inventor powerpoint
 
Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.
 
History of Android powerpoint presentation
History of Android powerpoint presentationHistory of Android powerpoint presentation
History of Android powerpoint presentation
 
Mobile Application Development powerpoint
Mobile Application Development powerpointMobile Application Development powerpoint
Mobile Application Development powerpoint
 
Presentation of Hyper Text Markup Language
Presentation of Hyper Text Markup LanguagePresentation of Hyper Text Markup Language
Presentation of Hyper Text Markup Language
 
html-150424090224-conversion-gate0.2.pdf
html-150424090224-conversion-gate0.2.pdfhtml-150424090224-conversion-gate0.2.pdf
html-150424090224-conversion-gate0.2.pdf
 
Hypertext Mark Up Language Introduction.
Hypertext Mark Up Language Introduction.Hypertext Mark Up Language Introduction.
Hypertext Mark Up Language Introduction.
 
Multiple_Linear_Regression Presentation.
Multiple_Linear_Regression Presentation.Multiple_Linear_Regression Presentation.
Multiple_Linear_Regression Presentation.
 
Lesson 4 - Introduction to Filmora.pptx
Lesson 4 - Introduction to Filmora.pptxLesson 4 - Introduction to Filmora.pptx
Lesson 4 - Introduction to Filmora.pptx
 
Lesson 1 Animation.pdf
Lesson 1 Animation.pdfLesson 1 Animation.pdf
Lesson 1 Animation.pdf
 
Lesson 1.pdf
Lesson 1.pdfLesson 1.pdf
Lesson 1.pdf
 
Confidentiality Privacy and Security.ppt
Confidentiality Privacy and Security.pptConfidentiality Privacy and Security.ppt
Confidentiality Privacy and Security.ppt
 
physicalsecurity-150317020111-conversion-gate01.pdf
physicalsecurity-150317020111-conversion-gate01.pdfphysicalsecurity-150317020111-conversion-gate01.pdf
physicalsecurity-150317020111-conversion-gate01.pdf
 
Introduction to BIOMETRICS Security.pptx
Introduction to BIOMETRICS Security.pptxIntroduction to BIOMETRICS Security.pptx
Introduction to BIOMETRICS Security.pptx
 
1.-Introduction-report.pptx
1.-Introduction-report.pptx1.-Introduction-report.pptx
1.-Introduction-report.pptx
 
ORIENTATION-CIS.pdf
ORIENTATION-CIS.pdfORIENTATION-CIS.pdf
ORIENTATION-CIS.pdf
 

Recently uploaded

Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
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
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxabhijeetpadhi001
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
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
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
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
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
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
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 

Recently uploaded (20)

Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptx
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
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
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.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
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
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
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 

1.-Introduction-report.pdf