Computer class 9th

9th Class Computer Chapter 1: Problem-Solving

9th Class Chapter 1: Problem-Solving Short and Simple Question & Answer

Q.1. Define problem?

Ans: A problem is a situation or matter that requires proper attention to be resolved.

Q.2. What Is a problem statement?

Ans: A problem statement is a brief description of the problem to be solved. It describes the problem and identifies its causes and solutions. The problem statement must be prepared before finding the solution to the problem.

Q.3. What Is problem-solving?

Ans: Problem solving is a process of identifying a problem and finding its best solution. Problem-solving is a thinking process. It is a skill that can be developed by following a well-organized approach.

Q.4. Write the names of steps that are Involved In problem-solving?

Ans: The steps involved in problem-solving are defining the problem, analyzing the problem, planning the solution, candid solutions, and selecting the best solution.

Q.5. Why is it important to define a problem?

Ans: A problem cannot be solved if it is not defined correctly. The clearly defined problem helps the user to find the solution.

Q.6. List three strategies to define a problem?

Ans: Three strategies to define a problem include gaining back knowledge, using guesses, and drawing a picture.

Q. 7. Why is It important to gain background knowledge of a problem?

Ans: It is important to understand the situation and circumstances in which the problem occurs. It allows the user to understand the given state. It also helps to know what the solution will look like and how to measure the solution.

Q.8. What Is problem analysis? Why Is It Important?

Ans: Problem analysis is a process of understanding the given problem. It is very important to understand a problem before trying to solve it. A clear understanding of a problem helps the user to solve it correctly and easily. It also saves money, time, and resources.

Q.9. List five Ws to understand a problem?

Ans: The five Ws to understand a problem are What, Who, Why, When, and Where.

Q.10. What happens In the phase of planning the solution to a problem?

Ans: The solution to a problem is planned after defining and analyzing the problem. The problem is assessed to find the right strategy to solve the problem. This phase specifies the actions required to solve the problem. It also specifies the resources required for the solution.

Q. 11. State different strategies to plan the solution of a problem?

Ans: Different strategies to plan the solution of a problem include divide and conquer; guess, check and improve; and act it out.

Q. 12. Which strategy divides a complex problem into smaller problems and why?

Ans: The divide and conquer strategy divides a complex problem into smaller problems. The smaller problems can be solved separately. The process of solving the problem becomes easier. It also reduces the complexity of the solution.

Q: 13. What Is a candid solution to a problem?

Ans: The word candid means something unplanned. The candid solution is typically found using guessing without detailed planning. It saves a lot of time but may not be the actual solution to the problem.

Q. 14. What is a flowchart?

Ans: A flowchart is a graphical representation of the solution of a problem. Standard symbols are used to represent different steps of the solution. Different symbols are used in flowcharts to represent different operations.

Q. 15. Write any four flowchart symbols?

Ans: The four flowchart symbols include terminal. input/output, process, and flow line.

Q. 16. What Is the Importance of flowcharts?

Ans: The flowchart is an important tool in problem-solving. It can be used to plan the solution in problem-solving. The solution can be understood easily with the help of a flowchart. It also helps the user to verify if the solution is correct or not.

Q.17. Write any three advantages of the flowchart?

Ans: The flowchart is easy to draw. It helps to understand the problem solution easily. It clearly shows the flow from one step to another.

Q. 18. How Is a flowchart constructed?

Ans: A flowchart is constructed by determining different requirements for the given problem. These requirements include input processing, decision, and output.

Q.19. How can you show the sequence of the execution of the steps in the flowchart?

Ans: The sequence of the execution of the steps in the flowchart is shown using the flow lines. The sequence is generally shown from top to bottom.

Q.20. Which symbol is used to show processing in the flowchart?

Ans: The rectangle is used to represent a processing or computational operation in the flowchart.

Q.21. What Is the purpose of parallelogram and rectangle symbols in flowcharts?

Ans: Parallelogram Is used to represent the input or output step in the flowchart. Rectangle is used to represent a processing or computational operation in the flowchart.

Q.22. Which symbol is used to start and end the flowchart?

Ans: The oval symbol is used to start and end the flowchart. It is also called a terminal symbol.

Q.23. What is the use of a decision symbol?

Ans: The decision symbol is used to represent the decision in the flowchart. A condition is given in the
diamond symbol. The flow of control from the diamond symbol may go in two possible directions.
It goes in one direction if the condition is TRUE and in the second direction if the condition is false.

Q.24. Define algorithm?

Ans: An algorithm is a finite number of steps to solve a problem. The steps given in the algorithm
are in a specific order. The steps may consist of input, process, decision, and output.

Q.25. Differentiate between flowchart and algorithm?

Ans: The flowchart uses standard symbols but the algorithm uses simple English. A flowchart is more time-consuming, but the algorithm is less time-consuming. A flowchart is difficult to modify but an algorithm is easier to modify.

Q.26. What Is the role of algorithm in solving a problem?

Ans: An algorithm plays an important role in solving a problem. It is the plan for solving the problem. It helps the user to find the solution to the problem. The process of solving a problem becomes simpler and easier with the help of an algorithm.

Q.27. Is it necessary for an algorithm to solve the problem in a finite number of steps? If yes,
why?

Ans: Yes. an algorithm must solve the problem in a finite number of steps. The reason is that the solution to any problem cannot consist of infinite steps. The algorithm has a clear start and end. The solution is found when all steps are performed in a sequence.

Q.28. What Is the role of input in the efficiency of an algorithm?

Ans: The role of input is very important in the efficiency of an algorithm. An efficient algorithm must clearly define the required input to solve the problem.

Q.29. What factors are used to measure the efficiency of an algorithm?

Ans: The efficiency of an algorithm is measured based on a number of steps in the algorithm and space in computer memory. An algorithm is more efficient if it takes less number of steps to solve a problem. An algorithm Is more efficient if it takes less space in computer memory.

Q.30. What is test data?

Ans: The test data is used to check the correctness of an algorithm. It is important to test the output of the algorithm after solving a problem. Different values of test data Are given to the algorithm as input. The output is checked to confirm that the algorithm works correctly.

Q.31. Why is testing a solution important?

Ans: Testing is very important to ensure the correctness of the solution. It can be used to find any errors in the solution. It helps the user to modify and improve the solution. “The testing becomes even more critical if the solution is used commercially.

Q.32. Differentiate between valid and invalid test data?

Ans: A type of test data that is according to the input requirements of an algorithm is called valid test data. A type of test data that is not according to the input requirements of an algorithm is called invalid test data.

Q.33. What Is boundary test data?

Ans: The smallest or the largest data values from the range of valid test data are called boundary
test data. AA algorithm is tested with the boundary test data to ensure that it handles these
values correctly.

Q.34. What do you mean by absent data?

Ans: The absent data means that the number of values given to a solution is less than expected.

Q.35. What Is the process of verification?

Ans: Verification is the process of testing if the solution Is solving the same problem for which it was designed. Suppose an algorithm is prepared to find the percentage of a student and assign the grade. The user can observe if the algorithm inputs marks and displays grades.

Q.36. What Is the process of validation?

Ans: Validation is the process of testing If the solution Is correct or not. Suppose an algorithm is prepared to find the percentage of a student and assign the grade. The user can check the output of the algorithm to confirm that the grade Is assigned correctly.

Q.37. What Is a trace table?

Ans: A trace table is a technique for testing the algorithm to ensure that it does not have any logical errors. The trace table usually consists of multiple rows and columns. Each column shows the name of the data element. Each row shows the value of the data element in each step

Related Articles

Back to top button
error: Content is protected !!
Enable Notifications OK No thanks