Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hi I need help with the proper formatting and capitalization of words for a pseudocode. Here is the draft that I had but I know

Hi I need help with the proper formatting and capitalization of words for a pseudocode. Here is the draft that I had but I know my indentation needs improvement and loops.

image text in transcribed

image text in transcribed

image text in transcribed

INPUT IF the pet is a cat or dog THEN IF it's a cat, check if boarding is at 12 the limit. THEN IF cat boarding is filled THEN Decline boarding request ELSE cat boarding is not filled Determine if the cat is returning or new IF returning, obtain and update information THEN ELSE new, obtain appropriate information Determine length of stay Assign the cat to a spot and check in END IF IF it's a dog, check is boarding is at 30 the limit THEN IF dog boarding is filled Decline boarding request ELSE boarding is not filled Determine if the dog is returning or new IF returning, obtain and update information THEN EL SE new, obtain appropriate information Determine length of stay IF dog is staying more than 2 days offer grooming Assign the dog to a spot and check in END 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: o 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? o 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: o Include start and end points. Include appropriate decision branching. Align the flowchart to the check in or check out process you selected. Note: You can find the correct shapes to create your flowchart on the Insert menu in Microsoft Word. You may also draw your flowchart by hand, take a clear picture, and insert the picture into your Word document. Use the add shapes or insert pictures tutorials to help you. You could also use a flowcharting tool that you are familiar with, such as Lucidchart, if you prefer. o 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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Database Administrator Limited Edition

Authors: Martif Way

1st Edition

B0CGG89N8Z

More Books

Students also viewed these Databases questions