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
You are trying to create a striped volume on your computer running Windows 10 to improve...
You are trying to create a striped volume on your computer running Windows 10 to improve performance. You confirm that you have enough unallocated disk space on two disks in your computer, but when you right-click an area of unallocated space on one of the disks, your only option is to create a partition. What is the problem and how do you resolve it?
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...
Thoroughly discuss and answer the following question. Explain why a computer cannot solve a problem for...
Thoroughly discuss and answer the following question. Explain why a computer cannot solve a problem for which there is no solution outside the computer. Post a complete answer to the best of your abilities and research and understanding. Reference your sources other than textbook.
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.
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...
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...
Write a complete and syntactically correct Python program to solve the following problem: Write a program...
Write a complete and syntactically correct Python program to solve the following problem: Write a program for your professor that allows him to keep a record of the students’ average grade in his class. The program must be written in accordance with the following specs: 1. The input must be interactive from the keyboard. You will take input for 12 students. 2. You will input the students’ name and an average grade. The student cannot enter an average below zero...
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...