Learning Objectives Today we will Learn: The different methods of implementation The differences between user and technical documentation.

Slides:



Advertisements
Similar presentations
Log System Spec 1 Logical Systems Specification Module Two stages in the module – Stage 4 - Technical Systems Options – Stage 5 - Logical Design Performed.
Advertisements

P5, M1, D1.
1 Information Systems Development (ISD) Systems Development Life Cycle Overview of Analysis Phase Overview of Design Phase CP2236: Information Systems.
Documentation Letts Study Guide Information Systems - IT Chapter 19.
System Design and Analysis
Program Flow Charting How to tackle the beginning stage a program design.
Program Development and Programming Languages
A452 – Programming project – Mark Scheme
1414 CHAPTER PROGRAMMING AND LANGUAGES. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved Competencies Describe the six steps of programming.
SYSTEM ANALYSIS AND DESIGN
Software Life Cycle Model
System Implementation
Documentation 1. User Documentation 2. Technical Documentation 3. Program Documentation.
Systems Analysis Chapter 8 P 94 to P 101
"In the name of ALLAH, most Gracious, most Compassionate".
Prototype & Design Computer Inputs. How to Prototype & Design Computer Inputs Step 1: Review Input Requirements Step 2: Select the GUI Controls Step 3:
UNIT 21 Software Engineering.
SYSTEM LIFE CYCLES. OBJECTIVES o Be able to describe the stages of development of a hardware/software system. o Know what the different stages of the.
Bret Juliano. Introduction What Documentation is Required? – To use a program – To believe a program – To modify a program The Flow-Chart Curse Self-Documenting.
The Software Development Process A*D*I*T*D*E*M All Day I Try to Defy Evil Milligan.
Chapter 22 Systems Design, Implementation, and Operation Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-1.
Introduction to Systems Analysis and Design Trisha Cummings.
Systems Analysis and Design: The Big Picture
Lesson 7 Guide for Software Design Description (SDD)
INFORMATION SYSTEM APPLICATIONS System Development Life Cycle.
PHASE 4 SYSTEMS IMPLEMENTATION Application Development SYSTEMS ANALYSIS & DESIGN.
LESSON 8 Booklet Sections: 12 & 13 Systems Analysis.
SYSTEMS ANALYSIS FORM 4 Included in this topic: Information Systems Systems Analysts System Life Cycle (incl. Case Study) Documentation.
Chapter 8: Systems analysis and design
Higher Computing Software Development. Software Development Process There are 7 main stages involved in developing a new software program: Analysis Design.
Types of specification: – Requirements specification – Design specification – System specification and the differences between them.
OCR ICT for A2 © Hodder Education 2009 Chapter 1 The systems cycle.
Programming Lifecycle
Systems Development Lifecycle Testing and Documentation.
 Once the system has been installed it will be monitored to check whether it is working correctly. Sometimes problems with a system will not be found.
Principles of Information Systems, Sixth Edition Systems Design, Implementation, Maintenance, and Review Chapter 13.
1 Technical & Business Writing (ENG-315) Muhammad Bilal Bashir UIIT, Rawalpindi.
I Power Higher Computing Software Development The Software Development Process.
System Analysis (Part 3) System Control and Review System Maintenance.
 System Development Life Cycle System Development Life Cycle  SDLC Phases SDLC Phases Phase 1: Preliminary Investigation Phase 2: Feasibility Study.
System Implementation System Implementation - Mr. Ahmad Al-Ghoul System Analysis and Design.
Data flow & information requirements.  Establishing IPSO  Recording information about the existing system  Identifying the problems with the system.
Lecture 6: Writing the Project Documentation Part IV.
GCSE ICT Systems Analysis. Systems analysis Systems analysis is the application of analytical processes to the planning, design and implementation of.
CIS 4910 Information Systems Development Project Project Documentation.
Oman College of Management and Technology Course – MM Topic 7 Production and Distribution of Multimedia Titles CS/MIS Department.
1 The Software Development Process ► Systems analysis ► Systems design ► Implementation ► Testing ► Documentation ► Evaluation ► Maintenance.
Chapter 2- Visual Basic Schneider1 Chapter 2 Problem Solving.
GCSE ICT 3 rd Edition The system life cycle 18 The system life cycle is a series of stages that are worked through during the development of a new information.
 During the life of any system, there may be times when certain maintenance needs to take place.  There are different forms of maintenance and each.
TYPES OF SPECIFICATION THIS PRESENTATION COVERS TYPES OF SPECIFICATION: REQUIREMENTS SPECIFICATION DESIGN SPECIFICATION SYSTEM SPECIFICATION AND.
Introduction to System Analysis and Design MADE BY: SIR NASEEM AHMED KHAN DOW VOCATIONAL & TECHNICAL TRAINING CENTRE.
Software Project Management Lecture # 12. Outline Quality Management ( chapter 26 - Pressman )  SQA  Who does it?  SQA Activities  Software reviews.
 Problem Analysis  Coding  Debugging  Testing.
The analyst can not stay with the business for ever – a guide to help the new users.
ICS 3UI - Introduction to Computer Science
Project planning The systems life cycle.
System Design, Implementation and Review
System Design.
Gary Hughes, South Oakleigh College
Chapter 1 (pages 4-9); Overview of SDLC
CLINICAL INFORMATION SYSTEM
Introduction to Systems Analysis and Design
Structured Program Design
Software Development Life Cycle
MANAGING THE DEVELOPMENT AND PURCHASE OF INFORMATION SYSTEMS
Software Development Approaches
The Software Development Process
How to fix Juno Error code 49? Dial: +1(844)
SRS : Software Requirement Specification. How to Write a Software Requirements Specification (SRS Document)  A software requirements specification (SRS)
Presentation transcript:

Learning Objectives Today we will Learn: The different methods of implementation The differences between user and technical documentation

Learning Objectives Today we will Learn: The different types of Documentation Different methods of evaluation

User Documentation Provides help to users to operate the system. It includes: Screenshots of how to use the system The purpose of the system Input and output formats Hardware/software requirements Troubleshooting guide FAQs

Technical Documentation Produced specifically for programmers and systems analysts. It helps when the system needs upgrading and find how to fix errors. There are two types: Systems documentation Program Documentation

Systems Documentation Provides a detailed overview of the entire system. Includes: Test plans and test results - these can be used to test errors that occur again Documents from the analysis stage such as DFDs What is expected of the system Overall design decisions - choice of hardware/software etc

Program documentation Provides details of the program code: A description and purpose of the software explaining the features and what it does The input/output formats Program flowcharts produced at the design stage Copy of the code Notes that will help future developers