class 8 chapter 4
Here are the answers for Section A from the Test Yourself page: A. Choose the correct answer. The steps in an algorithm must be arranged in a ................................. Order. Answer: b. Logical Which of the following characteristics of algorithms indicate that it must end after suitable number of steps. Answer: d. Finite Which of the following keywords indicate decision-making? Answer: c. Both a) and b) (Both If and Else are decision-making keywords) In a flowchart, implementation of a loop is shown as which of the following? Answer: a. Backward arrow Here are the solutions for the page shown in the image: --- ## **A. Choose the correct answer (Continued from Q4)** 5. **For which of the following situation, use of flowcharts is suggested?** * **Answer:** **c. Short, simple algorithms** *(Flowcharts become cluttered and difficult to manage for very complex or long programs)* --- ## **B. Fill in the blanks.** *(Word Bank provided: Algorithm, Circle, Flowchart, Oval,...