SADM

What is SADM?

System Analysis & Design (SADM) is approach to the development, operation and maintenance of software.

In system development, we used System Development/Design Life Cycle (SDLC) concept to achive our goal in system development. There're 5 step in SDLC. PARIS! What is Paris? PARIS is Planning, Analysis, Design (Rekabentuk), Implementation&Testing and Support.



But remember! SDLC is approach (concept) in system development. Systems Development Life Cycle (SDLC) is a process used by a systems analyst to develop an information system, including requirements, validation, training, and user (stakeholder) ownership.

So, when we need to choose methodology for our system development, we can't use SDLC, SDLC just a guideline how to plan and manage our system or project. A number of SDLC models have been created:
  • Waterfall
  • Spiral Model
  • Rapid Prototyping
  • RAD Model
  • WebE - Web Engineering 
  • Prototype
  • V-Model
  • Iterative Model 
Methodlogy for Multimedia Project Development are: Book at PUO library "Pembangunan Perisian Multimedia satu Pendekatan Sistematik" by Jamaluddin Harun, Baharuddin Aris, Zaidatun Tasir, Venton Publishing (M) Sdn.Bhd. Copyright 2001.
  • Model ADDIE
  • Model ASSURE
  • Model Hannafin & Peck
  • Model Dick & Carey
  • Model Robert Glasca
  • Model Waterfall
Methodology for Mobile Application (Native Apps)
  • Agile / Mobile-D Method

Mobile Application Life Cycle

Make sure you choose the suitable methodology and CASE tools.



Download Material Here:

  1. Contoh penulisan laporan projek akhir (UKM) - [Download Here]
  2. Format Penulisan projek akhir (Politeknik Malaysia) - [Download Here] * version 1.0
  3. Case Tool - Read More
  4. Nota SDLC & SYSSEC [En. Anizan Shukori] Maybank Berhad - Read More



Question 1: Introduction to Variable

Based on code below, create a dynamic program that solve problem below: Source Code: #include <iostream> using na...