INFS 328 Systems Analysis and Design

Size: px
Start display at page:

Download "INFS 328 Systems Analysis and Design"

Transcription

1 INFS 328 Systems Analysis and Design Session 13 Systems Analysis and Construction Tools Lecturer: Prof. Ellis Edwin Badu, Dept. of Information Studies Contact Information: College of Education School of Continuing and Distance Education 2017

2 Session Overview As stated in session 1, a number of tools and techniques are used by systems analysts and designers to analyse and synthesise systems functions or units. Two were briefly described. This session will demonstrate to you how to construct some of the tools for analysing and designing systems namely; systems flow chart, data flow diagram, entity relationship diagram, entity life history and decision tables. Slide 2

3 Session Outline The key topics to be covered in the session are as follows: Systems Flow Chart Data Flow Diagram Entity Relationship Diagram Entity Life History Decision Table Slide 3

4 Topic One SYSTEMS FLOW CHART Slide 4

5 Systems Flow Chart SYSTEM FLOW CHART System flow chart is a physical modeling tool that has various symbols to identify input and output operations, represent data or files and show media such as disks, documents and reports. It shows the overall structure of an Information System. It is used mainly as documentation on legacy systems Slide 5

6 Systems Flow Chart Advantages of Using System Flow Chart It defines procedures for new operations It highlights physical media used in systems, the various work stations through which data pass as well as the sequence of activities. Helps to avoid duplication Helps with the allocation of resources of staff to various jobs in the organization Slide 6

7 Systems Flow Chart Advantages of Using System Flow Chart Uses very much in systems where the information flow entails a large number of documents because it can show all input files, processing and output for a system. It is able to show origination, processing and destination of each document and the procedures employed by users. It is flexible and versatile Procedures can be compared to see which is best and it is very useful for feasibility study particularly when it is used to establish that automation is beneficial Slide 7

8 Systems Flow Chart DISADVANTAGES It provides little details on how processes are actually accomplished does not furnish the details of programs for a system. It reduces an entire program or set of programs into a single box. Slide 8

9 Symbols Systems Flow Chart There are many symbols used in systems flow charts. These are standard set of symbols developed by the American National Standards Institute (ANSI). Flow charts may also be drawn using software like Visio Professional, Corel Flow, System Architect, VISO Enterprise, Visible Analyst and ROSE. Symbol shapes indicate their meanings. Slide 9

10 Systems Flow Chart Symbols Slide 10

11 Systems Flow Chart Symbols Slide 11

12 Systems Flow Chart Symbols Slide 12

13 Systems Flow Chart Slide 13

14 Systems Flow Chart Slide 14

15 Systems Flow Chart Slide 15

16 Topic Two DATA FLOW DIAGRAM Slide 16

17 Data Flow Diagram Dataflow Diagram s (DFD s) The basic purpose of dataflow diagrams is to describe the flow of data between entities, processes and data stores. Analysts use dataflow diagrams to understand the flow of data into, out of, and within the organisation and to provide a basic understanding of how a system works. The highest level DFD is called a context diagram (or Level 0 DFD). This defines the system boundary and shows how all information enters and leaves the system. DFDs can be used on both manual and computerised systems, and can b e used to model the existing system in order to highlight any gaps in the current data flow or logic. The four symbols used in dataflow diagrams are as follows. Slide 17

18 Dataflow Symbols: Data Flow Diagram Dataflow - A dataflow indicates the movement of data from one location in the system to another location. A dataflow could be a letter, a verbal message, a telephone call an or a fax (i.e. it may or may not involve the transfer of a physical document). Slide 18

19 Dataflow Symbols: External Entity Data Flow Diagram An entity is either the destination or the source of data, which is external to the system. It may be people, groups or another organisation that either provide data to or receive data from the system. Slide 19

20 Dataflow Symbols: Data Store Data Flow Diagram Data stores are where data is held within the system and which receive dataflow. Examples of data stores are data files (manual or computerised), reports, documents and transaction records. Slide 20

21 Dataflow Symbols: Data Process Data Flow Diagram Data processes are processing activities carried out from a data store or which produce data for a data store. Again, data processes can be computerised or manual. A process simply uses data from storage and performs some kind of operation upon that data such as sorting, or re-calculating the data, then sends the processed data back to storage or as output to an external entity. Slide 21

22 Features of DFDs Data Flow Diagram As it is not possible to show all of the organisation s processes within one context diagram, it is necessary to explore DFDs in order to show increasingly detailed levels of processing. This decomposition has the following purposes: Shows clearly where data is stored Defines which processes change data Ensures data analysis is complete and thorough Slide 22

23 Features of DFDs Data Flow Diagram Provides a basis for software specification by indicating the processing functions required by systems software. Each DFD will take one of the processes within a higher level DFD and draw further DFDs of its internal processes. This is repeated until a level is reached whereby the process has been described in sufficient detail to design a computer program from the process description. Slide 23

24 Data Flow Diagram Slide 24

25 Questions Activity: The stores department of X Ltd send purchase requisition orders (PRO) to the purchasing department. The purchasing department clerk checks the purchase requisition, and if incorrect it is returned to the stores department for correction. If correct, the requisition is accepted and an order is processed using an existing file of approved suppliers. The order is then processed and sent to the supplier. The original requisition order document is put on file and a copy of the order is created and filed. Goods are delivered by the supplier and checked on receipt and received. The supplier then sends an invoice. The invoice is compared with the requisition order on file and if the invoice is queried it is returned to the supplier. Accepted invoices are passed to accounts who pay the invoice. Completed orders are filed. Prepare a DFD for the above process. Slide 25

26 Questions Slide 26

27 Topic Three ENTITY RELATIONSHIP DIAGRAM Slide 27

28 Entity Relationship Diagram Entity relationship modelling (ERM) Entity relationship modelling is a tool used within data analysis, and is structured around three basic concepts. An entity This is an item (person, product, activity, job, department or business) that is important to an organisation and about which information must be stored. For example, customers and suppliers are entities as are employees. Slide 28

29 Entity Relationship Diagram Attributes An attribute is a fact or characteristic of an entity which the business records. For example, the attributes recorded about an employee could include name, address, qualifications, department and current salary. Slide 29

30 Entity Relationship Diagram Relationship These are the logical links between entities. The degree of relationship between entities may be one of three, as shown below. 1. One-to-one relationship (1:1) means that the entity only relates to one other entity. That is, a student can only enrol on one degree. Slide 30

31 Entity Relationship Diagram Relationship 2. One-to-many relationship (1:N) means that an entity can relate to one or more other entities. One degree will contain many modules of study. Slide 31

32 Entity Relationship Diagram Relationship 3. Many-to-many relationship (M:N) means that a number of entities may relate to a number of other entities. These various modules are likely to be taught by a number of lecturers. Slide 32

33 Activity: Questions Z Ltd has many departments (containing a number of staff). Each department has only one manager, and these managers form the Management Board. The managers are all salaried and therefore are on the monthly payroll. The other staff within the department can either receive a salary (monthly) or can be paid wages (received weekly). Demonstrate the above using an ERM diagram. Slide 33

34 Answer to Activity Slide 34

35 Topic Four ENTITY LIFE HISTORY (ELH) Slide 35

36 Entity Life History (ELH) ELH is also sometimes referred to as an entity life cycle analysis. An entity life history is a representation of the processes that occur in the life of each individual entity, and is designed to show the way in which information within a system changes over time. An ELH shows what happens to an entity between its creation and its termination. The entity can go through three phases of development: recreation, amendment and termination. The important function of ELH analysis is the identification of the events and functions of an entity that cause the entity to change, rather than the analysis of the entity itself. Slide 36

37 Entity Life History (ELH) Slide 37

38 Entity Life History (ELH) There are three main symbols used within ELH diagrams; there is a rectangular box, within which can be placed either an asterix or a small circle. The top level shows the entity itself, and at each subsequent level the boxes read from left to right (in order of create, amend, delete). At the lower levels, the boxes represent events which occur within the life of the entity. If an event affects an entity many times, this can be shown by an asterix. For example, the above shows that the student will study numerous modules during the life cycle. Similarly, testing will consist of a number of examinations. The boxes with small circles in the top right hand corner indicate alternatives for particular events. For example, students may be learning or being tested but not at the same time. Similarly, for an examination, the student can either pass or fail, but not both. Slide 38

39 Topic Five DECISION TABLES Slide 39

40 Decision Tables Decision tables are used to describe the processing logic of a system. The most useful application of decision tables is in a situation where there may be a number of alternative conditions to evaluate. A decision table contains four quadrants: the conditions quadrant, the conditions entry quadrant, the action quadrant and the action entry quadrant. Slide 40

41 Decision Table Quadrants Decision Tables Slide 41

42 Method of Construction Decision Tables The decision table begins with the posing of a question. Starting with a basic example: do we offer credit facilities to our customers? From the question, establish the conditions and then complete the condition quadrant of the table. The conditions need to be formulated into a question format that can be answered by yes or no answers only. Slide 42

43 Decision Tables Method of Construction Thus, for the above example, the conditions could be as follows: Customers with orders under GH 100 do not receive credit facilities Customers with order valued between 100 euros and249 Ghana Cedis receive credit for one year. Existing customers rate of interest is 5 percent per annum, and new customers rate of interest is 7 per cent Existing customers with orders above GH 250 are offered credit terms at 7 per cent for one year, but new customers with orders over GH 250 must undertake a credit check procedure. Slide 43

44 Method of Construction Decision Tables Conditions order under GH 100? Order between 100 GH 249? Existing customer? Actions Conditions Entry Action Entry Slide 44

45 Method of Construction Decision Tables The next stage is to fill in the condition entry quadrant. The condition entry should contain the answers in yes or no format that will cover every possible condition in the condition quadrant. The condition entry quadrant is completed in the form of columns of combinations of yes and no answers. The number of columns is determined by 2 to the power of n, in being the number of questions in the conditions quadrant. In this case therefore, the number of columns s 23=8 Slide 45

46 Method of Construction Decision Tables The next stage is to methodically complete the condition entry quadrant by applying the halving rule. Conditions order under GH 100? Order between 100 GH 249? Existing customer? Actions Y Y Y Y N N N N Y Y N N Y Y N N Y N Y N Y N Y N Slide 46 Actions Entry

47 Method of Construction Decision Tables Now eliminate any impossible columns from the condition entry quadrant Conditions order under GH 100? Order between 100 GH 249? Existing customer? Actions Y Y Y Y N N N N Y Y N N Y Y N N Y N Y N Y N Y N Slide 47 Action Entry

48 Decision Tables Method of Construction In this question, the first two columns are impossible situations and can therefore be eliminated. The next stage is to complete the action quadrant, by listing the possible alternative actions that can be carried out. Conditions order under GH 100? Order between GH 249? Existing customer? Actions No credit given Credit given 1 year at 5% Credit for 1 year at 7% Credit check Slide Y Y N N N N N N Y Y N N Y N Y N Y N Action Entry

49 Decision Tables Method of Construction Now complete the action entry quadrant by considering each possible combination of conditions, and place an x in the action entry quadrant to indicate action to be taken. Conditions order under GH 100? Order between GH 49? Existing customer? Actions No credit given Credit given 1 year at 5% Credit for 1 year at 7% Credit check Y Y N N N N N N Y Y N N Y N Y N Y N XX X XX X Slide 49

50 References Checkland, P. (1999). System Thinking, System Practice. Chiches: John Wiley. O Brien, J. A. (2003). Introduction to Information Systems: Essentials for E-Business Enterprise. Boston: Irwin O Leary, I. and O leary, T. I. (2004). Computing Today. Boston: Mc Craw-Hill Rowley, J. (1990). The Basics of Systems Analysis and Design for Information Managers. Ludin: Clive Bingley Whitten, J. et al (2000). Systems Analysis and Design Methods. 6th ed., Boston: Mc Craw-Hill Slide 50

INFS 328 Systems Analysis and Design

INFS 328 Systems Analysis and Design INFS 328 Systems Analysis and Design Session 6 System Design Part 1 Lecturer: Prof. Ellis Edwin Badu, Dept. of Information Studies Contact Information: eebadu@ug.edu.gh College of Education School of Continuing

More information

1. The narratives, diagrams, charts, and other written materials that explain how a system works are collectively called

1. The narratives, diagrams, charts, and other written materials that explain how a system works are collectively called CH 3 MULTIPLE CHOICE 1. The narratives, diagrams, charts, and other written materials that explain how a system works are collectively called a) documentation. b) data flows. c) flowcharts. d) schema.

More information

(Murlidhar Group of Institutions,Bhavnagar Road, Rajkot) by:-assit. Prof. Vijay Vora (SOOADM) MCA-III

(Murlidhar Group of Institutions,Bhavnagar Road, Rajkot) by:-assit. Prof. Vijay Vora (SOOADM) MCA-III Analysis Modeling What is Analysis Modeling? Analysis modeling uses a combination of text and diagrammatic forms to depict(represent) requirements for data, function, and behavior These text and diagrammatic

More information

Modelling: Review. Modelling Information Systems. Models in analysis and design. Process Modelling. Modelling perspectives

Modelling: Review. Modelling Information Systems. Models in analysis and design. Process Modelling. Modelling perspectives Modelling: Review IMS100 Systems Analysis and Design Topic Review of Process Modelling Why do we do it? Communication and understanding Simplification all models are simplifications of the real world:

More information

INFS 214: Introduction to Computing

INFS 214: Introduction to Computing INFS 214: Introduction to Computing Session 9 The System Unit Lecturer: Dr. Ebenezer Ankrah, Dept. of Information Studies Contact Information: eankrah@ug.edu.gh College of Education School of Continuing

More information

Characteristic of the Proposed System. Characteristic of the Proposed System DFD. ER Diagram. Functions used DISADVANTAGES OF PRESENT WORKING SYSTEM

Characteristic of the Proposed System. Characteristic of the Proposed System DFD. ER Diagram. Functions used DISADVANTAGES OF PRESENT WORKING SYSTEM Table of contents:- Project Description Functions used Project Vision Feasibility Study Working Of Present System DISADVANTAGES OF PRESENT WORKING SYSTEM Characteristic of the Proposed System Characteristic

More information

CHANGES IN CASE STUDY FORMAT: PAPER P3, BUSINESS ANALYSIS. The Institute of Information Systems Architects (IISA) was founded in 1999 by

CHANGES IN CASE STUDY FORMAT: PAPER P3, BUSINESS ANALYSIS. The Institute of Information Systems Architects (IISA) was founded in 1999 by CHANGES IN CASE STUDY FORMAT: PAPER P3, BUSINESS ANALYSIS CASE STUDY SCENARIO AND QUESTIONS Case study The Institute of Information Systems Architects (IISA) was founded in 1999 by representatives of a

More information

1. i. What are the 3 major components of a information system and show their relationship input output

1. i. What are the 3 major components of a information system and show their relationship input output Higher National Diploma in Information Technology First Year, Second semesterexamination-2011 IT2005: System Analysis and Design Answer Script No. of pages: 11 1. i. What are the 3 major components of

More information

information process modelling DFDs Process description

information process modelling DFDs Process description Process modelling IMS9300 IS/IM FUNDAMENTALS information process modelling DFDs Process description processes are the action part of businesses process modelling graphically represents the processes which

More information

Data and Process Modeling

Data and Process Modeling Chapter 5 Data and Process Modeling 5 CHAPTER Data and Process Modeling Chapter 5 is the second of four chapters in the systems analysis phase of the SDLC. This chapter discusses data and process modeling

More information

Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license.

Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license. Working with Health IT Systems is available under a Creative Commons Attribution-NonCommercial- ShareAlike 3.0 Unported license. Johns Hopkins University. Welcome to the Fundamentals of Health Workflow

More information

We move from a general information system to a Computer Based Information System

We move from a general information system to a Computer Based Information System Introduction to Information Systems: In this section of the course we start to think of the computer as just being a component in a system which may contain one or many computers linked together. An Information

More information

Unit title: IT in Business: Advanced Databases (SCQF level 8)

Unit title: IT in Business: Advanced Databases (SCQF level 8) Higher National Unit Specification General information Unit code: F848 35 Superclass: CD Publication date: January 2017 Source: Scottish Qualifications Authority Version: 02 Unit purpose This unit is designed

More information

Software Engineering Prof.N.L.Sarda IIT Bombay. Lecture-11 Data Modelling- ER diagrams, Mapping to relational model (Part -II)

Software Engineering Prof.N.L.Sarda IIT Bombay. Lecture-11 Data Modelling- ER diagrams, Mapping to relational model (Part -II) Software Engineering Prof.N.L.Sarda IIT Bombay Lecture-11 Data Modelling- ER diagrams, Mapping to relational model (Part -II) We will continue our discussion on process modeling. In the previous lecture

More information

DATABASE DEVELOPMENT (H4)

DATABASE DEVELOPMENT (H4) IMIS HIGHER DIPLOMA QUALIFICATIONS DATABASE DEVELOPMENT (H4) December 2017 10:00hrs 13:00hrs DURATION: 3 HOURS Candidates should answer ALL the questions in Part A and THREE of the five questions in Part

More information

INFS 214: Introduction to Computing

INFS 214: Introduction to Computing INFS 214: Introduction to Computing Session 4 Input Technology Lecturer: Dr. Ebenezer Ankrah, Dept. of Information Studies Contact Information: eankrah@ug.edu.gh College of Education School of Continuing

More information

Chapter System Analysis and Design. 5.1 Introduction

Chapter System Analysis and Design. 5.1 Introduction Chapter 5 5. System Analysis and Design 5.1 Introduction Using of correct and clear System Analysis and Design methodology helps to close the communication gaps between business people and IS developers,

More information

BSc (Honours) Computer Science Curriculum Outline

BSc (Honours) Computer Science Curriculum Outline BSc (Honours) Computer Science Curriculum Outline 1. Introduction: The economic and strategic importance provided by Computer Science and Information Technology is increasing daily. This importance is

More information

INFS 214: Introduction to Computing

INFS 214: Introduction to Computing INFS 214: Introduction to Computing Session 6 Storage Technologies Lecturer: Dr. Ebenezer Ankrah, Dept. of Information Studies Contact Information: eankrah@ug.edu.gh College of Education School of Continuing

More information

Introduction Database Technology [DBTECO601]

Introduction Database Technology [DBTECO601] Introduction Database Technology [DBTECO601] Thomas D. Devine http://www.noucamp.org thomas.devine@lyit.ie September 8, 2008 1 Contents 1 Document Information 4 2 Introduction 4 3 Traditional File-Based

More information

QM Chapter 1 Database Fundamentals Version 10 th Ed. Prepared by Dr Kamel Rouibah / Dept QM & IS

QM Chapter 1 Database Fundamentals Version 10 th Ed. Prepared by Dr Kamel Rouibah / Dept QM & IS QM 433 - Chapter 1 Database Fundamentals Version 10 th Ed Prepared by Dr Kamel Rouibah / Dept QM & IS www.cba.edu.kw/krouibah Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 1 Objectives

More information

A guide to setting up and using your NOW: Pensions Trust bureau microsite. Bureau user guide v2 PM /5

A guide to setting up and using your NOW: Pensions Trust bureau microsite. Bureau user guide v2 PM /5 A guide to setting up and using your NOW: Pensions Trust bureau microsite Bureau user guide v2 PM00050.0815/5 0 Bureau Site Management initial set up and data maintenance Contents: Step 1 Logging in for

More information

Excel Tips for Compensation Practitioners Weeks Text Formulae

Excel Tips for Compensation Practitioners Weeks Text Formulae Excel Tips for Compensation Practitioners Weeks 70-73 Text Formulae Week 70 Using Left, Mid and Right Formulae When analysing compensation data, you generally extract data from the payroll, the HR system,

More information

Guide to setting up and using your NOW: Pensions payroll bureau microsite

Guide to setting up and using your NOW: Pensions payroll bureau microsite Guide to setting up and using your NOW: Pensions payroll bureau microsite PM00050.0416/11 0 Step 1 Logging in for the first time You will have received a web link, via email, that will provide access to

More information

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 4 Certificate in IT INFORMATION SYSTEMS

BCS THE CHARTERED INSTITUTE FOR IT. BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 4 Certificate in IT INFORMATION SYSTEMS BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 4 Certificate in IT INFORMATION SYSTEMS Tuesday 27 th September 2016 - Afternoon Time: TWO hours Section A and Section B

More information

ENTITY RELATIONSHIP DIAGRAM FOR RAILWAY RESERVATION SYSTEM EPUB

ENTITY RELATIONSHIP DIAGRAM FOR RAILWAY RESERVATION SYSTEM EPUB 20 December, 2017 ENTITY RELATIONSHIP DIAGRAM FOR RAILWAY RESERVATION SYSTEM EPUB Document Filetype: PDF 337.76 KB 0 ENTITY RELATIONSHIP DIAGRAM FOR RAILWAY RESERVATION SYSTEM EPUB TOPIC: IMPLEMENTATION

More information

CANDIDATE SKILL ANALYSER

CANDIDATE SKILL ANALYSER Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

Detailed Data Modelling: Attribute Collection and Normalisation of Data

Detailed Data Modelling: Attribute Collection and Normalisation of Data Detailed Data Modelling IMS1002 /CSE1205 Systems Analysis and Design Detailed Data Modelling: Attribute Collection and Normalisation of Data The objective of detailed data modelling is to develop a detailed

More information

DESIGNING THE NEW INFORMATION SYSTEM. Lecturer: Prof. E.E Badu, Dept. of Information Studies Contact Information:

DESIGNING THE NEW INFORMATION SYSTEM. Lecturer: Prof. E.E Badu, Dept. of Information Studies Contact Information: DESIGNING THE NEW INFORMATION SYSTEM Lecturer: Prof. E.E Badu, Dept. of Information Studies Contact Information: eebadu@ug.edu.gh College of Education School of Continuing and Distance Education 2017 Session

More information

INFS 214: Introduction to Computing

INFS 214: Introduction to Computing INFS 214: Introduction to Computing Session 1 History of Computing Lecturer: Dr. Ebenezer Ankrah, Dept. of Information Studies Contact Information: eankrah@ug.edu.gh College of Education School of Continuing

More information

Modelling as a Communication Tool: Introduction to Process Modelling. Modelling. Simplification in modelling. Representation in modelling

Modelling as a Communication Tool: Introduction to Process Modelling. Modelling. Simplification in modelling. Representation in modelling CSE104 - Information Systems 1 Modelling as a Communication Tool: Introduction to Process Modelling The requirements specification document Must be communicated to key stakeholders Should contain: Functions

More information

Full file at https://fratstock.eu

Full file at https://fratstock.eu TEACHING TIPS Chapter 2 SYSTEMS TECHNIQUES AND DOCUMENTATION I normally introduce flowcharting symbols with simple examples on the board. I first introduce a very simple manual flowchart involving only

More information

Chapter 11 Database Concepts

Chapter 11 Database Concepts Chapter 11 Database Concepts INTRODUCTION Database is collection of interrelated data and database system is basically a computer based record keeping system. It contains the information about one particular

More information

Slide 1 Welcome to Fundamentals of Health Workflow Process Analysis and Redesign: Process Mapping: Gane-Sarson Notation. This is Lecture d.

Slide 1 Welcome to Fundamentals of Health Workflow Process Analysis and Redesign: Process Mapping: Gane-Sarson Notation. This is Lecture d. WORKFLOW ANALYSIS Audio Transcript Component 10 Unit 3 Lecture D Fundamentals of Health Workflow Process Analysis & Redesign Interpreting and Creating Process Diagrams Process Mapping Gane-Sarson Notation

More information

Official Statistics - Relational Database Management Systems. Official Statistics - Relational Database Management Systems

Official Statistics - Relational Database Management Systems. Official Statistics - Relational Database Management Systems Chapter 1 Database fundamentals 1.1. What is a database? A database is a stored collection of data designed for efficient information retrieval, efficient data maintenance and centralised control of an

More information

P.G.D.C.M. (Semester I) Examination, : ELEMENTS OF INFORMATION TECHNOLOGY AND OFFICE AUTOMATION (2008 Pattern)

P.G.D.C.M. (Semester I) Examination, : ELEMENTS OF INFORMATION TECHNOLOGY AND OFFICE AUTOMATION (2008 Pattern) *4089101* [4089] 101 P.G.D.C.M. (Semester I) Examination, 2011 101 : ELEMENTS OF INFORMATION TECHNOLOGY AND OFFICE AUTOMATION (2008 Pattern) Time : 3 Hours Max. Marks : 70 Note : 1) Q. 1 is compulsory.

More information

UNIT 9 MANAGEMENT OF COMPUTERISED LIBRARY

UNIT 9 MANAGEMENT OF COMPUTERISED LIBRARY Library Automation UNIT 9 MANAGEMENT OF COMPUTERISED LIBRARY Structure 9.0 Objectives 9.1 Introduction 9.2 Basic Functions of Library Management Systems (LMS) 9.2.1 Ordering and Acquisition Systems 9.2.2

More information

1. Data flow diagrams (DFDs) are used to depict the flow and transformation of data

1. Data flow diagrams (DFDs) are used to depict the flow and transformation of data SUMMARY OF MODULE 5 1. Data flow diagrams (DFDs) are used to depict the flow and transformation of data in an information processing system. 2. DFDs give an overview to an analyst specifying where data

More information

Programme Specification Title of Programme: HNC in Computing and Systems Development with Cisco CCENT

Programme Specification Title of Programme: HNC in Computing and Systems Development with Cisco CCENT Programme Specification Title of Programme: HNC in Computing and Systems Development with Cisco CCENT This specification provides a concise summary of the main features of the programme and the learning

More information

Requirements Engineering. Contents. Functional requirements. What is a requirement?

Requirements Engineering. Contents. Functional requirements. What is a requirement? Contents Ø Introduction 4 Ø Engineering Ø Project Management Ø Software Design Ø Detailed Design and Coding Ø Quality Assurance Engineering Ø What is a Requirement? Ø RE Activities Ø Documentation Ø RE

More information

Student Employment Online Transactions. ~ Users Guide. May Human Resources 1300 Seibert Administration Building (269)

Student Employment Online Transactions. ~ Users Guide. May Human Resources 1300 Seibert Administration Building (269) Student Employment Online Transactions ~ Users Guide May 2017 Human Resources 1300 Seibert Administration Building (269)387-3620 Hr-hris@wmich.edu Table of Contents ACCESSING THE STUDENT EMPLOYMENT ONLINE

More information

Fundamentals of Health Workflow Process Analysis and Redesign

Fundamentals of Health Workflow Process Analysis and Redesign Fundamentals of Health Workflow Process Analysis and Redesign Unit 10.3d Process Mapping Gane-Sarson Notation Slide 1 Welcome to the Gane-Sarson Notation for Data Flow Diagrams Subunit. This is the third

More information

Data Modelling: 1 Entity, Keys & Attributes

Data Modelling: 1 Entity, Keys & Attributes Data Modelling: 1 Entity, Keys & Attributes Introduction Data (information) has become as precious a commodity to the organisation as the product they sell. The data and information accumulated by a company

More information

This document/guide contains dated material; always check the ASMC website for the most recent information, policies, and other information.

This document/guide contains dated material; always check the ASMC website for the most recent information, policies, and other information. December 2010 CDFM OVERVIEW The American Society of Military Comptrollers offers the Certified Defense Financial Manager (CDFM) program to those persons desiring to demonstrate proficiency in the core

More information

SEQUENCING AND SCHEDULING ACTIVITIES

SEQUENCING AND SCHEDULING ACTIVITIES SEQUENCING AND SCHEDULING ACTIVITIES SEQUENCING AND SCHEDULING ACTIVITIES Throughout a project, we will require a schedule that clearly indicates when each of the project s activities is planned to occur

More information

Create a Hyperfind Query to Display Select Employees

Create a Hyperfind Query to Display Select Employees Create a Hyperfind Query to Display Select Employees Job Aid Overview Hyperfind Queries in Kronos are a powerful tool to filter what you want to display. Two Hyperfind Queries are described in this Job

More information

Entity Relationship Modelling

Entity Relationship Modelling Entity Relationship Modelling Overview Database Analysis Life Cycle Components of an Entity Relationship Diagram What is a relationship? Entities, attributes, and relationships in a system The degree of

More information

Process Modelling. Data flow Diagrams. Process Modelling Data Flow Diagrams. CSE Information Systems 1

Process Modelling. Data flow Diagrams. Process Modelling Data Flow Diagrams. CSE Information Systems 1 CSE104 - Information s 1 Process Modelling Data Flow Diagrams Process Modelling Process modelling aims to graphically represent the processes which capture, manipulate, store and distribute data. data

More information

Chapter 4: Data Management

Chapter 4: Data Management Accounting Information Systems: Essential Concepts and Applications Fourth Edition by Wilkinson, Cerullo, Raval, and Wong-On-Wing Chapter 4: Data Management Slides Authored by Somnath Bhattacharya, Ph.D.

More information

DATA Data and information are used in our daily life. Each type of data has its own importance that contribute toward useful information.

DATA Data and information are used in our daily life. Each type of data has its own importance that contribute toward useful information. INFORMATION SYSTEM LESSON 41 DATA, INFORMATION AND INFORMATION SYSTEM SMK Sultan Yahya Petra 1 DATA Data and information are used in our daily life. Each type of data has its own importance that contribute

More information

Online application Typical questions asked

Online application Typical questions asked Online application Typical questions asked This is not the actual application form. If you apply using this PDF, your application will not be considered. You must apply using the online application form

More information

CTE Program Proposal. NAME OF COLLEGE: Bakersfield College. FACULTY CONTACT: Creighton Magers DATE: 11/19/2015

CTE Program Proposal. NAME OF COLLEGE: Bakersfield College. FACULTY CONTACT: Creighton Magers DATE: 11/19/2015 CTE Program Proposal NAME OF COLLEGE: Bakersfield College FACULTY CONTACT: Creighton Magers DATE: 11/19/2015 PROGRAM NAME: CompTIA Certificate of Achievement New Program Proposal Program Revision Proposal

More information

Elementary Statistics

Elementary Statistics 1 Elementary Statistics Introduction Statistics is the collection of methods for planning experiments, obtaining data, and then organizing, summarizing, presenting, analyzing, interpreting, and drawing

More information

CYMA IV. Accounting for Windows. CYMA IV Getting Started Guide. Training Guide Series

CYMA IV. Accounting for Windows. CYMA IV Getting Started Guide. Training Guide Series CYMA IV Accounting for Windows Training Guide Series CYMA IV Getting Started Guide November 2010 CYMA Systems, Inc. 2330 West University Drive, Suite 4 Tempe, AZ 85281 (800) 292-2962 Fax: (480) 303-2969

More information

Outer North Western User Group Meeting. St Dominic's Primary School Melton. 18 November am pm. Attendees.

Outer North Western User Group Meeting. St Dominic's Primary School Melton. 18 November am pm. Attendees. Subject Details Attendees Chris Huxtable Sue Smart Maree DiQuattra Marthese Pace Sharon Watson Helene Goldy Lisa Nolan Geraldine Clarke Marg Bourke St Dominic's Primary School Melton Holy Eucharist Primary

More information

1 Introduction to structure Explorers Organisation Explorer Mini Explorer... 5

1 Introduction to structure Explorers Organisation Explorer Mini Explorer... 5 1 Introduction to structure...1 2 Explorers...3 2.1 Organisation Explorer... 3 2.2 Mini Explorer... 5 2.2.1 To maintain existing data... 6 2.2.2 Amending or entering new details... 6 3 Post and Position

More information

COLLEGE OF THE DESERT

COLLEGE OF THE DESERT COLLEGE OF THE DESERT Course Code CIS-017 Course Outline of Record 1. Course Code: CIS-017 2. a. Long Course Title: Business Data Management with Microsoft Access b. Short Course Title: Business Data Mgmt

More information

IT2.weebly.com Applied ICT 9713

IT2.weebly.com Applied ICT 9713 Chapter 11 Database and charts You already know how to o define database record structures o enter data into a database o select subsets of data within a database o sort data within a database o produce

More information

SOFTWARE ENGINEERING Prof.N.L.Sarda Computer Science & Engineering IIT Bombay. Lecture #10 Process Modelling DFD, Function Decomp (Part 2)

SOFTWARE ENGINEERING Prof.N.L.Sarda Computer Science & Engineering IIT Bombay. Lecture #10 Process Modelling DFD, Function Decomp (Part 2) SOFTWARE ENGINEERING Prof.N.L.Sarda Computer Science & Engineering IIT Bombay Lecture #10 Process Modelling DFD, Function Decomp (Part 2) Let us continue with the data modeling topic. So far we have seen

More information

Database Management Systems MIT Introduction By S. Sabraz Nawaz

Database Management Systems MIT Introduction By S. Sabraz Nawaz Database Management Systems MIT 22033 Introduction By S. Sabraz Nawaz Recommended Reading Database Management Systems 3 rd Edition, Ramakrishnan, Gehrke Murach s SQL Server 2008 for Developers Any book

More information

Detailed Data Modelling. Detailed Data Modelling. Detailed Data Modelling. Identifying Attributes. Attributes

Detailed Data Modelling. Detailed Data Modelling. Detailed Data Modelling. Identifying Attributes. Attributes IMS1002 /CSE1205 Systems Analysis and Design Detailed Data Modelling The objective of detailed data modelling is to develop a detailed data structure that: Detailed Data Modelling: Attribute Collection

More information

Database Architecture 1

Database Architecture 1 Database Architecture 1 References Fundamentals of Database Systems, Elmasri/Navathe, Chapter 2 Database Systems : A Practical Approach, Connolly/Begg, Chapters 1 and 2 (c) Stephen Mc Kearney, 2003. 1

More information

Statement of Work (SOW) RFX Response Training guide

Statement of Work (SOW) RFX Response Training guide Updated: September 2016 Statement of Work (SOW) RFX Response Training guide Hewlett Packard Enterprise Global Procurement End to end process workflow SOW Request Evaluate & Source Engage (SOW) Implement

More information

ASIC RG206 CPD PROGRAM

ASIC RG206 CPD PROGRAM ASIC RG206 CPD PROGRAM FLEXIBLE FINANCIAL SERVICES This program meets the ASIC licence requirements for RG206. ACHIEVE YOUR ASIC LICENSING NEEDS WITH INDUSTRY EXPERTS. UNDERTAKE THIS ONLINE PROGRAM TO

More information

1 Introduction Introduction to structure Explorers Organisation Explorer Mini Explorer... 7

1 Introduction Introduction to structure Explorers Organisation Explorer Mini Explorer... 7 1 Introduction... 2 1.1 Introduction to structure... 3 2 Explorers... 5 2.1 Organisation Explorer... 5 2.2 Mini Explorer... 7 2.2.1 To maintain existing data... 8 2.2.2 Amending or entering new details...

More information

Definitions. Database Architecture 1. Database Schema. Database Instance. Data Item (Schema Construct) The description of a database.

Definitions. Database Architecture 1. Database Schema. Database Instance. Data Item (Schema Construct) The description of a database. Architecture 1 References Fundamentals of Systems, Elmasri/Navathe, Chapter 2 Systems : A Practical Approach, Connolly/Begg, Chapters 1 and 2 Definitions The description of a database. Instance The data

More information

Work-ready skills in Business, Administration and IT

Work-ready skills in Business, Administration and IT Work-ready skills in Business, Administration and IT A guide for centres We believe in learning At the core of everything we do is the desire to make a measurable impact on improving people s lives through

More information

THE GREEN CHOICE, THE SMART CHOICE.

THE GREEN CHOICE, THE SMART CHOICE. THE GREEN CHOICE, THE SMART CHOICE. Powered by HyPAS TRACK and control printing charges by users, groups or clients EASY to install and configure to your specific environment RETURN on investment is fast

More information

Test bank for accounting information systems 1st edition by richardson chang and smith

Test bank for accounting information systems 1st edition by richardson chang and smith Test bank for accounting information systems 1st edition by richardson chang and smith Chapter 04 Relational Databases and Enterprise Systems True / False Questions 1. Three types of data models used today

More information

WEBCAST MEETING THE CHALLENGES OF FERPA IN ADVANCEMENT. February 21, 2013 :: 1:00-2:45 p.m. EST

WEBCAST MEETING THE CHALLENGES OF FERPA IN ADVANCEMENT. February 21, 2013 :: 1:00-2:45 p.m. EST MEETING THE CHALLENGES OF FERPA IN ADVANCEMENT February 21, 2013 :: 1:00-2:45 p.m. EST OVERVIEW The Family Educational Rights and Privacy Act (FERPA) applies to an entire institution, but the act poses

More information

Key Contacts Guide to the University Supplier Database

Key Contacts Guide to the University Supplier Database Key Contacts Guide to the University Supplier Database Table of Contents Requesting Access... 3 Search Only... 3 Access to request new supplier, amend or reactivate... 3 Logging on and Searching Suppliers

More information

INFS 214: Introduction to Computing

INFS 214: Introduction to Computing INFS 214: Introduction to Computing Session 13 Cloud Computing Lecturer: Dr. Ebenezer Ankrah, Dept. of Information Studies Contact Information: eankrah@ug.edu.gh College of Education School of Continuing

More information

COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2. Lecturer: Dr. Meena Jha Tutor: Aries Tao

COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2. Lecturer: Dr. Meena Jha Tutor: Aries Tao COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2 Lecturer: Dr. Meena Jha Tutor: Aries Tao Prepared by: AXXXX XXXX: S0XXXXXX AXXXX MXXXXX: BisXXXXX BaXXXX: S0XXXXX S02XXXX SXXXXX

More information

Chapter 6 Structuring System Requirements: Process Modeling 6.1

Chapter 6 Structuring System Requirements: Process Modeling 6.1 Chapter 6 Structuring System Requirements: Process Modeling 6.1 Learning Objectives Explain process modeling Discuss data-flow diagramming mechanics, definitions, and rules Discuss balancing data-flow

More information

Content-Based Assessments

Content-Based Assessments Apply a combination of the Content-Based Assessments GO! Fix It Project 7H Job Portfolio For Project 7H, you will need the following files: p07h_job_portfolio.pptx p07h_resume.docx You will save your files

More information

Unit 6 - Software Design and Development LESSON 10 DESIGN TOOLS, INPUTS, OUTPUTS, STORYBOARDS

Unit 6 - Software Design and Development LESSON 10 DESIGN TOOLS, INPUTS, OUTPUTS, STORYBOARDS Unit 6 - Software Design and Development LESSON 10 DESIGN TOOLS, INPUTS, OUTPUTS, STORYBOARDS Previously Key features of programming languages Software Development Lifecycle Using tools to demonstrate

More information

Retention & Archiving Policy

Retention & Archiving Policy Retention & The IES has a responsibility to look after the personal data we collect, including information about our members, employees, event attendees and people browsing our websites. As outlined in

More information

Staff Microsoft VISIO Training. IT ESSENTIALS Creating Flowcharts Using Visio 2013 (ST562) June 2015

Staff Microsoft VISIO Training. IT ESSENTIALS Creating Flowcharts Using Visio 2013 (ST562) June 2015 Staff Microsoft VISIO Training IT ESSENTIALS Creating Flowcharts Using Visio 01 (ST) June 01 Book online at: Royalholloway.ac.uk/it/training Self-Study packs also available 1 th June 01 Table of Contents

More information

PMP Certification Preparatory Course

PMP Certification Preparatory Course PMP Certification Preparatory Course Why Project Management Professional (PMP ) Certification? In today's flexible organization, the boundaries between functions are becoming less defined. You are most

More information

Practical assessment: CS3 Integrated accounting package

Practical assessment: CS3 Integrated accounting package Accounting 2010 Sample assessment instrument Practical assessment: CS3 Integrated package This sample has been compiled by the QSA to help teachers plan and develop assessment instruments for individual

More information

System Analysis & design

System Analysis & design Assiut University Faculty of Computers and Information System Analysis & design Year 2 Academic Year 2014/ 2015 Term (2) 5 A PICTURE IS WORTH A 1,000 WORDS A process model is a graphical way of representing

More information

INFS 214: Introduction to Computing

INFS 214: Introduction to Computing INFS 214: Introduction to Computing Session 3 How to Purchase a computer System Lecturer: Dr. Ebenezer Ankrah, Dept. of Information Studies Contact Information: eankrah@ug.edu.gh College of Education School

More information

Sage 50 Accounting. Premium 2015 Level 1. Courseware For Evaluation Only. MasterTrak Accounting Series

Sage 50 Accounting. Premium 2015 Level 1. Courseware For Evaluation Only. MasterTrak Accounting Series Sage 50 Accounting Premium 2015 Level 1 Courseware 1618-1 MasterTrak Accounting Series Lesson 1: Introduction Lesson Objectives Sage 50 Premium Accounting 2015 Level 1 The objective of this lesson is to

More information

GENERAL LEDGER USER S GUIDE

GENERAL LEDGER USER S GUIDE GENERAL LEDGER USER S GUIDE General Ledger User s Guide Copyright Notification At Cougar Mountain Software, Inc., we strive to produce high-quality software at reasonable prices. We can only do this, however,

More information

Instructions for the Conduct of the Examination and Coursework (ICE) Physical Education. Entry Level Certificate (ELC) 8930

Instructions for the Conduct of the Examination and Coursework (ICE) Physical Education. Entry Level Certificate (ELC) 8930 8930 Instructions for the Conduct of the Examination and Coursework (ICE) Physical Education Entry Level Certificate (ELC) 8930 Summer 2006 Please pass one copy of this booklet to the teacher responsible

More information

CHAPTER 2 INTRODUCTION TO TRANSACTION PROCESSING

CHAPTER 2 INTRODUCTION TO TRANSACTION PROCESSING Chapter 2 Page 20 REVIEW QUESTIONS CHAPTER 2 INTRODUCTION TO TRANSACTION PROCESSING. The expenditure cycle, conversion cycle, and revenue cycle. 2. Purchases/accounts payable system, cash disbursements

More information

Fundamentals of Information Technology Lecture 6 : Systems Concepts

Fundamentals of Information Technology Lecture 6 : Systems Concepts Fundamentals of Information Technology Lecture 6 : Systems Concepts Session Structure Session Objectives Information Systems Roles Information Systems Definition Designing an Information System Systems

More information

SECTION 1 DBMS LAB 1.0 INTRODUCTION 1.1 OBJECTIVES 1.2 INTRODUCTION TO MS-ACCESS. Structure Page No.

SECTION 1 DBMS LAB 1.0 INTRODUCTION 1.1 OBJECTIVES 1.2 INTRODUCTION TO MS-ACCESS. Structure Page No. SECTION 1 DBMS LAB DBMS Lab Structure Page No. 1.0 Introduction 05 1.1 Objectives 05 1.2 Introduction to MS-Access 05 1.3 Database Creation 13 1.4 Use of DBMS Tools/ Client-Server Mode 15 1.5 Forms and

More information

Contra Costa CurricUNET User Manual

Contra Costa CurricUNET User Manual 1000 River Walk Drive, Suite 350 Idaho Falls, ID 83402 Tel: 208.522.1225 Fax: 208.522.2896 Contra Costa CurricUNET User Manual Building the Worldwide Curriculum Network Table of Contents Log In... 4 Viewing

More information

Data Analysis 1. Chapter 2.1 V3.1. Napier University Dr Gordon Russell

Data Analysis 1. Chapter 2.1 V3.1. Napier University Dr Gordon Russell Data Analysis 1 Chapter 2.1 V3.1 Copyright @ Napier University Dr Gordon Russell Entity Relationship Modelling Overview Database Analysis Life Cycle Components of an Entity Relationship Diagram What is

More information

IMS1002/CSE1205 Lectures 1

IMS1002/CSE1205 Lectures 1 IMS1002/CSE1205 Systems Analysis and Design Lecture 2 & 3 Introduction to Data Modelling Entity Relationship Modelling Data Modelling Focus on the information aspects of the organisation In a database

More information

International Cost Estimating and Analysis Association CCEA Examination Preparation Handbook

International Cost Estimating and Analysis Association CCEA Examination Preparation Handbook CCEA Examination Preparation Handbook CCEA EXAMINATION PREPARATION HANDBOOK As of 11/30/12 Table of Contents Introduction... 3 The CCEA Examination... 4 Certified Cost Estimator/Analyst (CCEA ) Examination...

More information

VETtrak Data Insights User Guide. for VETtrak version

VETtrak Data Insights User Guide. for VETtrak version VETtrak Data Insights User Guide for VETtrak version 4.4.8.2 Contents Data Insights User Guide... 2 What are Data Insights?... 2 Why is it called Data Insights?... 2 Why did we create this new feature?...

More information

Database Systems. Overview - important points. Lecture 5. Some introductory information ERD diagrams Normalization Other stuff 08/03/2015

Database Systems. Overview - important points. Lecture 5. Some introductory information ERD diagrams Normalization Other stuff 08/03/2015 Lecture 5 Database Systems Instructor: M.Imran Khalil Imrankhalil3@gmail.com Resource:Imrankhalil3.wordpress.com University of Sargodha Canal Campus Lahore Overview - important points Some introductory

More information

Programme Specification

Programme Specification Programme Specification HNC in Computing and Systems Development with Cisco CCENT Awarded by Programme Specification Title of Programme: HNC in Computing and Systems Development with Cisco CCENT This specification

More information

Object Modeling. Entity-Relationship (ER) diagrams (1976) Object Modelling Technique (OMT) diagrams (1991)

Object Modeling. Entity-Relationship (ER) diagrams (1976) Object Modelling Technique (OMT) diagrams (1991) Created by Janusz R. Getta, School of Computing and Information Technology, University of Wollongong Building 3, room 2120, ext 4339, jrg@uow.edu.au, http://www.uow.edu.au/ jrg Object Modeling Outline

More information

Data Process Modeling: Context Diagrams & Data Flow Diagrams (DFDs)

Data Process Modeling: Context Diagrams & Data Flow Diagrams (DFDs) Introduction Data Process Modeling: Context Diagrams & Data Flow Diagrams (DFDs) MIS 374 When designing/building an information system for an organization, you should consider the following questions regarding

More information

Level 3 Designing and creating relational databases (7266/ ) e-quals

Level 3 Designing and creating relational databases (7266/ ) e-quals Level 3 Designing and creating relational databases (7266/7267-047) e-quals Assignment guide for Candidates Assignment A www.cityandguilds.com/e-quals07 May 2011 Version 3.0 About City & Guilds City &

More information

E-R Model. Hi! Here in this lecture we are going to discuss about the E-R Model.

E-R Model. Hi! Here in this lecture we are going to discuss about the E-R Model. E-R Model Hi! Here in this lecture we are going to discuss about the E-R Model. What is Entity-Relationship Model? The entity-relationship model is useful because, as we will soon see, it facilitates communication

More information

The essential guide for making and collecting payments by Bacs Direct Credit and Direct Debit

The essential guide for making and collecting payments by Bacs Direct Credit and Direct Debit The essential guide for making and collecting payments by Bacs Direct Credit and Direct Debit THE ESSENTIALS OF USING BACS Bacs is the company which runs Direct Debit in the UK. We also run the Bacs Direct

More information