Information system analysis and design

Slides:



Advertisements
Similar presentations
Chapter 1: Information Technology
Advertisements

Information Systems in Business
Software Modeling SWE5441 Lecture 3 Eng. Mohammed Timraz
Copyright 2007 Wiley & Sons, Inc. Chapter 11 Introduction to Information Systems HTM Management Information Systems College of Business Administration.
Information Systems in Business Lecture : 02 UOITC UOITC Business Information Technology Department Dr. Alla Talal Yassin.
Software Engineering COMP 201
Lecture 13 Revision IMS Systems Analysis and Design.
Fundamental System Concepts Asper School of Business University of Manitoba Systems Analysis & Design Instructor: Bob Travica Updated: September 2014.
1 Objective of today’s lesson S oftware engineering occurs as a consequence of a process called system engineering. Instead of concentrating solely on.
Copyright 2007 Wiley & Sons, Inc. Chapter 11 COURSE INTRODUCTION  LECTURER INTRODUCE HIM OR HERSELF  LECTURER EXPLAIN SAP AND MP  LECTURER EXPLAIN THE.
Lecture 1.
Business systems are computer-based information systems that provide organizations with valuable information in a timely and effective manner to allow.
INTRO TO INFORMATION SYSTEMS DEVELOPMENT IS 340 BY CHANDRA S. AMARAVADI 1.
System Analysis & Design Introduction: System Analysis and design course intents to help students understand its importance in developing systems that.
1 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Introduction To Computer System
المحاضرة الثالثة. Software Requirements Topics covered Functional and non-functional requirements User requirements System requirements Interface specification.
Foundations of Information Systems
Software Requirements Engineering CSE 305 Lecture-2.
OBJECT ORIENTED SYSTEM ANALYSIS AND DESIGN. COURSE OUTLINE The world of the Information Systems Analyst Approaches to System Development The Analyst as.
1 INTERNET USAGE CHAPTER 3 Presented by: Eyad Almassri.
Prepared By Dr. Ahmet KABARCIK IE 101 – Indutrial Engineering Orientation Information Systems and Technology
Software Engineering Prof. Ing. Ivo Vondrak, CSc. Dept. of Computer Science Technical University of Ostrava
Chapter 1 1 Lecture # 1 & 2 Chapter # 1 Databases and Database Users Muhammad Emran Database Systems.
Chapter 1 Foundations of Information Systems in Business.
Software Engineering1  Verification: The software should conform to its specification  Validation: The software should do what the user really requires.
Chapter7 TELECOMMUNICATIONS AND NETWORKS. Content e-Business Systems – Cross-Functional Enterprise Applications – Enterprise Application Integration –
Foundations of Information Systems in Business. System ® System  A system is an interrelated set of business procedures used within one business unit.
 An Information System (IS) is a collection of interrelated components that collect, process, store, and provide as output the information needed to.
Foundations of Information Systems in Business
Information system in tourism. Tourism industry The World Tourism Organization defines tourists as people "traveling to and staying in places outside.
Fundamentals of Information Systems Dr. Hanan Moussa.
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School THE INTERNET AND ELECTRONIC COMMERCE LESSON 10.
Chapter 1 WHAT IS A COMPUTER Faculty of ICT & Business Management Tel : BCOMP0101 Introduction to Information Technology.
CS220:INTRODUCTION TO SOFTWARE ENGINEERING CH1 : INTRODUCTION 1.
Accounting Information Systems: An Overview
A.M. Mustehsan E Commerce: Chapter-1
Chapter 1- Introduction
Fundamentals of Information Systems, Sixth Edition
Information Systems.
ENTERPRISE MODELLING KSI 1404
Discovering Computers 2010: Living in a Digital World Chapter 14
Chapter 2: Database System Concepts and Architecture - Outline
The Internet Industry Week Two.
Database System Concepts and Architecture
Subject Name: MANGEMENT INFORMATION SYSTEM Subject Code:10IS72
Foundations of Information Systems in Business
Computer Software Lecture 5.
Chapter 1- Introduction
The Systems Engineering Context
Application of the Internet
Building Information Systems
Frequently asked questions about software engineering
Computers Are Your Future
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Concepts of Information Systems
E-Commerce Lecture 6.
Information System and Management
BUS 201: Introduction to Business
Chapter 7 e-Business Systems.
Chapter 6 Innovative Systems: From E-Government and E-Learning to C2C E-Commerce and Collaborative Commerce.
Introduction to Information Systems, 1st Edition
Introduction to Information Systems
CS 8532: Advanced Software Engineering
Multimedia and Projects
Chapter-1 Computer is an advanced electronic device that takes raw data as an input from the user and processes it under the control of a set of instructions.
Outline Context for database development Goals of database development
Integrating Educational Technology into the Classroom
Information system analysis and design
Information system analysis and design
Presentation transcript:

Information system analysis and design Dr. Dina Tbaishat

Recap Last lecture we discussed the concept of a system and its properties Today we shall highlight the concept of information systems and the need for system development models

Information System Collection of hardware and software for collecting storing and processing data to deliver meaningful information. Information systems manage organizations’ operations Types of information systems: Transaction processing systems (ex: payroll) Operations information systems (ex: sales) information system, an integrated set of components for collecting, storing, and processing data and for delivering information, knowledge, and digital products. Business firms and other organizations rely on information systems to carry out and manage their operations, interact with their customers and suppliers, and compete in the marketplace. For instance, corporations use information systems to reach their potential customers with targeted messages over the Web, to process financial accounts, and to manage their human resources. Governments deploy information systems to provide services cost-effectively to citizens. Digital goods, such as electronic books and software, and online services, such as auctions and social networking, are delivered with information systems. Individuals rely on information systems, generally Internet-based, for conducting much of their personal lives: for socializing, study, shopping, banking, and entertainment.

Computer-based information system An information system that uses computer technology to carry out some or all of its planned functions. Its main components are: Hardware- these are the devices like the monitor, processor, printer and keyboard, all of which work together to accept, process, show data and information. Software- are the programs that allow the hardware to process the data.

Databases- grouping of data into tables, having all related data that describe one entity in one table. Networks- connecting various devices to share resources Procedures- are the commands for combining the components above to process information in attempt to come up with the output

There is always a need to develop information systems that serve different organizations and that can be deployed in various contexts There is also a need to follow certain procedures to enable developers to produce systems that satisfy their intended requirements This will lead us to the concept of system development life cycle and its models…

definitions The following definitions are taken from (Sommerville, 2001): System engineering: it is concerned with all aspects of computer-based systems development (hardware, software and processes) Software: computer programmes and associated documentation, usually a software product is developed either for a customer or for a general market Software engineering: concerned with software production (part of system engineering)

Challenges Facing legacy systems Distributed systems across networks that include different types of computers / support systems Building systems is time consuming Therefore, innovative methods are needed !

Computer-based information system development life cycle This process includes all the stages from specification, design, development, integration to finally testing Specification, the first stage which is intended to decide on the services required from the system and the constraints on its operation  requirements engineering Why is this stage important ??? Because errors can be avoided

This process leads to the production of a requirements document (the specification of the system) This document usually has two levels of detail: the end users and customers need high-level statement of requirements, while developers need a more detailed system specification The requirements document shall be discussed in detail later

Design is the second stage in system development and it refers to the structure of the software to be implemented, the data and the interfaces between the components. Examples of design methods are: data flow model, entity-relation model, object oriented methods (such as class diagram) Development is the third stage and it is concerned with programming, using specific programming language such as java, .Net

Integration is the fourth stage, where bringing the component subsystems together into one system takes place Testing is the last stage of system development, it tests the system upon completion to make sure it satisfies its intended requirements This course focuses on system analysis and design only, it doesn’t consider the rest of the system development stages.