subject

In this milestone, you will prepare a Request for System Services Form, which is the trigger for the Preliminary Investigation Phase. Also, you will use fact-finding techniques to extract and analyze information from an interview to determine project scope, level of management commitment, and project feasibility for the Equipment Check-Out System (ECS). With these facts and facts obtained from the Case Background, you will have the necessary information to complete the Problem Statement Matrix. Refer to the ECS Case Introduction in the Case Project page. Objectives
After completing this milestone, you should be able to:
• Complete a Request for System Services form, which triggers the preliminary investigation phase.
• Analyze a user interview and extract pertinent facts, which can be used to assess project feasibility.
• Complete a "Problem Statement Matrix documenting the problems, opportunities, or directives of the project.
Prerequisites
Before starting this milestone, the following topics should be covered:
• The scope definition phase — Chapters 3 and 5
• Project management (optional) — Chapter 4
Assignment
The Maintenance Department receives computing support from the GB Manufacturing Information Systems Services Department (ISS). You are to assume that you work as a systems analyst with ISS.
You have been asked by Dan Stantz to analyze and design the Equipment Depot system to manage equipment check-in and check-out. In this assignment you first need to assist Dan Stantz in preparing a "Request for Systems Services." Secondly, by analyzing the interview transcripts, you will determine the feasibility of the project, level of management commitment, and project scope by using fact-finding techniques and the necessary communication skills to compose the "Problem Statement Matrix."
Mr. Stantz was gracious enough to allow us to record our interview session, and Exhibit 1.1 is a copy of the transcripts. Refer to the "Case Background" above and to the interview transcript in Exhibit 1.1 for the information necessary to complete the following activities.
Activities
1. To complete the Request for System Services Form, use information from the case background. Make assumptions where necessary.
2. To complete the Problem Statement Matrix Form, use the interview with Dan Stantz and the case background for the basis of your information. Make assumptions where necessary. Place yourself in the shoes of Mr. Stantz. Which problems do you believe have the highest visibility, and how should they be ranked? Try to determine the annual benefits. State assumptions and be prepared to justify your answers! Finally, what would be your proposed solution based on the facts you know now?
Deliverable format and software to be used are according to your instructor’s specifications. Deliverables should be neatly packaged in a binder, separated with a tab divider labeled "Milestone 1".

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 08:10
Alook-up table used to convert pixel values to output values on a monitor. essentially, all pixels with a value of 190 or above are shown as white (i.e. 255), and all values with a value of 63 or less are shown as black (i.e. 0). in between the pixels are scaled so that a pixel with a value p is converted to a pixel of value 2/127 −+3969). if a pixel has a value of 170 originally, what value will be used to display the pixel on the monitor? if a value of 110 is used to display the pixel on the monitor, what was the original value of the pixel?
Answers: 1
question
Computers and Technology, 22.06.2019 19:00
How is the number 110 written when expanded out to place values in the base 2 (binary) number system? options: 2 x 4 + 3 x 2 + 4 x 1 1 x 2 + 1 x 2 + 0 x 2 1 x 100 + 1 x 10 + 0 x 1 1 x 4 + 1 x 2 + 0 x 1
Answers: 1
question
Computers and Technology, 23.06.2019 01:40
Writing a modular program in visual c++. i am new to this and not sure what i am missing. i am getting the following error: baddate.cpp: in function ‘int main()’: baddate.cpp: 50: 3: error: ‘else’ without a previous ‘if’elsehere are the instructions and code: writing a modular program in c++in this lab, you add the input and output statements to a partially completed c++ program. when completed, the user should be able to enter a year, a month, and a day. the program then determines if the date is valid. valid years are those that are greater than 0, valid months include the values 1 through 12, and valid days include the values 1 through 31.notice that variables have been declared for you.write the simulated housekeeping() function that contains the prompts and input statements to retrieve a year, a month, and a day from the user.include the output statements in the simulated endofjob() function. the format of the output is as follows: month/day/year is a valid date.ormonth/day/year is an invalid date.execute the program entering the following date: month = 5, day = 32, year = 2014. record the output of this program.execute the program entering the following date: month = 9, day = 21, year = 2002. record the output of this /* program name: baddate.cppfunction: this program determines if a date entered by the user is valid.input: interactiveoutput: valid date is printed or user is alerted that an invalid date was entered*/#include bool validatedate(int, int, int); using namespace std; int main(){// declare variablesint year; int month; int day; const int min_year = 0, min_month = 1, max_month = 12, min_day = 1, max_day = 31; bool validdate = true; // this is the work of the housekeeping() method// get the year, then the month, then the daycout< < "enter the year"< > year; cout< < "enter the month"< > month; cout< < "enter the day"< > day; // this is the work of the detailloop() method// check to be sure date is validif(year < = min_year) // invalid yearvaliddate = false; else if (month < min_month || month > max_month) // invalid monthvaliddate = false; else if (day < min_day || day > max_day) // invalid dayvaliddate = false; // this is the work of the endofjob() method// test to see if date is valid and output date and whether it is valid or notif(validdate == true); {// output statementcout<
Answers: 1
question
Computers and Technology, 23.06.2019 02:00
For a typical middle-income family, what is the estimated cost of raising a child to the age of 18? $145,500 $245,340 $304,340 $455,500
Answers: 1
You know the right answer?
In this milestone, you will prepare a Request for System Services Form, which is the trigger for the...
Questions
question
Mathematics, 15.01.2021 20:50
question
Mathematics, 15.01.2021 20:50
question
Mathematics, 15.01.2021 20:50
question
Mathematics, 15.01.2021 20:50
question
Mathematics, 15.01.2021 20:50
Questions on the website: 13722360