INFORMATION TECHNOLOGY

Slides:



Advertisements
Similar presentations
Systems Analysis and Design Presented by Thakur Rai.
Advertisements

Ch-11 Project Execution and Termination. System Testing This involves two different phases with two different outputs First phase is system test planning.
ICT Class System Life Cycle.  Large systems development projects may involve dozens of people working over several months or even years, so they cannot.
Chapter 12 Systems Development Three common methods for MIS development: The systems development life cycle (SDLC) Prototyping End-user development Five.
Lab/Sessional -CSE-374. SYSTEM DEVELOPMENT LIFE CYCLE.
System Design and Analysis
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Lecture 13 Revision IMS Systems Analysis and Design.
Information Systems Development and Acquisition Chapter 8 Jessup & Valacich Instructor: Ramesh Sankaranarayanan.
System Development Life Cycle (SDLC)
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Systems Analysis and Design Chapter 12.
7.2 System Development Life Cycle (SDLC)
SYSTEM ANALYSIS AND DESIGN
Building Information Systems lesson 26 This lesson includes the following sections: The Systems Development Life Cycle Phase 1: Needs Analysis Phase.
Introduction to Computer Technology
THE SYSTEMS LIFE CYCLE ANALYSE DESIGN IMPLEMENT MAINTENANCE IDENTIFY/INVESTIGATE.
CORE 1: PROJECT MANAGEMENT Overview TECHNIQUES FOR MANAGING A PROJECT Communication Skills Active Listening Mirroring Paraphrasing Summarizing Clarifying.
UNIT 21 Software Engineering.
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.
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.
1313 CHAPTER SYSTEMS ANALYSIS AND DESIGN. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved Competencies Describe the six phases of the.
Foundation Degree IT Project Methodologies (for reference)
Chapter 10.
1 Building and Maintaining Information Systems. 2 Opening Case: Yahoo! Store Allows small businesses to create their own online store – No programming.
INFORMATION SYSTEM APPLICATIONS System Development Life Cycle.
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.
1 UNIT 20 Software Engineering Lecturer: Ghadah Aldehim.
System Analysis (Part 2) The System Development Life Cycle Problem Selection and Feasibility Study.
End HomeWelcome! The Software Development Process.
 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.
Advanced Higher Computing SOFTWARE DEVELOPMENT PROCESS.
Systems Analysis and Design
Systems Life Cycle A2 Module Heathcote Ch.38.
 System Development Life Cycle System Development Life Cycle  SDLC Phases SDLC Phases Phase 1: Preliminary Investigation Phase 2: Feasibility Study.
Introduction to Software Development. Systems Life Cycle Analysis  Collect and examine data  Analyze current system and data flow Design  Plan your.
Test and Review chapter State the differences between archive and back-up data. Answer: Archive data is a copy of data which is no longer in regular.
Software Development Life Cycle by A.Surasit Samaisut Copyrights : All Rights Reserved.
Topics Covered Phase 1: Preliminary investigation Phase 1: Preliminary investigation Phase 2: Feasibility Study Phase 2: Feasibility Study Phase 3: System.
Systems Development Life Cycle
CISB113 Fundamentals of Information Systems IS Development.
Systems Development The Kingsway School. Systems Development This is carried out when a company is having a problem. They usually employ an ICT Consultant.
第 11 組 MIS 報告. Phases of any information system ~ recognition of a business problem or opportunity ~ recognition of a business problem or opportunity.
INTRODUCTION TO PROGRAMMING. Program Development Life Cycle The program development life cycle is a model that describes the stages involved in a program.
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.
Introduction to System Analysis and Design MADE BY: SIR NASEEM AHMED KHAN DOW VOCATIONAL & TECHNICAL TRAINING CENTRE.
Unit F451 Computer Fundamentals Components of a Computer System Software Data: Its representation, structure and management in information.
MANAGEMENT INFORMATION SYSTEM
System.
Fundamentals of Information Systems, Sixth Edition
Systems Implementation,
Gary Hughes, South Oakleigh College
Systems Analysis and Design
System Development Life Cycle (SDLC)
Developing Information Systems
System Development Life Cycle (SDLC)
System Development Life Cycle (SDLC)
CHAPTER 2 Testing Throughout the Software Life Cycle
Systems Design, Implementation, and Operation
Introduction to Systems Analysis and Design
Systems Analysis and Design
System Development Life Cycle (SDLC)
Building Information Systems
5 POINT PLAN THE SYSTEMS LIFE CYCLE ANALYSE DESIGN
(System Development Life Cycle)
What is a System? A system is a collection of interrelated components that work together to perform a specific task.
Building Information Systems
Presentation transcript:

INFORMATION TECHNOLOGY Solving Problems Using IT

Introduction Computers are used in all areas of business, industry, government, education, transport, medicine, everywhere. Each one of these applications arose as someone’s solution to a problem. Solving a problem may be seen as a number of main stages. In producing a solution, a new information system is developed.

System Life Cycle The sequence of steps in developing a new system to solve a problem is called the system life cycle. A systems analyst analyses existing systems and develops new ones.

System Life Cycle The main steps in the system life cycle are: problem recognition; feasibility study; analysis of the problem; design of a new system; construction of the new system; conversion from the old system to the new; maintenance and review of the new system.

Problem Recognition Problem Recognition establishes what exactly the problem is. It is a preliminary study of the situation You would study the following; A situation A user A problem

Feasibility Study A feasibility study establishes whether or not a new system is a good idea, and estimates the time and resources required to develop it. Management has to approve the feasibility report before the project can go ahead.

Analysis of the problem Once permission to go ahead an analysis is done to: Study the existing system - interview users of the current system, read any manuals or instructions that are in use and observe the system in operation Work out what the new system requires. Decide what the new system has to do.

Design of the new system At the design stage: different possible solutions are considered; it is decided whether new software and hardware is required; a design is prepared of the new system including: data capture, type of user interface, validation methods, data files, output and security. diagrams produced include: system flowcharts and program flowcharts or structure diagrams.

Construction of the new system Construction of the new system includes: writing new programs; system testing and debugging; acceptance testing; producing technical and user documentation; users are trained to use the new system

Conversion to the new system Software and hardware needs to be installed Files need to be converted Conversion can be carried out as: a direct change over; parallel working; a phased introduction. System maintenance and review Repair faults; Monitor and solve problems; Upgrade as requirements change

EXAM QUESTIONS Jean has to write a program that helps young children to add and subtract. Suggest three things Jean should do to improve her understanding of what the children need. Give three pieces of advice to Jean to help her to design the program specially for the children. Grade D Describe the following stages involved in producing an information system: Designing Testing Grade C

EXAM QUESTIONS A computer is being installed in a theatre to deal with bookings. It is to replace the manual system used for bookings. Give three activities which a systems analyst should carry out when analysing an existing system. When the system is installed parallel running takes place. What is parallel running? When is it no longer necessary? Grade C

Problem recognition ibi Maintenance and review Feasibility study THE SYSTEM LIFE CYCLE Conversion Analysis Design Construction