Q1. What is problem solving?

Ans: Problem solving is the main task of computer science which is the job of computer programmer. 

Q2. How we can analyze the problem?
Ans:  At this stage of problem solving the programmer investigates the problem and gathers as much information as possible to
find a solution. 

Planning The Solution Of The Problem Planning the solution of the problem is a creative stage of problem solving. After Analyzing the problem , the following. planning is required.

Q3. How to discuss a problem?
Talk to the person.
Focus on talking about a problem.
Stay calm and reasonable.
Expect questions

Candid Solution of a Problem.
All the passible solutions of a problem that produce correct result are known as candid solutions. After finding the candid solutions, only
one solution can be selected based on the criteria.
1. Speed

2. Cost 

3.Complexity

Comments

Popular posts from this blog

Conditional Control structure. Chapter 4, Lab Activities, Long questions.

Chapter # 5, Loop Control Structure, Lab Activities