The analyst can not stay with the business for ever – a guide to help the new users.

Slides:



Advertisements
Similar presentations
Input, Process, Output, Storage and Feedback
Advertisements

INFORMATION TECHNOLOGY
Computing Science Software Design and Development SOFTWARE DESIGN AND DEVELOPMENT USING PYTHON.
P3- Represent how data flows around a computer system
Preparing Data for Quantitative Analysis
ICT Class System Life Cycle.  Large systems development projects may involve dozens of people working over several months or even years, so they cannot.
Documentation Letts Study Guide Information Systems - IT Chapter 19.
Program Flow Charting How to tackle the beginning stage a program design.
JavaScript with Input & Output Step 1: Use tags JavaScript Template.
SYSTEM ANALYSIS AND DESIGN
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
System Implementation
Documentation 1. User Documentation 2. Technical Documentation 3. Program Documentation.
Systems Analysis Chapter 8 P 94 to P 101
THE SYSTEMS LIFE CYCLE ANALYSE DESIGN IMPLEMENT MAINTENANCE IDENTIFY/INVESTIGATE.
Systems Life Cycle A summary of what needs to be done.
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.
Computer Programming 12 Lesson 2 - Organizing the Problem By Dan Lunney.
1 AQA ICT AS Level © Nelson Thornes ICT Systems.
Hardware.  Learn what hardware is  Learn different input and output devices  Learn what the CPU is.
CS 0004 –Lecture 8 Jan 24, 2011 Roxana Gheorghiu.
1.1 How Does a Computer Work?
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.
TERMS TO KNOW. Desktop This does not mean a computer desktop vs. a laptop. You probably keep a number of commonly used items on your desk at home such.
ELP Helper MSE Project Presentation I Aghsan Ahmad Major Professor: Dr. Bill Hankley.
Making a great Project 2 OCR 1994/2360. User Documentation Your User Documentation is the instructions for how to use the system you have created It is.
Python File Handling. In all the programs you have made so far when program is closed all the data is lost, but what if you want to keep the data to use.
End HomeWelcome! The Software Development Process.
Systems Development Lifecycle Testing and Documentation.
Software Life Cycle Requirements and problem analysis. –What exactly is this system supposed to do? Design –How will the system solve the problem? Coding.
 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.
SYSTEM ANALYSIS 3 rd AUGUSUT 2005 WEDNESDAY LOWER SIXTH COMPUTING LESSON Prepared by: T.Fina.
System Analysis (Part 3) System Control and Review System Maintenance.
COMPUTER SOFTWARE Management Information Systems.
The Systems Life Cycle AS Computing F451 AS Computing F451.
Lesson 1 Operating Systems, Part 1. Objectives Describe and list different operating systems Understand file extensions Manage files and folders.
GCSE ICT Systems Analysis. Systems analysis Systems analysis is the application of analytical processes to the planning, design and implementation of.
The Art of Programming. The process of breaking problems down into smaller, manageable parts By breaking the problem down, each part becomes more specific.
M4 BTEC Level 3 Subsidiary Diploma in ICT. Technical Documentation The technical documentation may be a section in the user documentation or could be.
1.The following diagram illustrates the relationship among various hardware components. The arrows indicate the directions of data flow. Activity 1 Relationship.
Software using a flowchart method of creating a control programme.
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.
1 The System life cycle 16 The system life cycle is a series of stages that are worked through during the development of a new information system. A lot.
Learning Objective To be able to… Understand flow chart symbols Complete and correct flow chart algorithms Create a program based on a flow chart.
Sequential Processing to Update a File Please use speaker notes for additional information!
S/W Programming & Languages Chapter 10 Where Your Software Comes From © The McGraw-Hill Companies, Inc., 2000.
C++ for Engineers and Scientists, Second Edition 1 Problem Solution and Software Development Software development procedure: method for solving problems.
ACCESS CHAPTER 2 Introduction to ACCESS Learning Objectives: Understand ACCESS icons. Use ACCESS objects, including tables, queries, forms, and reports.
PROGRAMMING. Computer Programs  A series of instructions to the computer  pre-written/packaged/off-the-shelf, or  custom made  There are 6 steps to.
The information systems lifecycle Far more boring than you ever dreamed possible!
Learning Objectives Today we will Learn: How to identify the data requirements of a IT system using a Data Flow Diagram.
Learning Objectives Today we will Learn: The different methods of implementation The differences between user and technical documentation.
Topic 2: Hardware and Software
APPLICATION RISK AND CONTROLS
Gary Hughes, South Oakleigh College
Python I/O.
“Would I have to do this all by myself …….?”
Unit I Flash Cards Start.
Business Application Development
flow charts and system diagrams
Chapter 1 Introduction(1.1)
Python 9 Mr. Husch.
Class Examples.
5 POINT PLAN THE SYSTEMS LIFE CYCLE ANALYSE DESIGN
ECARS - INCOMPLETE SERVICE REQUESTS.
The Software Development Process
Hint idea 2 Split into shorter tasks like this.
Joint Application Development (JAD)
 Is a machine that is able to take information (input), do some work on (process), and to make new information (output) COMPUTER.
Presentation transcript:

The analyst can not stay with the business for ever – a guide to help the new users

 Systems usually have two types of documentation  Technical documentation  User documentation

User manualTechnical manual The purpose of the program Loading and running the programHardware and software requirements How to use the program: entering data, saving, editing, sorting, printing... Limitations of the program Input and output formatsFile structures Hardware and software requirementsProgram coding Limitations of the programVariables Error messagesDataflow diagrams TroubleshootingValidation routines Frequently asked questionsProgram and system flowcharts