Posts

Showing posts with the label Programming techniques
Image
Question: Draw a flowchart to find interest on a given  amount and period of loan in years. Flowchart for Interest Question: Draw a flowchart to find  the exponent of a given  number(N). Flowchart for Exponent https://www.youtube.com/watch?v=sMNZMk_KCn4 https://www.youtube.com/watch?v=xX8H6jCWOOo  
  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