Simple Problem Solving Problems

980 Words4 Pages

A computer is a useful tool that you can use to solve a numerous amount of problems and challenges. However, once you have presented with a problem, you need to develop a basic problem solving strategy that suits the scenario in front of you. The concept of problem solving is particularly helpful in computer programming, where sequential steps are developed to achieve a goal. Brain Storm
Select a day-to-day problem or chore and discuss the sequence of steps involved in handling the same.

Lesson Goals
By the end of the chapter, you will be able to:
• List the basic symbols used in flowcharts
• Explain the concept of the algorithm
• Draw flowcharts to solve simple problems
Define a Problem
A problem is a specific set of conditions that you …show more content…

The problem solving mechanism generally involves the following 4 essential stages. Understanding the Problem
To be able to create a solution, you need to understand the problem entirely. This involves getting an unambiguous and precise description of a problem. Factual information about the problem can only be obtained through the diagnosis of the situation. This involves not relying on unstated assumptions. To be able to find the root cause of a problem, the cooperation of the individuals who report the problem is essential.
Quick Bites
Diagnosis of a problem is also a great opportunity to learn something new about the corresponding process.

Analysing the Problem
After the initial diagnosis, analysis of the problem can be started. This is important to determine the end result of the problem solving process.
The process of problem analysis starts with studying the essential components of a process. These components include the nature of available data, applicable rules, and the relationships between the problem and the …show more content…

Developing the Solution
A solution to a problem normally begins with a plan with multiple levels of details added later on. It is generally recommended to target the major part of a solution first. Later, this is followed by finding specific answers to smaller portions of the solution.
The plan is then, studied for a possibility to simplify the solution any further. Later, the plan can be reviewed for any mistakes. You may go through a plan multiple times to ensure its accuracy. It is also important to study the possible future impacts of your designed plan.
Quick Bites
In case, there is any more time available, it is often preferred to come up with multiple solutions to a

More about Simple Problem Solving Problems

Open Document