Process Modeling Tsutomu Ono, Abdul Munif Japan International Cooperation Agency 1.

Slides:



Advertisements
Presentasi serupa
Tahapan information engineering
Advertisements

Ian Sommerville Software Engineering
Pemrograman Sistem Basis Data
Fase Analisa Sistem Menggambarkan kebutuhan sistem
Information Systems, Organizations, and Strategy
2. Introduction to Algorithm and Programming
Penggunaan Subsistem CBIS dalam Pemecahan Masalah
Learning Medium School : SMPN 1 Gotham City Subject : English
Sistem Pendukung Keputusan Pemilihan Paket Wisata dan Reservasi Travel Dengan Metode AHP dan TOPSIS Berbasis Web I Nyoman Giri Sasmita Atmaja
Chapter 10 Marketing.
Defining Business Requirement / Medefiniskan kebutuhan User
Roesfiansjah Rasjidin Program Studi Teknik Industri Fakultas Teknik – Univ. Esa Unggul.
Functional Modelling.
Activity Diagram Shinta P.. For Bussiness Modeling, Activity diagrams describe the activities of a class. It is used for the following purposes: (Bennet.
MATERIAL RESOURCE PLANNING
TEORI ORGANISASI DAN MANAJEMEN PENGETAHUAN
Oleh : Eko Prianto. Read Carefully  another section at the same document  to a different document  to a different Web page  to a variety of other.
Model Proses.
COMPUTER-BASED INFORMATION SYSTEM
Testing Implementasi Sistem Oleh :Rifiana Arief, SKom, MMSI
1 Pertemuan 09 Kebutuhan Sistem Matakuliah: T0234 / Sistem Informasi Geografis Tahun: 2005 Versi: 01/revisi 1.
1 Pertemuan 12 Pengkodean & Implementasi Matakuliah: T0234 / Sistem Informasi Geografis Tahun: 2005 Versi: 01/revisi 1.
PERTEMUAN KE-6 UNIFIED MODELLING LANGUAGE (UML) (Part 2)
System Development Part II
1 Pertemuan 6 Hubungan WCA dan Sistem Informasi Matakuliah: H0472 / Konsep Sistem Informasi Tahun: 2006 Versi: 1.
1 INTRODUCTION Pertemuan 1 s.d 2 Matakuliah: A0554/Analisa dan Perancangan Sistem Informasi Akuntansi Tahun: 2006.
Accounting Information Systems: An Overview BAB 1 PERTEMUAN 1 -2 SIA-UMBY.
EIS (Executive Information Systems)
Software Engineering Process
ANALISA PERANCANGAN SISTEM INFORMASI
Object Oriented Design
Pert. 16. Menyimak lingkungan IS/IT saat ini
Accounting Information Systems: An Overview
Notasi Object Oriented System
Membuat data flow diagram.
Cartesian coordinates in two dimensions
Cartesian coordinates in two dimensions
SE2423 Rekayasa Perangkat Lunak
Global E-Business: Bagaimana Bisnis Menggunakan Sistem Informasi
PEMILIHAN SISTEM.
Model Konvensional.
Pertemuan #3 Data Modeling Using the Entity-Relationship Model
CA113 Pengantar Manajemen Bisnis
Perancangan Basis Data
OOAD – TI S1 Defri Kurniawan UDINUS
Analisis dan Perancangan Sistem Informasi Erik Kurniadi
ANALISIS DAN PERANCANGAN BERORIENTASI OBJEK
Pertemuan <<18>> << Penemuan Fakta(01) >>
Bab 9 Menggunakan Data Flow Diagrams
SISTEM INFORMASI ENTERPRISE
PEMODELAN SISTEM METODE TERSTRUKTUR
SISTEM INFORMASI ENTERPRISE
CA113 Pengantar Manajemen Bisnis
EIS (Executive Information Systems)
Kk ilo Associative entity.
ANALISIS & DESAIN SISTEM
Dasar-Dasar Sistem Informasi
E-Business ANALYSIS & DESIGN.
UML- UNIFIED MODELING LANGUAGE
Pertemuan 4 CLASS DIAGRAM.
PowerPoint Presentation for Dennis & Haley Wixom, Systems Analysis and Design, 2 nd Edition Copyright 2003 © John Wiley & Sons, Inc. All rights reserved.
ANALISIS & DESAIN BERORIENTASI OBJEK AGUS WAHYUDDIN, ST, M.KOM
How to Set Up AT&T on MS Outlook ATT is a multinational company headquartered in Texas. ATT services are used by many people widely across.
Business Modeling By: U. Abd. Rohim, MT
CA113 Pengantar Manajemen Bisnis
Analysis and Design of Information Systems
Analisa Sistem Informasi
OBJECT ORIENTED ANALISYS AND DESIGN
Website: Website Technologies.
Rank Your Ideas The next step is to rank and compare your three high- potential ideas. Rank each one on the three qualities of feasibility, persuasion,
Transcript presentasi:

Process Modeling Tsutomu Ono, Abdul Munif Japan International Cooperation Agency 1

Pengertian Process modeling=Preocess Analisys Model=pemodelan fungsional & aliran informasi Informasi ditransformasikan pada saat dia mengalir melalui sebuah sistem berbasis komputer. Sistem tersebut menerima input dengan berbagai cara dan menghasilkan suatu output. Akibatnya kita dapat menciptakan suatu model aliran bagi setiap sistem berbasis komputer tanpa melihat ukuran dan kompleksitasnya. Dikenal juga dengan sebutan grafik aliran data atau buble chart.

Data Flow Diagram (DFD) Teknik grafis menggambarkan aliran informasi dan transformasi yang diaplikasikan pada saat data bergerak dari input menjadi output Teknik analisis digunakan untuk menggambarkan aliran input dalam sebuah sistem (sekumpulan proses) serta output yang dihasilkan. Menggambarkan apa yang terjadi dalam sebuah sistem. Lebih mudah melihat gambar & memahami isinya dibandingkan membaca banyak dokumen ; untuk menejelaskan sebuah sistem memberi gambaran bagaimana data berubah sejalan dengan alirannya dalam sistem menggambarkan fungsi-fungsi yang mengubah data data dalam sistem.

4 Data Flow Diagram (DFD) DFD is a drawing that shows how a system’s environmental elements, processes, and data are interconnected. DFDs typically exist in a hierarchy. A diagram on a lower level expends a process on the level immediately above, providing more detail. A DFD is a type of decomposition diagram, sub dividing a system into lower-level systems, or subsystems. When systems analysts attempt to understand the information requirements of users, they must be able to conceptualize how data move through the organization, the processes or transformation that data undergo, and what the outputs are.

Flowchart terdiri dari box-box yang mendeskripsikan : –Komputasi –Decision / Keputusan –Iterasi –Loop Data Flow Diagram bukan Flowchart program dan tidak mempunyai elemen kontrol

6 DFD Symbols The four basic symbols used in DFD, their meanings, and examples SymbolsMeaningExample Entity (Source or destination of data) Student New Student Information Flow of Data Student Master Process (which transforms a flow of data) Create Student Record Data store

7 Data Flow Diagram (DFD) The Hierarchical Arrangement of DFDs A diagram on a lower level expands a process on the level immediately above, providing more detail. The Context Diagram The DFD on the highest level. It describes the system in the context of its environment The Figure 0 Diagram The DFD on the second level in the hierarchy Figure n Diagrams On the next lower level with such names as figure 1, figure 2 diagrams Lower-level DFDs The same top-down decomposition of the system structure can be contained to lower levels Example: Figure 1 diagram can be sub divided into 1.1, 1.2,,,

Struktur DFD

10 The Context Diagram for an Order Entry System

11 Figure 0 Diagram for an Order Entry System

12 Mini Project – Software Shop: Please draw DFDs based on the business of Inul’s Software Shop in Malang: Backgrounds: 1.Inul’s Software Shop buys software from various suppliers 2.The shop sells it to the public 3.She stocks popular software packages and orders others as required 4.She extends credit to institutions, cooperates, and some individuals. Exercises: - Draw Context diagram - Draw Figure 0 diagram - Draw Figure n diagrams to complete the DFDs Hints: Entities: CUSTOMER, SUPPLIER, Data Store: PACKAGE DATA, CUSTOMER DATA, and so on.

13 Practice: Sample Context Diagram

14 Practice: Sample Figure 0 Diagram

Data Flow Diagram yang baik : –Ketiadaan dari struktur flowchart –Penyimpanan data –Penamaan yang baik Tidak mempunyai aliran data yang split up ke dalam sejumlah aliran data lain Tidak mempunyai garis yang berpotongan Tidak terdapat iterasi antara 2 proses ; 1 proses dengan dirinya sendiri Tidak mengandung aliran data yang berfungsi sebagai signal untuk mengaktifkan suatu proses

BPM (Bussiness Process Model) Menyatakan aliran seluruh proses dalam sistem dari awal hingga akhir Terdapat decision process, paralel process Melibatkan resourses database

BPM (Bussiness Process Model) A Business Process Model (BPM) is a conceptual model which provides a close description of the business logic and rules from a business partner's point of view. A BPM uses a diagram that shows interactions between processes, flows, messages and collaboration protocols from one or several start points to several potential end points. A BPM can be compared to a market place where data or services are exchanged. It usually arises from a compelling business need or opportunity. BPM is a simplified UML activity diagram with Business Process extensions..

BPM (Bussiness Process Model) It isnot include any implementation details. It can be readily used as an input document to do object- oriented analysis At a conceptual level, it is particularly suitable for analyzing, designing or documenting Business-to-Business exchanges (B2B). You use a BPM to: –·Describe the behavior and requirements of a system –·Represent the conceptual organization of objects in a graphic format –·Open PAM models –·Generate a BPM –·Design or document ebXML BPSS

Integrasi BPM This is how the BPM is integrated into the PowerDesigner global software solution:

Accounting dept Sales dept Warehausing dept

Accounting dept Warehausing dept