Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Your supervisor has provided you with the Pet BAG Specification Document. This document reviews Pet BAG's software needs. Review the pet check in

1. Your supervisor has provided you with the Pet BAG Specification Document. This document reviews Pet BAGs software needs,


Put BAG IT 145 Pet BAG Specification Document Overview Pet Boarding and Grooming (Pet BAG) is a company that provides boardin

De Pet BAG Functionality Pet BAG is seeking an application that has the following initial functionality: Ability to check in  

1. Your supervisor has provided you with the Pet BAG Specification Document. This document reviews Pet BAG's software needs. Review the pet check in and pet check out methods, which are described in the Functionality section. Then choose one of these methods (check in or check out) to implement. As you read through the descriptions for each method, ask yourself the following: How would I break down these steps in a way that a computer can understand? What information would I need from the user at each point? When would it be a good idea to use decision branching, such as "IF" and "IF ELSE' statements? 2. Next, write pseudocode that outlines a plan for the method you chose and aligns to the specifications. Start by breaking down the description of your chosen method into a series of ordered steps. As you write and review each step, consider the following: What input does the computer need to complete the task? Be sure to prompt the user for the appropriate input. What output should the computer display to the user? When might you need to use decision branching and use a different set of steps depending on the user input? If you used decision branching, did you account for all possible input values? Reminder: You do not need to write pseudocode for both methods. 3. Based on the pseudocode you wrote, create a flowchart for the method you selected. Remember, you do not need to create a flowchart for both methods. Your flowchart will help your team communicate to your client how you are planning to develop the software. In your flowchart, be sure to do the following: Include start and end points. Include appropriate decision branching. Align the flowchart to the check in or check out process you selected. IT 145 Pet BAG Specification Document Overview Pet Boarding and Grooming (Pet BAG) is a company that provides boarding and grooming services for dogs and cats. They want to modernize their operations by introducing custom software that will help replace inefficient paper-based processes. UML Class Diagram Work on the Pet BAG application has already begun. Use this UML Class diagram, prepared by your supervisor, to understand the relationships between the Pet, Dog, and Cat classes. Dogo +Grooming stroming Doy -dogSpaceNumber -dogWeight grooming -petType peame -petAge -dogipaces -catSpaces -days Stay amountDue Pet BAG Pet geType PetType geetName sam getPesAge Age +getDogSpaces seDogSpaces pogWeight seDogWeigh getDogSpaceNumber) +DogSpaceNumber) gerCarspaces setCarSpaces gerDays Stay selDaysay +gelAmounDue AmountDue Pet Cat -calSpaceNumber + Cat +geCapaceNumber CapaceNumber Functionality Pet BAG is seeking an application that has the following initial functionality: Pet BAG Ability to check in pets Ability to check out pets Each of these functional areas is described in more detail below. Pet Check In The method for the pet check in process should meet the following criteria: Determine if the pet is a dog or a cat and check for boarding space. There are 30 spaces for dogs and 12 for cats. Pet BAG will need to be able to adjust these counts as the shop grows. If there is space for a new pet, collect the appropriate information. For returning pets, update the information as needed. Gather information on the length of the stay. Determine if the pet owner would like the pet to be groomed. Only dogs can be groomed and only if they stay two or more days. Assign the pet to a space. Pet Check Out The method for the pet check out process should meet the following criteria: Identify the pet and its boarding space. Determine if the pet had a grooming fee. Only dogs can be groomed and only if they stay two or more days. Use the following table to calculate the total fees. Mark the boarding space as vacant. Type of Pet Dog (greater than or equal to 30 lbs.) Dog (20-30 lbs.) Dog (fewer than 20 lbs.) Cat Daily Boarding Fee $34.00 $29.00 $24.00 $18.00 Grooming Fee $29.95 $24.95 $19.95 N/A

Step by Step Solution

3.43 Rating (172 Votes )

There are 3 Steps involved in it

Step: 1

Question pseudo code start PetCheckIn detemine the Pet if Pet is dog then checkSpacesAvailable of 30 if space available out of 30 then getPetSpecifica... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial Accounting Tools for Business Decision Making

Authors: Paul D. Kimmel, Jerry J. Weygandt, Donald E. Kieso, Barbara Trenholm, Wayne Irvine

6th Canadian edition

1118644948, 978-1118805084, 1118805089, 978-1118644942

More Books

Students also viewed these Accounting questions

Question

6. What are statutory disclosures ? Write a detailed note.

Answered: 1 week ago