0% found this document useful (0 votes)
9 views5 pages

Grade 7 - Lesson 2

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views5 pages

Grade 7 - Lesson 2

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

CHAPTER 2

FLOW CHARTS

Multiple Choice Questions

1. Flow chart is a:

Ans: Pictorial representation

2. Symbols used to indicate the beginning or end of flow chart:

Ans: TERMINAL BOX

3. It makes data available for processing and displaying the information

Ans: INPUT OR OUTPUT BOX

4. Instructions to perform processing are given in this symbol.

Ans: PROCESSING BOX

5. It is used for all types of comparisons to be performed between two

expressions.

Ans: DECISION BOX

6. Structure consists of a sequence of two or more operations.

Ans: Simple sequence

7. Structure allows the execution depending on the given condition.

Ans: Selection

8. In this structure the set of operations is repeated as long as the condition is


satisfied

Ans: Repetition

Fill in the blanks:


(a) The pictorial representation of any problem is called flowchart.

BHPS/EMP258/LESSON-2/VII/COMPUTER SCIENCE 2023-24 Page 1


(b) terminal box is used to indicate the beginning or end of flow chart.

(c) Instructions to perform operations are given in Process symbol.

(d) The input/output symbol is used to print the result.

(e) Connectors are used to avoid jumbled flowlines.

Match the following:

Input/Output box parallelogram in shape


Decision box for expressions.
Arrows flowlines
Processing box addition, multiplication
Terminal box beginning or end of flowchart.

Write True or False :


(a) Flow charts assist the programmer while writing the program.-True

(b) The direction of flow can be in any direction.-False

(c) Modules are the main programs.- False

(d) Connectors are used when there are too many flow lines in the flow chart-
True

(e) Decision box has only one flowline.-False

Answer the following


1. What are the advantages of flowcharts?

ANS:

 Helps the programmer to know the basic layout of problem to achieve the
required result.
 Assists the programmer while writing the program.
 Helps in debugging and modifying the programs later.

BHPS/EMP258/LESSON-2/VII/COMPUTER SCIENCE 2023-24 Page 2


2. Name the basic structures of flowcharting and explain.

ANS: Flow charts use special shapes to represent different types of actions
or steps in a process. Lines and arrows show the sequence of the steps, and the
relationships among them. These are known as flowchart symbols.

Simple sequence: This structure consists of a sequence of two or more


operations

SELECTION:

This structure allows the execution depending on the given condition.

BHPS/EMP258/LESSON-2/VII/COMPUTER SCIENCE 2023-24 Page 3


NO

YES

Repetition:

In this structure the set of operations is repeated as long as the condition is


satisfied.

BHPS/EMP258/LESSON-2/VII/COMPUTER SCIENCE 2023-24 Page 4


BHPS/EMP258/LESSON-2/VII/COMPUTER SCIENCE 2023-24 Page 5

You might also like