Class 8 Algorithms and Flowcharts
A Fill in the blanks with the correct words. 1. The start and stop symbols are oval in shape. 2. The parallelogram symbol is used for input/output in flowchart. 3. The decision symbol has two outputs for true and false conditions. 4. It is a good practice to write algorithm first and then write the code of a program. 5. A flowchart should flow from top to bottom and from left to right. B Write T for the true statement and F for the false one. Correct the false statement(s). 1. There can be more than one start symbol in a flowchart. ( F - because there can only be one start symbol in a flowchart ) 2. You cannot draw a flowchart in more than one page. ( F - because we can draw a flowchart in more than one page by using the off-page connectors ) 3. The arrow lines show the flow of steps. ( T ) 4. The order of instructions in an algorithm is not important. ( F - the order of instructions in an algorithm is important ) 5. You can use the parallelogram symbol for calculations in a flowc...