CS206 System Analysis and Design Note 1 By ChangYu 1 Course Information Lecturer NameCHANG YU Web sitewww.chuhai.edu.hk/changyu/www.chuhai.edu.hk/changyu/

Slides:



Advertisements
Similar presentations
System Development Life Cycle (SDLC)
Advertisements

Systems Investigation and Analysis
IFS310: Week 3 BIS310: Structured Analysis and Design 5/4/2015 Process Modeling and Data Flow Diagrams.
Introduction To System Analysis and Design
Chapter 1 Assuming the Role of the Systems Analyst
IS 421 Information Systems Management James Nowotarski 16 September 2002.
12 C H A P T E R Systems Investigation and Analysis and Analysis.
IS240: Information System Analysis & Design
Fundamentals of Information Systems, Second Edition
Systems Development Life Cycle
Chapter 1 Assuming the Role of the Systems Analyst
Data Analysis (and User Interaction) GEOG 463 5/7/04.
Data Modeling Introduction. Learning Objectives Define key data modeling terms –Entity type –Attribute –Multivalued attribute –Relationship –Degree –Cardinality.
1 Managing the development of information systems (Part 1) BUS Abdou Illia, Fall 2012 (November 12, 2012)
SYSTEMS ANALYSIS. Chapter Five Systems Analysis Define systems analysis Describe the preliminary investigation, problem analysis, requirements analysis,
Requirements Modeling
Structured Vs. Object Oriented Analysis and Design SAD Vs. OOAD
Continuation From Chapter From Chapter 1
Systems Analysis and Design: The Big Picture
1 Prof. Dr. Nizamettin AYDIN
Introduction To System Analysis and design
Issues in Teaching Software Engineering Virendra C. Bhavsar Professor and Director, Advanced Computational Research Laboratory Faculty of Computer Science.
Strategies for IT Adoption in the Building Industry © 2002 Prof. C.M. Eastman & Dr. R. Sacks Modeling business, engineering and management processes.
Lecture Outline 11 The Development of Information Systems Chapter 8 page 390+
CIS 321—IS Analysis & Design
Chapter 2: Approaches to System Development
Management Information Systems, 4 th Edition 1 Chapter 15 Systems Development.
System Analysis & Design Introduction: System Analysis and design course intents to help students understand its importance in developing systems that.
INFORMATION SYSTEM APPLICATIONS System Development Life Cycle.
Managing the development and purchase of information systems (Part 1)
Chapter 9 Describing Process Specifications and Structured Decisions
Chapter 14 Information System Development
Introduction To System Analysis and Design
Chapter 9 Moving to Design
1 Systems Analysis and Design in a Changing World, Thursday, January 18, 2007.
Department of Industrial Engineering Sharif University of Technology Session # 1.
Chapter 12 Information System Development. Chapter 12 Objectives Next List the phases in the system development life cycle Identify the guidelines for.
Systems Analysis and Design
DatabaseCSIE NUK1 Fundamentals of Database Systems Wen-Yang Lin Dept. of Computer Science and Information Engineering National University of Kaohsiung.
Software Development Life Cycle by A.Surasit Samaisut Copyrights : All Rights Reserved.
Connecting with Computer Science2 Objectives Learn how software engineering is used to create applications Learn some of the different software engineering.
Department of Industrial Engineering Sharif University of Technology Session #9.
Chapter 1 Introduction to Systems Design and Analysis Systems Analysis and Design Kendall and Kendall Sixth Edition.
Module 4: Systems Development Chapter 13: Investigation and Analysis.
1Lecture 8 Introduction to Systems Analysis l Objectives –Explain how systems analysis relates to business needs, problems, and opportunities –List and.
ANALYSIS PHASE OF BUSINESS SYSTEM DEVELOPMENT METHODOLOGY.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 12 Exploring Information System Development.
1 Systems Analysis & Design 7 th Edition Chapter 2.
2 Systems Analysis – ITEC 3155 Systems Analysis Tasks.
1 Software Development Life cycle (SDLC). Phases of SDLC 2 Requirement Analysis (Defining Requirement) Designing (Design) Coding (Implementation) Software.
SYSTEM ANALYSIS AND DESIGN LAB NARZU TARANNUM(NAT)
Public Management Information Systems System Analysis & Design Saturday, June 11, 2016 Hun Myoung Park, Ph.D. Public Management & Policy Analysis Program.
BMTS Computer Programming Pre-requisites :BMTS 242 –Computer and Systems Nature Of the Course: Programming course, contain such as C, C++, Database.
Chapter 1 Assuming the Role of the Systems Analyst.
Systems Development Life Cycle
Fundamentals of Information Systems, Sixth Edition
Systems Analysis & Design N106
Fundamentals of Information Systems, Sixth Edition
Systems Analysis and Design
FORMAL SYSTEM DEVELOPMENT METHODOLOGIES
The Development of Information Systems Chapter 8 page 348+
Software Development Life cycle
Managing the development of information systems (Part 1)
University of Houston-Clear Lake
Members: Keshava Shiva Sanjeeve Kareena
Systems Development Life Cycle
UNIT No- III- Leverging Information System ( Investing strategy )
Public Management Information Systems System Analysis Thursday, August 01, 2019 Hun Myoung Park, Ph.D. Public Management & Policy Analysis Program Graduate.
Week 10 Systems Development
Presentation transcript:

CS206 System Analysis and Design Note 1 By ChangYu 1 Course Information Lecturer NameCHANG YU Web sitewww.chuhai.edu.hk/changyu/ Course CodeCS206 Course TitleSystems Analysis and Design Credit Unit2 CategoryMajor Course Teaching Pattern2 lecture periods per week

CS206 System Analysis and Design Note 1 By ChangYu 2 Course Aims: To teach students the techniques for analysing and designing information systems. Course Objectives: To define and describe in details the seven phases of the systems development life cycle (SDLC). To learn the skill of drawing data flow diagrams and making structured decisions. To get a concept of Unified Modelling Language for database design. Syllabus: The role of Systems Analysts Systems Development Life Cycle (SDLC) Feasibility study, Prototyping, Data Flow Diagrams Data Dictionary, Structured Decisions Software Engineering, Unified Modeling Language

CS206 System Analysis and Design Note 1 By ChangYu 3 Lecture Notes Assessment Project Grading Policy Attendance5% Assignment10% Project25% Mid-term Examination15% Final Examination45% Teaching materials Text Book: System Analysis and Design Kendall & Kendall Sixth Edition

CS206 System Analysis and Design Note 1 By ChangYu 4 Part I: System Analysis Fundamentals Part II: Information Requirements Analysis Part III: The Analysis Process Part IV: The Essentials of Design Part V: Software Engineering and Implementation Brief tour of the sixth edition

CS206 System Analysis and Design Note 1 By ChangYu 5 WeekTopicsKey Words 1 Assuming the roles of the system analyst Types of system System development life cycle 2 Understanding organization style and its impact on information system Organization as system Depicting systems graphically (DFD) Levels of management 3 Managing projects, Designing activities and scheduling projects Determining feasibility Tools: Gantt charts pert diagrams Computer-Based project scheduling 4 Determining feasibility, initiating and planning system development projects Economic feasibility, Technical feasibility Operational feasibility Schedule feasibility 5 Information gathering with interactive and unobtrusive methods Interviewing, Joint application design Questionnaires, Sampling, Investigation 6 Prototyping, RAD, and Extreme Programming Basic concepts, RAD, EP Advantage and disadvantage of prototyping 7 & 8 Structuring system requirements & process modeling Process Modeling and structure Data Flow Diagram Process, Entry

CS206 System Analysis and Design Note 1 By ChangYu 6 Week TopicsKey Words 10Analyzing system using dictionaries DFD Description Form, data structure Data element, Data store Description form 11Structuring system requirements: Logic Modeling Process specification form, structured decision 12Structuring system requirements: Conceptual Data Modeling Data Modeling, Top-Down Approach, Bottom-Up Approach, Basic Symbols, ER Diagram 13Input Design & Output Design Input Design concepts & Guidelines: GUI controls Design and Prototype input / output. 14Designing Database Conventional files: DB data concepts, DB concepts Normalization, Denormalization 15Introduction to Software Engineering Software Engineering & Management, Software Design Process, Different approaches 16Object-Orient Analysis Design Basic concepts, Objects, Class, Inheritance Benefits in using Object Approach 17&18Unified Modeling Language UML, Use Case Diagram, Class Diagram Sequence Diagram, Statechart Diagram