Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Competency In this project, you will demonstrate your mastery of the following competency: Write programs by applying concepts and principles of object-oriented programming Scenario You

Competency

In this project, you will demonstrate your mastery of the following competency:

  • Write programs by applying concepts and principles of object-oriented programming
  • Scenario

    You work for Global Rain, a software engineering company that specializes in custom software design and development. As a junior software developer, you are part of a software development team that collaborates to create solutions for entrepreneurs, businesses, and government agencies around the world.

    As part of a development team at Global Rain, you will be designing and developing custom software for a local pet boarding and grooming business, Pet Boarding and Grooming (Pet BAG). Pet BAG is seeking a way to modernize its operations by introducing custom software that will help replace inefficient paper-based processes. Your Global Rain team will collaborate to develop an app that will have the following initial functional areas: pet check in and pet check out.

    As part of this team, you have been tasked with completing some preliminary work that consists of writing a Java class, writing pseudocode, and creating a flowchart. You will provide these deliverables to your supervisor.

Directions

Your supervisor has given you a specification document which details Pet BAGs software needs and includes a UML Class diagram. Using these documents, you will create both a Java class and a summary report. Your summary report will include pseudocode and a flowchart for one method (pet check in or pet check out), and an explanation of how your work meets object-oriented principles.

Pet.java Class File

  1. Before you begin, it is important to understand what your client needs the software to do, and what work has already been done by your team. Review the Pet BAG Specification Document, located in the Supporting Materials section, which includes a UML Class diagram. Pay close attention to the class hierarchy, attributes, and behaviors.
  1. To begin, open the Virtual Lab by clicking on the link in the Virtual Lab Access module. Then open your integrated development environment (IDE) and create the Pet class based on the specifications in the UML Class diagram. The Pet class must include the following:
    • All attributes with appropriate data structures. Note that the types are not specified in this UML class diagram. You will need to think about what the most appropriate data type is for each attribute.
    • At least one constructor method. You may use a default constructor. To score exemplary on this criterion, your constructor must initialize values for the petType, petName, petAge, and daysStay attributes.
    • Accessors and mutators for all attributes
    Note: You are only being asked to create one class. Though the UML diagram shows the Pet class as part of a larger application, for this project, you are not required to connect it to other classes or to try and run it as a program. Instead, you are practicing the skill of creating a class from a UML Class diagram.

Global Rain Summary Report

  1. When you are done implementing the Pet class, refer back to the Pet BAG Specification Document and select either the pet check in or check out method. These methods are detailed in the Functionality section of the specification document.
  1. Open the summary report template, located in the What to Submit section. In the template, write pseudocode that lays out a plan for the method you chose. Ensure that you organize each step in a logical manner and that your method meets the specifications in the document for either the check in or check out process. Your pseudocode must not exceed one page.
  2. Note: Remember, you will not be creating the actual code for the method, and you do not have to write pseudocode for both methods.
  1. Based on the pseudocode you wrote, create a flowchart using a tool of your choice for the method you selected. Your flowchart will help your team communicate how you are planning to develop the software for your client. Your flowchart must be confined to one page. 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.
    Note: You may draw your flowchart by hand and take a clear picture of it, or you may use a flowcharting tool. Refer to the Supporting Materials section to help you insert your flowchart into your summary report.
  1. Based on your software design and development experience, your supervisor has asked you to articulate your programming approach. This will help ensure clarity, consistency, and efficiency among all developers working on this app. Specifically, you have been asked to briefly explain how you applied object-oriented programming principles and concepts (such as encapsulation, inheritance, and so on) in your software development work thus far. Your explanation should be one paragraph, or four to six sentences.

What to Submit

To complete this project, you must submit the following:

Pet.java Class File As part of your tasks for the software development team, create the Pet class in your integrated development environment (IDE). To submit this deliverable, save the Pet class file as Pet.java. Use the Downloading Files From Eclipse Tutorial if you need help with this task.

Global Rain Summary Report As a junior software developer, you will use the Global Rain Summary Report Template to complete the report. Your report must contain your pseudocode, flowchart, and explanation of the object-oriented programming principles you applied.

Supporting Materials

The following resource(s) may help support your work on the project:

Reading: Pet BAG Specification Document Review this specification document provided by your supervisor to understand Pet BAGs software requirements. You will use the UML Class diagram portion to implement the Pet class. You will use the requirements in the Functionality section to create your flowchart and write your pseudocode.

Reading: Downloading Files from Eclipse Tutorial You will write, test, and run your Pet class file using an integrated development environment (IDE). Review this tutorial to learn how to save and export files from your IDE. Important: Do NOT change the names of any class files.

Reading: Creating a Flowchart These optional tutorials will show you how to make a flowchart using a tool such as Microsoft Word or Lucidchart. You may also choose to draw your flowchart by hand and take a clear picture of it.

  • Microsoft Word: Add Shapes
  • Lucidchart: How to Make a Flowchart

Reading: Insert Pictures This optional reading will show you how to insert a picture into a Word document. Use this tutorial to help you add your flowchart into your summary report.

image text in transcribed

Value 30 15 Project One Rubric Criteria Exemplary Proficient Needs Improvement Not Evident Pet.java Class Exceeds proficiency by Creates a class that Shows progress Does not attempt creating a detailed meets UML class toward proficiency, but criterion (0%) constructor that diagram specifications, with errors or initializes values for including all attributes omissions; areas for the specified with appropriate data improvement may attributes (100%) structures, a include appropriate constructor, and data structures, accessors and naming conventions, mutators (85%) method structure, return values, or functionality (55%) Global Rain N/A Writes pseudocode Shows progress Does not attempt Summary Report: that outlines a plan for toward proficiency, but criterion (0%) Pseudocode developing a method with errors or and aligns to software omissions; areas for requirement improvement may specifications (100%) include pseudocode clarity, formatting logic, or alignment to software requirement specifications (55%) Global Rain N/A Creates a flowchart Shows progress Does not attempt Summary Report: that aligns to software toward proficiency, but criterion (0%) Flowchart requirement with errors or specifications omissions; areas for including appropriate improvement may decision branching and include logic, start and end points representation, (100%) appropriate decision branching, or start- and end-point accuracy (55%) Global Rain Exceeds proficiency in Explains the Shows progress Does not attempt Summary Report an exceptionally clear, application of object- toward proficiency, but criterion (0%) Explanation of OOP insightful, oriented programming with errors or Principles sophisticated, or principles in a omissions; areas for creative manner software development improvement may (100%) process (85%) include accuracy, depth, or missing principles (55%) Articulation of Exceeds proficiency in Clearly conveys Shows progress Submission has critical Response an exceptionally clear, meaning with correct toward proficiency, but errors in grammar, insightful, grammar, sentence with errors in sentence structure, sophisticated, or structure, and spelling, grammar, sentence and spelling, creative manner demonstrating an structure, and spelling, preventing (100%) understanding of negatively impacting understanding of ideas 15 30 10 FO Value 30 15 Project One Rubric Criteria Exemplary Proficient Needs Improvement Not Evident Pet.java Class Exceeds proficiency by Creates a class that Shows progress Does not attempt creating a detailed meets UML class toward proficiency, but criterion (0%) constructor that diagram specifications, with errors or initializes values for including all attributes omissions; areas for the specified with appropriate data improvement may attributes (100%) structures, a include appropriate constructor, and data structures, accessors and naming conventions, mutators (85%) method structure, return values, or functionality (55%) Global Rain N/A Writes pseudocode Shows progress Does not attempt Summary Report: that outlines a plan for toward proficiency, but criterion (0%) Pseudocode developing a method with errors or and aligns to software omissions; areas for requirement improvement may specifications (100%) include pseudocode clarity, formatting logic, or alignment to software requirement specifications (55%) Global Rain N/A Creates a flowchart Shows progress Does not attempt Summary Report: that aligns to software toward proficiency, but criterion (0%) Flowchart requirement with errors or specifications omissions; areas for including appropriate improvement may decision branching and include logic, start and end points representation, (100%) appropriate decision branching, or start- and end-point accuracy (55%) Global Rain Exceeds proficiency in Explains the Shows progress Does not attempt Summary Report an exceptionally clear, application of object- toward proficiency, but criterion (0%) Explanation of OOP insightful, oriented programming with errors or Principles sophisticated, or principles in a omissions; areas for creative manner software development improvement may (100%) process (85%) include accuracy, depth, or missing principles (55%) Articulation of Exceeds proficiency in Clearly conveys Shows progress Submission has critical Response an exceptionally clear, meaning with correct toward proficiency, but errors in grammar, insightful, grammar, sentence with errors in sentence structure, sophisticated, or structure, and spelling, grammar, sentence and spelling, creative manner demonstrating an structure, and spelling, preventing (100%) understanding of negatively impacting understanding of ideas 15 30 10 FO

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2014 Nancy France September 15 19 2014 Proceedings Part 2 Lnai 8725

Authors: Toon Calders ,Floriana Esposito ,Eyke Hullermeier ,Rosa Meo

2014th Edition

3662448505, 978-3662448502

More Books

Students also viewed these Databases questions

Question

Explain the purpose of long-term care insurance.

Answered: 1 week ago

Question

Explain how cultural differences affect business communication.

Answered: 1 week ago

Question

List and explain the goals of business communication.

Answered: 1 week ago