ITEC 630 Final Examination Spring 2012

Slides:



Advertisements
Similar presentations
Logical and Physical Design of an Information System
Advertisements

Normalisation.
Data Flow Diagram (DFD) Review
Documenting Information Systems
Copyright © 2015 Pearson Education, Inc. Systems Documentation Techniques Chapter
Documenting Information Systems
ENTITY RELATIONSHIP MODELLING
Chapter 4 – Documenting Information Systems
PowerPoint Presentation by Charlie Cook Copyright © 2004 South-Western. All rights reserved. Chapter 2 Documenting Business Processes and Information Systems.
Data Dictionary What does “Backordered item” mean? What does “New Customer info.” contain? How does the “account receivable report” look like?
Copyright © 2003 Addison-Wesley Your name here. Copyright © 2003 Addison-Wesley Data Modeling with ER Diagrams What is an Entity-Relationship Model? How.
Further Data Modelling …and the effect of time. Plan Introduction Structured Methods –Data Flow Modelling –Data Modelling –Relational Data Analysis –Further.
Introduction CSCI102 - Introduction to Information Technology B ITCS905 - Fundamentals of Information Technology.
Process Modeling SYSTEMS ANALYSIS AND DESIGN, 6 TH EDITION DENNIS, WIXOM, AND ROTH © 2015 JOHN WILEY & SONS. ALL RIGHTS RESERVED. 1 Roberta M. Roth.
Chapter 6 Data Flow Diagramming Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
Entity-Relationship Design
Chapter 3 Object-Oriented Analysis of Library Management System(LMS)
ACCESS 2007 ASSIGNMENT SPRING 2014 Purpose: To give students a basic understanding of ACCESS 2007 by constructing a database using the Ready2Read bookstore.
© 2003 McGraw-Hill Australia Pty Ltd, PPTs t/a Accounting Information & Reporting Systems by A. Aseervatham and D. Anandarajah. Slides prepared by Kaye.
Question 1: (20 Points – 4 Points Each)
System Implementation System Implementation - Mr. Ahmad Al-Ghoul System Analysis and Design.
Review for Midterm Exam Accounting Information Systems Romney and Steinbart Linda Batch February 2012.
1 NC WISE Parent Assistant A user-friendly web application to help parents track their children’s progress in school.
INFORMATION SYSTEM APPLICATIONS System Development Life Cycle.
Chapter 9 Moving to Design. The Structured Approach To Designing The Application Architecture Module-an identifiable component of a computer program that.
PHASE 4 SYSTEMS IMPLEMENTATION Application Development SYSTEMS ANALYSIS & DESIGN.
Creating databases for web applications SQL. Systems design. ER diagrams. Data flow diagrams. Storyboards. Homework: Plan database and applications for.
Copyright © 2003 Addison-Wesley Jesper Rosholm Tørresø.
The Structured Specification. Why a Structured Specification? System analyst communicates the user requirements to the designer with a document called.
CSc 2310 Principles of Programming (Java) Dr. Xiaolin Hu.
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
Designing and Debugging Batch and Interactive COBOL Programs Chapter 5.
Tutorial 3. This tutorial went through how to convert multiplicity numbering used in UML modelling to ERD, and vice versa. In the exam and assignments,
Organizing Data Revision: pages 8-10, 31 Chapter 3.
Lecture 3 Uses Cases Topics UML Use Cases pop quiz Readings: Chapter 3 January 24, 2008 CSCE 492 Software Engineering.
AR354: Advanced Billing Welcome to AR354: Advanced Billing.
Next Back A-1 Management Information Systems for the Information Age Second Canadian Edition Copyright 2004 The McGraw-Hill Companies, Inc. All rights.
C-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Extended Learning Module.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
INFO1408 Database Design Concepts Week 15: Introduction to Database Management Systems.
First Steps in Modularization. Simple Program Design, Fourth Edition Chapter 8 2 Objectives In this chapter you will be able to: Introduce modularization.
CCSB223/SAD/CHAPTER131 Chapter 13 Designing the System Internals.
The Software Development Process
First Steps in Modularization. Simple Program Design, Fourth Edition Chapter 8 2 Objectives In this chapter you will be able to: Introduce modularization.
Information Access Mgt09/12/971 Entity-Relationship Design Information Level Design.
Data modeling Process. Copyright © CIST 2 Definition What is data modeling? –Identify the real world data that must be stored on the database –Design.
AR350: Maintaining Customers Welcome to AR350: Maintaining Customers.
Connecting (relating) Data Tables to get Custom Records (Queries) Database Basics.
Systems Design.  Application Design  User Interface Design  Database Design.
Access Module Implementing a Database with Microsoft Access A Great Module on Your CD.
Tutorial on E-R Diagrams 1.Learn basic terminology and symbols –See next four slides; refer to as needed in steps 2-4 below 2.Learn the basics of E-R diagramming.
4 - Conditional Control Structures CHAPTER 4. Introduction A Program is usually not limited to a linear sequence of instructions. In real life, a programme.
For more course tutorials visit CIS 336 All iLabs Week 1 to Week 7 Devry University CIS 336: All iLabs Week 1 to Week 7: Devry University.
“Babeş-Bolyai” University Faculty of Economics and Business Administration Second semester 1st year, English line of study Business IT Introductive course.
Systems Analysis and Design in a Changing World, Fourth Edition
Database Development Lifecycle
Critical Thinking with Georgie Ziff
Systems Documentation Techniques
ITEC 630 Final Examination Spring 2015
CIS 336 strCompetitive Success/tutorialrank.com
CIS 336 str Education for Service-- tutorialrank.com.
تحلیل سیستم‌ها مدل‌سازی پردازشی.
Designing and Debugging Batch and Interactive COBOL Programs
Entity relationship diagrams
MIS2502: Data Analytics Relational Data Modeling
Databases and Information Management
SYSTEMS ANALYSIS & DESIGN
Chapter 7: Data Flow Diagram Structuring System Process Requirements
G061 - Data Dictionary.
Presentation transcript:

ITEC 630 Final Examination Spring 2012 Please read these instructions carefully. Failure to correctly follow them will adversely impact your grade. This exam is open-book, open-notes. Do not discuss any aspect of this exam with anyone else – no discussions in conferences, no emails to me I will grade the exams on-line, therefore: Do not include any extraneous graphics that do not directly contribute to your answer Answer on the PowerPoint slides provided – you may add slides Use no font smaller than 12 pitch (if I cannot read it you won’t get credit) Do not import graphics from any program besides PowerPoint (i.e. visio) Exam is due not later than Midnight EST Sunday 15 April. Late submissions will NOT be accepted and will earn a grade of zero Post your PowerPoint slides in your assignment folders on WebTycho

Question 1: (20 Points – 4 Points Each) Multiple Choice – Eliminate all but the correct answer. Which is not a factor to consider in software evaluation? A. Performance effectiveness B. Performance efficiency C. Ease of use D. Quality of documentation E. Target Operating System In a database, Keys are: A. Data items in a record used to identify the record B. Normalized C. The names of database tables D. Used to identify the most important attribute of an Entity In a relational database, Metadata: A. Specifies the size in Bytes of the database tables B. Describes the name given and the length assigned each data item C. Describes the associative relationships between Entities D. Provides the answers to queries Peer reviewers are the key participants in which activity? A. Structured walkthroughs B. Top-down testing C. Six-Sigma quality checks D. Rapid Application Design (RAD) 5. All of the following are true about Modular Programming except: A. Paying attention to the interfaces is important B. Modules should be highly cohesive C. Modules should contain Go-To statements D. It facilitates breaking the programming into logical, manageable portions

Question 2: (20 Points) A military information system on a base overseas tracks personnel on the base. Each military member is tracked by ID#, name, rank, and address. Each military member belongs to an organization on the base which has an organizational name, located in a building on the base and has a primary function (e.g. Communications Squadron). Each of these organizations is also commanded by one of the military members . In tracking command sponsorship each military member may have one or more dependents. Each dependent has an ID#, name, age, and sex. Each organization on the base is involved working issues or projects which may be of interest to the base commander. These projects are tracked by a serial number and an origination date. The information system you are designing will also track descriptions of the projects and their close-out dates. Build an entity relationship model for the above scenario. Show all attributes and ndicate all of your key attributes in red.

Ordering System Customer Context Question 3: (20 points) Draw a logical data flow diagram (DFD: Context and Level 1) for placing an order based on the E-R diagram shown here. System Requirements include the ability to do the following: (1) Enter new order (2) Read customer master (3) Read item record (4) Create item order record (5) Add order record Ordering System Customer Invoice Customer Name, Item Number, Quantity Context

Answer Question 3 Here:

Select the best answer for each of the multiple Question 4: (20 Points) Select the best answer for each of the multiple choice questions below about the Structure Chart shown here. (5 points each) Process Orders Check Credit Rating Update Credit File Dispatch Personal Information Credit File Updated Order Order # 100 How many times does the top module call each subordinate module? One Hundred Times Three Times The Check Credit Rating and Update Credit File Modules Once and the Dispatch Orders Module 100 Times Which module actually contains the logic to call the Update Credit File Module? Check Credit Rating Process Orders Dispatch Orders In what order does the executive module call the subordinate modules? Dispatch Orders, Update Credit File, Check Credit Rating Check Credit Rating, Update Credit File, Dispatch Orders Update Credit File, Check Credit Rating, Dispatch Orders Process Orders, Check Credit Rating, Dispatch Orders What tool would not be useful in preparing a Module Specification for a programmer to code “Get Exam From Assignments Folder”? Structured English Flow Chart Data Flow Diagram Pseudocode

Question 5: (20 points) In this class, we’ve stressed the importance of various system analysis and design tools and techniques. By now you should have a “toolbox” full of useful design and analysis tools. List the tools in your toolbox and then write one short paragraph on how you can/will apply them in your careers, lives, etc.