Jelajahi eBook
Kategori
Jelajahi Buku audio
Kategori
Jelajahi Majalah
Kategori
Jelajahi Dokumen
Kategori
7th EDITION
CHAPTER 8
BASIC SYSTEMS CONCEPTS AND TOOLS
What is a system?
Ada lima tujuan penting dari dekomposisi hirarkis dari sebuah sistem yang
diantaranya adalah:
1. Untuk memahami kompleksitas dari sebuah sistem.
2. Untuk menganalisis atau merubah bagian dari sistem.
3. Untuk mendesain dan membangun setiap subsistem pada waktu yang berbeda.
4. Untuk mengarahkan perhatian, dekomposisi ini memperbolehkan kita untuk
berfokus hanya pada komponen yang serius saja.
5. Untuk mengijinkan komponen sistem untuk beroperasi secara lebih
independen.
Organizations as systems
EVALUASI
3 SDLC Phases:
Figure 8.8
Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall 8-13
STRUCTURED TECHNIQUES
penerapan pemakai
Context Diagram
- External Entity
- Data Flow
- Process
- Data Store
Encapsulation
- An object contains data and related operations
- Allows loosely coupled modules and reuse
Inheritance
- One class of objects can inherit characteristics from
others
Polymorphism
- The ability to treat child objects the same as parent
objects (i.e., call methods exactly the same)
UML
UML Diagrams
Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall 8-23
UNIFIED MODELING LANGUAGE (UML)
Sequence Diagram
- Captures the messages that pass between objects
Class Diagram
- Represents each objects attributes, methods, and
relationships with other objects