Question

When creating a computer program, the developer is trying to solve a problem with the program....

When creating a computer program, the developer is trying to solve a problem with the program. Your task is to explain the final three steps in the problem-solving process. Create a new entry describing these steps.

Homework Answers

Answer #1

Creating the new idea to fix the problem.

Implementing through the development of the program.

Test and evaluate the result.

These are the final three steps of the problem solving techniques.

1) Finding the idea to the problem is the most important fact among all the process. Because all the steps coming later are the follow up of this.Finding the exact idea will make the work half done.

2) Implementing is the common procedure for all types of problems. It requires resources for coding the techniques in the desired platform. It takes more time to complete the coding.

3) Here it involves the testing of the developed program, whether it meets the idea of the problem exactly or not. If it succeeded then it is passed to the public otherwise it is given back to the developing stage to reconstruct unless it meets the requirements.

Waiting for your valuable comments.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
when creating computer programs to solve problems, there are three types of repetition that you can...
when creating computer programs to solve problems, there are three types of repetition that you can use. Describe the three types of loop and provide a pseudocode example of each
For this assignment, you will be creating a simple “Magic Number” program. When your program starts,...
For this assignment, you will be creating a simple “Magic Number” program. When your program starts, it will present a welcome screen. You will ask the user for their first name and what class they are using the program for (remember that this is a string that has spaces in it), then you will print the following message: NAME, welcome to your Magic Number program. I hope it helps you with your CSCI 1410 class! Note that "NAME" and "CSCI...
You must create a flowchart, and its corresponding Python program, to solve the following problem: 1....
You must create a flowchart, and its corresponding Python program, to solve the following problem: 1. Using a repetition structure, evaluate the factorial of a positive whole number n: n! = n · (n - 1) · (n - 2) · ... · 1, where n >=1 Your program must take into account the cases in which the user enters an incorrect number and provide an error message for such cases.
Problem: A company wants a program that will calculate the weekly paycheck for an employee based...
Problem: A company wants a program that will calculate the weekly paycheck for an employee based on how many hours they worked. For this company, an employee earns $20 an hour for the first 40 hours that they work. The employee earns overtime, $30 an hour, for each hour they work above 40 hours. Example: If an employee works 60 hours in a week, they would earn $20/hr for the first 40 hours. Then they would earn $30/hr for the...
You are having a problem with your Windows computer that is isolated to a single graphics...
You are having a problem with your Windows computer that is isolated to a single graphics editing program that you use every day in your work. When you described the problem to the customer service support person for this product, she told you that the only fix for it is to edit a key under HKEY-LOCAL_MACHINE\SOFTWARE. She has assured you that this fix will work without causing any problems, but you are wary of doing this. Descript the steps and...
Write a linear program for the following problem. (Do not solve.) A fast food chain is...
Write a linear program for the following problem. (Do not solve.) A fast food chain is trying to design a new chicken nugget recipe. They are mixing chicken meat (165 Calories and 33 cents per 100 grams) with mystery meat (140 Calories and 15 cents per 100 grams) and breading (395 Calories and 2 cents per 100 grams). They want to satisfy the following requirements: •To be able to legally call the result “chicken nuggets”, at least 50% of the...
An exponential algorithm requires 4^n (four to the power n) steps to solve a problem with...
An exponential algorithm requires 4^n (four to the power n) steps to solve a problem with an input of size n. Suppose it has been found that using today's computer, a direct implementation of that algorithm would be able to handle an input size of 30 in 10 years. If the computer is speeded up by a factor of 100 (with no other changes), what input size can be processed in the same time? Explain your answer. (Hint: speeding up...
I am trying to solve the following C++ problem over structures. I am having trouble with...
I am trying to solve the following C++ problem over structures. I am having trouble with the very last structure and I made a comment next to where I am confused. I included the assignment instructions and my current code. I would appreciate if anyone can help me explain what I need to do for the last structure. Thank you. Assignment Instructions Create a program that will prompt me for each of the following items: 1. Date of Birth 2....
Sometimes the problem will give the initial and final states in different units. In this case,...
Sometimes the problem will give the initial and final states in different units. In this case, you need to identify all of the pressures and all of the volumes by organizing them into a table (step 1 of our problem-solving method). Then, you need to convert all of your pressures to the same units (usually atmospheres works best) and all of your volumes to the same units (usually liters). Then you can set up the problem and solve. A balloon...
Problem 1 (Defining products and Creating a Menu) Write a program called a2_p1.py that asks a...
Problem 1 (Defining products and Creating a Menu) Write a program called a2_p1.py that asks a shop owner for product information and creates a menu system that allows customers to purchase multiple products of varying quantities. The program should start by asking the shop owner’s name (string) and company name (string). Next it should ask for three (3) products (strings), their prices (int – not ideal, but for now we will keep it this way), and the number of products...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT