CLASS 6 CHAPTER 9 - INTRODUCTION TO MS SMALL BASIC Ans Key
CLASS 6 CHAPTER 9 - INTRODUCTION TO MS SMALL BASIC Ans Key
Instructions:
*Write the answer for following question in your IT notebook.
3. The are usually labelled in pairs to connect one part of a flowchart to another.
a. Processing box b. Input/Output box c. Connectors
1. In Flowchart, flowlines are used to show the process of execution in a program. True
2. Algorithm and flowchart are the same thing. False
1. Suresh is drawing a flowchart to calculate area of a triangle. Which box does he need to:
a. Read the sides of the triangle Input/Output box
b. Calculate the area Processing box
c. Show the value of area of the triangle Input/Output box
2. Richa wants to draw a flowchart to find smallest of the four given numbers. It is advisable to
directly make the flowchart or should she make something else before drawing the flowchart.
Input number R
Circumference = 2 × 3.14 × r
Print circumference
Stop
F. Write any two differences between Process box and Decision box.
Process box Decision box
1. It is used for writing the instructions and 1. It is used for checking or applying any
doing calculations condition in the program
2. It tells the computer exactly what to do 2. It applies an ‘IF’ condition on the computer
making the computer think that is the
statement in the box is true or false