Module 2… Talking with computers

Slides:



Advertisements
Similar presentations
Introduction to Object Orientation System Analysis and Design
Advertisements

Data Flow Diagram (DFD) Overview
GCSE ICT By the end of this session, you will be able to: Explain main features of ATM machines Identify features of credit cards, debit cards, smart cards.
WirelessBanc V1.1 MOBILIses Your Business Cybermate’s.
IS2210: Systems Analysis and Systems Design and Change
USE CASE – ATM EXAMPLE Actors: ATM Customer ATM Operator Use Cases: The customer can withdraw funds from a checking or savings account query the balance.
Task Analysis Summer Introduction In the last chapter we looked through the UCSD process. We identified TA as an important part of the system.
Requirements and Design
Information System Design IT60105 Lecture 3 System Requirement Specification.
3.4 Electronic Monetary Processing. Overview Demonstrate and apply knowledge and understanding of: − EFT and identify the advantages and disadvantages.
Chapter 12 ATM Case Study, Part 1: Object-Oriented Design with the UML
Elisati Hulu. Definition  “a deliverable-oriented hierarchical decomposition of the work to be executed by the project team to accomplish the project.
1 SYS366 Week 1 - Lecture 2 How Businesses Work. 2 Today How Businesses Work What is a System Types of Systems The Role of the Systems Analyst The Programmer/Analyst.
FIS 431/631 Financial Information Systems: Analysis and Design Process Modeling Joe Callaghan Oakland University Department of Accounting & Finance.
Introduction to Software Engineering Dr. Basem Alkazemi
Program Management Portal: Request Management, PCRs and the Client
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved Marketing Concept, Customer Needs, American Marketing Association, Customers, Employees,
1 Lab Beginning Analysis and Design 4 Completion of first version of use case diagram initiates the processes of analysis and design. 4 UML provides.
Use Case Modeling. Use case diagram For each use case we develop  Object class diagram (with attributes only)  System sequence diagram (analysis) 
Chapter 3 Accounting for Current Accounts Department
1 CSC103: Introduction to Computer and Programming Lecture No 13.
Use Cases 2 ENGR ♯10 Peter Andreae
Strategic Planning and the Marketing Management Process.
Copyright © 2011 The McGraw-Hill Companies All Rights ReservedMcGraw-Hill/Irwin Chapter 1 Strategic Planning and the Marketing Management Process.
By D r. V e e r a.
Introduction to information systems
Mobile Agent Technology for the Management of Distributed Systems - a Case Study Claudia Raibulet& Claudio Demartini Politecnico di Torino, Dipartimento.
ICT in Banking.
Web Engineering Web engineering is the process used to create high quality WebApps. Web engineering is not a perfect clone of software engineering. But.
E-banking in Hong Kong Financial institution in Hong Kong Group 6.
Balancing a Check Register:. Check Register: A personal record of the transactions against a checking account.
Systems Analysis and Design
Accounting Information System By Rizwan Waheed M.Com 710.
Best Practices FX Business. Pre-trade preparation and documentation.
APC Opportunity Management Training1January 2006  Seven logical stages  Aligned with the Account’s buying stages  Illustrates how we sell, interact.
Strategic Planning and the Marketing Management Process © 2007 The McGraw-Hill Companies, Inc., All Rights Reserved. McGraw-Hill/Irwin Marketing Management,
Introduction to Business Analytics & Business Intelligence Information Systems Functions i-Clicker Demo IS vs IT IPO Model Note Taking.
Interconnection with T2S
Learning Intentions Explain what an ATM is and the facilities offered Identify the stages of withdrawing cash from an ATM List the advantages and disadvantages.
Fundamental Skills The skills needed as a base for further development You will be better prepared to progress in the world of work when you can: Manage.
Nigel Mossman Standard Data systems Limited.  A task that can be performed in an Agile Project  Describes a user requirement or feature  Written in.
Lesson 1 Technology and Computers. Objectives Define technology Understand the history of technology and its impact on society Define computer Recognize.
Speech Processing 1 Introduction Waldemar Skoberla phone: fax: WWW:
 Account names need to be entered ONLY if there is NOT a special column. ◦ Mini-Case  One line is sufficient for most transactions.  Exception - purchasing.
The Information Systems Development Processes Chapter 9.
Chapter 1 (Text book: Cost Accounting, 12th ed.)
Identification of new tech
Modern Electronic Banking
CMPE 280 Web UI Design and Development August 29 Class Meeting
Introduction to Computers, the Internet and the World Wide Web
ATM OO Design and Implementation Case Study
How does it work? What is it made of? What is it made of?
Strategic Planning and the Marketing Management Process
Dynamic Modeling of Banking System Case Study - I
Introduction to project accounting
TOPIC : PRODUCT AND SERVICE DESIGN
EzyAccounting An Accounting Software An Accounting Software By: Delicate Software Solutions Dubai, Manage Your Business… Not Just Accounts.
Auditing Application Controls
Software Requirements
Top 6 Strategies of Digital Marketing.
How Can I Add Cash Flow Accounts In Quicken
Online Testing System Assessment Viewing Application (AVA)
Software Engineering System Modeling Chapter 5 (Part 1) Dr.Doaa Sami
Online Testing System Assessment Viewing Application (AVA)
SECTION 4-4 Bank Statements pp
Software Engineering System Modeling Chapter 5 (Part 1) Dr.Doaa Sami
Welcome W 8.1 Introduction to Engineering Design II (IE 202)
Quarterly Business Review Template
OU BATTLECARD: E-Business Suite Courses and Certifications
Uses of Telecommunications & ICT
Presentation transcript:

Module 2… Talking with computers Design strategies Module 2… Talking with computers

Good design key to the creation of successful ICT systems technical performance appropriate standards at another level with the purely aesthetic features. Reliability, ease of use, manufacturing considerations are equally important. marketing

Stair strategy Statement – prepare a clear statement of the requirements. Tools – review your tools and select the most appropriate for the task. Actions – deciding the what, when and how. Implementation – executing the action plan. Review – verifying that your solution fulfils the requirements.

Design tools hierarchical task decomposition (HTD) top-down design flowcharting

Decomposing the ATM tasks Provide the user with a welcome message. Offer the user a predefined list of service options, which should include: cash withdrawal, account balance, request a new cheque-book, and termination of the transaction. Recognize the service option selected and provide the user with confirmation. Provide the user with the option to select another service. Provide the user with a polite closure message when no service option can be recognized.

Flowcharts

Initial flowchart for ATM

Alternate flowchart for ATM