Skip to main content

Information Systems Analysis and Design

COIT20248 Information Systems Analysis and Design
Assignment 1 - About Systems Development

Length: 1500 words (+/- 10%) 1
Objectives
This assessment relates to course learning outcomes 1, 2, 3 and 4 stated in the e-course profile.
Assessment 1 is an individual assessment. In assessment 1, you are assigned tasks which assess your course knowledge gained between weeks 1 and 5 about different facets of systems development. All students will have to write a report showing the answers to the questions in tasks 1-5 below.
Please note that ALL submitted A2-reports are passed through a computerized copy detection system and it is extremely easy for teaching staff to identify copied or otherwise plagiarised work.
• Copying (plagiarism) can incur penalties ranging from deduction of marks to failing the course or even exclusion from the University.
• Please ensure you are familiar with the Academic Misconduct Procedures, available from:
http://policy.cqu.edu.au/Policy/policy_file.do?policyid=1244
The tasks
For the purpose of this assignment, you are assumed to be one of the software consultants appointed to shoulder the system analysis responsibilities in, Global Business Systems in the project outlined in the case study.
You will plan and manage the project as well as investigating and documenting its system requirements. For your Assignment 1 submission, you will produce a report that discusses this project based on your understanding of it and the related investigation results through the tasks below.
Task 1: (10 marks)
Approaches to Systems Development
• How would Data Science School go about developing its information systems? Which approach would Data Science School take? (5 Marks)
• Justify your choice of your selected approach/ methodology to systems development. (5 Marks)
Task 2: (15 Marks)
Systems Requirements
• List all the critical primary functional requirements for the system in the case study. (10 Marks)
• List all the non-functional requirements for the system in the case study and justify why would you like to have these non-functional requirements. (5 Marks)
Task 3: (15 Marks)
Project Cost Benefit Analysis
• Discuss your Project Cost Benefit Analysis. (7.5 Marks)
• Provide an excel spread sheet with details in a Project Cost Benefit Analysis. (7.5 Marks)
Task 4: (20 Marks)
Project Schedule
• Show a work breakdown structure which follows your choice of approach/ methodology and a project schedule as a Gantt Chart. Explain both of them and discuss how they relate to each other. (10 Marks)
• Given the system goals, requirements, and scope as they are currently understood, is the project schedule reasonable? Why or why not? (10 Marks)
Task 5: (25 Marks)
System Information Requirement Investigation Techniques
• Who are the stakeholders involved? (5 Marks)
• Explain your choice of the 3 most useful investigation techniques. (10 Marks)
• Justify the usefulness of these 3 investigation techniques. (10 Marks)
The Report (Important: The report makes up 100 marks - scaled to 30%)
You will produce a report that aims to explain your systems analysis results as per the layout and submission guidelines mentioned below.
Report Layout and Submission Guidelines
In the template file “COIT 20248 Assessment1TemplateFile” (in MS Word) provided to you, the report for ‘Systems Development’ has been organised using the following headings and guidelines.
Students are advised to observe the word count in each section when developing the report.
• Title Cover Page with clear details of course title/name, student number/name, lecturer & tutor (Provided in template file)
• Introduction (Provided in template file) *about 100 words
o Introduction must clearly define the aims of the report.
o Introduction must identify the project objectives.
• The Approach to Systems Development - Task 1 *about 250 words
o How would Data Science School go about developing its information systems?
o Justification for your chosen approach to system development
• Systems Requirements - Task 2. *about 250 words
o List the primary functional requirements for the system in the case study.
o List the non-functional requirements for the system in the case study.
• Project Cost /Benefit Analysis – Task 3 *about 200 words
• Project Schedule - Task 4 *about 200 words
o Show work breakdown structure in the project as well as the project schedule Gantt Chart?
o What are they and how do they relate to each other?
o Given the system goals, requirements, and scope as they are currently understood, is the project schedule reasonable? Why or why not?
• System Information Requirement Investigation Techniques - Task 5. *about 250 words
o List the stakeholders involved.
o Explain your choice of the 3 most useful investigation techniques.
o Justify the usefulness of these 3 investigation techniques.
• Reflections and Conclusions *about 100 words
o Present your reflections about this project (e.g. achievement and constraints).
o Provide a brief summary of your findings
• References (must complete by showing 1 or more references with their related in-text citations)
Note: The recommended number of word in each section in the report is to be used as a rough guide.
Help
To help student members communicate, forums have been created for your use on the course Moodle website for Assessments 1 and 2. Please use them to help you work through your report.
Help on writing reports is contained in the Faculty Guide for Students – Chapter 4 – available here: http://www.cqu.edu.au/ data/assets/pdf_file/0003/2289/Extract-of-Chapter-3.pdf You may also benefit from a video supplied by the CQUniversity Academic Learning Centre available here: http://www.youtube.com/watch?v=J0v9ekxeoko
Assessment criteria - Assignment 1 marking guide
Marks for Assignment 1 will be allocated as follows:
TOPIC Weight Mark
Introduction (5 marks)
Clearly defines the aims of the report Identifies the project objectives. 2.5
2.5
Approach to Systems Development - Task 1 (10 Marks)
• Which approach would Data Science School take to developing its information systems?
• Justify your choice of approach to systems development.
5
5
Systems Requirements - Task 2 (15 Marks)
• What are the primary functional requirements for the system in the case study?
• What are the non-functional requirements for the system in the case study?
10
5
Project Cost Benefit Analysis - Task 3 (15 Marks)
• Discuss your Project Cost Benefit Analysis
• Provide an excel spread sheet with details in a Project Cost Benefit Analysis 7.5
7.5
Project Schedule - Task 4 (20 Marks)
• Provide the project work breakdown structure & schedule - Gantt Chart
• Explain whether, given the system goals, requirements, and scope as they are currently understood, is the project schedule reasonable? Why or why not?
10
10
System Information Requirement Investigation Techniques – Task 5 (25 Marks)
• Who are the stakeholders involved?
• Explain your choice of the 3 most useful investigation techniques.
• Justify the usefulness of these 3 investigation techniques.
5
10
10
Reflections and Conclusions (5 marks)
• Present your reflections about this project (e.g. achievement and constraints).
• Briefly summarize your findings.
2.5
2.5
References 5
TOTAL: 100
Assessment mark will be weighted to 30%.

Comments

Popular posts from this blog

Starting with this provided code, add the following functionality

1.Starting with this provided code, add the following functionality: Replace hardcoded strings “Zero”, “One”, “Two”, “Three” in the ArrayList based on user typed input (use Scanner or JOptionPane classes). The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to continue to add items to the ArrayList until they just hit enter without typing anything. Once the user does this (hits enter without typing anything), the program will display all of the elements of the ArrayList, both the index and String values, in a table. It will do this via a single loop making use of an iterator method. 2. Starting with this provided code, add the following functionality: Use a Try/Catch block so that the exception is caught and the program exits a bit more gracefully. Save this file as TryCatch.java. (Be sure to rename the Public Class accordingly.) Starting with the provided code again (without the Try/Catch block), fix the code so that

Josie Eskander

  Question 1: Task 1: Report Assume you are Josie Eskander. You are writing in response to techno trading P/L’s advertisement of a new laptop at 20% below normal price. You want information on brand name, availability of service and repairs, delivery times and methods of payment. Write the letter using the seven basic parts of the letter. In the opening paragraph present a clear and courteous request. Secondly write a response from techno trading giving details and proposing the sale. Provide draft of both emails in the space below. Question 2: Task 2: Report In pairs, nominate a good and a bad letter writer. Discuss the key differences. Write a good/bad letter from techno training to Alex Antonov accepting/declining his proposal to invest in the business Question 3: Task 3: Report Write a letter from techno trading p/l to a new client ‘new realities p/l’ urging them to buy techno new virtual reality software. Make a strong argument for the product. Question 4: Task 4: Report Write a l

Sandra Coke is vice president for research and development at Great Lakes Foods (GLF), a large snack food company that has approximately 1,000 employees

Chapter 2 I Trait Approach 33 CASE 2.1 Choosing a New Director of Research Sandra Coke is vice president for research and development at Great Lakes Foods (GLF), a large snack food company that has approximately 1,000 employees. As a result of a recent reorganization, Sandra must choose the new director of research. The director will report directly to Sandra and will be responsible for developing and testing new products. The research division of GLF employs about 200 people. The choice of directors is important because Sandra is receiving pressure from the president and board of GLF to improve the company's overall growth and productivity. Sandra has identified three candidates for the position. Each candidate is at the same managerial level. She is having difficulty choosing one of them because each has very strong credentials. Alexa Smith is a longtime employee of GLF who started part-time in the mailroom while in high school. After finishing school, Alexa worked in as many as