Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Touchstone 4 : JavaJournal Project from sophia class: For this Touchstone, you will learn how to effectively plan, design, develop, and test an original program
Touchstone : JavaJournal Project from sophia class: For this Touchstone, you will learn how to effectively plan, design, develop, and test an original program of your choosing. This program is your choice and it can be as complex as you wish. The goal is to start with an idea for your program and then step through the process of most phases of the development lifecycle to turn your idea into an actual program. This includes planning out the algorithm using pseudocode, coding your program using everything you learned from Units and finally, testing and debugging your program to make sure it fulfills your intended purpose. You will fill out a journal template link below which has five sections that correspond to the five steps you will complete for your final project. Use this template to write your journal responses for each section of the project.
Follow the directions for each part of the journal template. Make sure to include in your response all the elements listed under the Requirements section. Please use Java and replit to completete code. Will provide template, and rubric PART : Defining Your Problem
Did you describe the problem you are trying to solve?
Did you describe any input data you expect to use?
Did you describe what the program will do to solve the problem?
Did you describe any outputs or results the program will provide?
PART : Working Through Specific Examples
Did you write down clear and specific steps to solve a simple version of your problem you identified in Part
Did you state any necessary input data for your simplified problem?
Did you write clear and specific steps in English not Java detailing what the program will do to solve the problem?
Did you describe the specific result of your examplescenario
PART : Generalizing Into Pseudocode
Did you write out the general sequence your program will use, including all specific examplesscenarios you provided in Part
Did you write pseudocode for the program in English but refer to Java program elements where they are appropriate?
Does the pseudocode represent the full functionality of the program, not just a simplified version?
Is the pseudocode broken down enough that the details of the program are no longer in any paragraph form?
PART : Testing Your Program
While writing and testing your program code, did you describe your tests, record any errors, and state your approach to fixing the errors?
For at least one of your test cases, did you describe how your choices for the test helped you understand whether the program was running correctly or not?
For each error that occurs while writing and testing your code, did you record the details of the error from Replit? Did you describe what you attempted in order to fix the error?
PART : Commenting Your Program
Did you submit your full program code, including thorough comments describing what each portion of the program should do when working correctly?
Are the purpose of the program and each of its parts clear to a reader that does not know the Java programming language?
PART : Your Completed Program
Did you provide the Replit link to your full program code?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started