Week 7 - Tutorial Interactive Digital Moving Image Production | CU3003NI | - Pratik Man Singh Pradhan.

Slides:



Advertisements
Similar presentations
Basic SDLC Models.
Advertisements

Rational Unified Process®
1 Information Systems Development (ISD) Systems Development Life Cycle Overview of Analysis Phase Overview of Design Phase CP2236: Information Systems.
IS2210: Systems Analysis and Systems Design and Change
CSC 480 Software Engineering
Adapted from a presentation by John Petlicki of DePaul University, USA.
Software Process Models
Slide 1 INTRODUCTION Chapter 1. Slide 2 Key Ideas The primarily goal of a system is to create value for the organization. Many failed systems were abandoned.
Software Modeling SWE5441 Lecture 3 Eng. Mohammed Timraz
Part 1: Introducing User Interface Design Chapter 1: Introduction –Why the User Interface Matters –Computers are Ubiquitous –The Importance of Good User.
1 CS 501 Spring 2003 CS 501: Software Engineering Lecture 2 Software Processes.
Chapter 6 The Process of Interaction Design Presented by: Kinnis Gosha, Michael McGill, Jamey White, and Chiao Huang.
Slide 1 INTRODUCTION Chapter 1. Slide 2 Key Ideas Many failed systems were abandoned because analysts tried to build wonderful systems without understanding.
1 SOFTWARE LIFE-CYCLES Elements and Definitions. 2 Requirements System Design Detailed Design Implementation Installation & Testing Maintenance The WATERFALL.
Objectives By the end of today’s class you will be able to… –Describe the major steps in the interaction design process –Explain the importance of iterative.
Its Phases and Overview 1.  This document describes the (SDLC) for small to medium database application development efforts. o This chapter presents.
Software Development Life Cycle (SDLC)
IT Systems Analysis & Design
Software Project Management Introduction to Project Management.
 Software Models.  A software life-cycle model is a descriptive and diagrammatic representation of the software life-cycle. This includes a series of.
CS 360 Lecture 3.  The software process is a structured set of activities required to develop a software system.  Fundamental Assumption:  Good software.
Introduction to Programming Lecture 1 – Overview
SOFTWARE ENGINEERING MCS-2 LECTURE # 3. SOFTWARE PROCESS  A software development process, also known as a software development life- cycle (SDLC), is.
Systems Analysis and Design in a Changing World, Fourth Edition
WATERFLL MODEL Presented by.. Shiva Krishna Santhosh Chandra Varsha nihanth Aparna Archana Anusha.
Lecture 2 –Approaches to Systems Development Method 10/9/15 1.
ANKITHA CHOWDARY GARAPATI
IS3320 Developing and Using Management Information Systems Lecture 20: Project Management Rob Gleasure
WATERFALL DEVELOPMENT MODEL. Waterfall model is LINEAR development lifecycle. This means each phase must be completed before moving onto the next!!! WHAT.
CHAPTER ONE Problem Solving © Prepared By: Razif Razali1.
1 - 1 Systems Analysis and Design, Key Ideas Many failed systems were abandoned because analysts tried to build wonderful systems without understanding.
Software Development Life Cycle (SDLC)
Using UML, Patterns, and Java Object-Oriented Software Engineering 15. Software Life Cycle (Waterfall)
Software Development Process CS 360 Lecture 3. Software Process The software process is a structured set of activities required to develop a software.
Software Development Life Cycle (SDLC)
WATERFALL METHOD Robbie Campbell WHAT IS IT  Considered the classic approach to the SDLC.  It is a linear method with goals for each development phase.
V-Shaped Software Development Life Cycle Model. Introduction: Variation of water fall model. Same sequence structure as water fall model. Strong emphasis.
System Development Life Cycle (SDLC) TOBY WILSON.
A framework that describes the activities performed at each stage of a software development project. A life-cycle or a software process is the organisational.
The Software Development Process. Contents  Product Components  Software project staff  Software development lifecycle models.
BSA 375 Week 1 DQ 1 Review the agile and systems development life cycle (SDLC) software development methodologies in your readings and in the podcast for.
BSA 385 Week 3 Individual Assignment Frequent Shopper Program Part 2 Check this A+ tutorial guideline at
Introduction to Programming Lecture 1 – Overview
Software Development - Methodologies
Introduction to Systems Analysis and Design
Programming Language Syntax and semantics
Software Development Life Cycle Waterfall Model
Software Development Life Cycle (SDLC) by Manoj V. Nikum
Software Design.
Systems Analysis & Design N106
Topic for Presentaion-2
Multilevel Marketing Tree Viewer
SNS College of Engineering Coimbatore
Iterative Waterfall Model
V-Shaped SDLC Model Lecture-6.
Classical Waterfall Model
Software Process Models
Systems Analysis and Design
Scaled Agile Requirements: What, When & How
Software Development Life Cycle (SDLC)
Software Life Cycle Models
CHAPTER 2 Testing Throughout the Software Life Cycle
IT Systems Analysis & Design
Introduction to OOSD– UFCFC Lecture Notes Week 1
SDLC Model A framework that describes the activities performed at each stage of a software development project.
Software Development Process
Basic SDLC Models SDLC  System Development Life Cycle.
Lesson 1 Understanding Software Quality Assurance
Baisc Of Software Testing
Software Development Approaches
Presentation transcript:

Week 7 - Tutorial Interactive Digital Moving Image Production | CU3003NI | - Pratik Man Singh Pradhan

Software Development Life Cycle Waterfall Approach for Encore Documentation

SDLC Model  A framework that describes the activities performed at each stage of a software development project.  An Interactive DVD is considered a simple piece of software and therefore need to be documented using the SDLC Method.  We will be using waterfall approach for the documentation.

The Waterfall Model  The waterfall model is the classic lifecycle model, it is widely known, understood and commonly used.  In some respect, waterfall is the “common-sense” approach.  It was introduced by Royce in  It is more common among DVD Authors than any other SDLC Approaches.

Waterfall Model  Requirements – Defines needed information, function, behaviour, performance and interfaces.  Design – Data structures, software architecture, interface representations, algorithmic details.  Implementation – Source code, database, user documentation, testing.

Waterfall Strengths  Easy to understand, easy to use  Provides structure to inexperienced staff  Milestones are well understood  Sets requirements stability  Good for management control (plan, staff, track)  Works well when quality is more important than cost or schedule

Why to use Waterfall approach for DVD Authoring?  Requirements are very simple to begin with  Requirements are well known  Product definition is stable  Technology is understood  New version of an existing product  Porting an existing product to a new platform

THE END