0% found this document useful (0 votes)
48 views2 pages

Exercise-Chapter-2-Class7 (1) 02-07-2022

The document discusses flowcharts and algorithms. It contains multiple choice questions, fill in the blank questions, true/false questions, and matching questions about the key components of flowcharts. It also defines important terms like algorithm and discusses the purpose and features of flowcharts.

Uploaded by

Navya Sharma
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)
48 views2 pages

Exercise-Chapter-2-Class7 (1) 02-07-2022

The document discusses flowcharts and algorithms. It contains multiple choice questions, fill in the blank questions, true/false questions, and matching questions about the key components of flowcharts. It also defines important terms like algorithm and discusses the purpose and features of flowcharts.

Uploaded by

Navya Sharma
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/ 2

Exercise-chapter-2

A- MCQ’s

1. How many flow lines is/are used to connect the start/stop Symbol?
a. One b. Two c. Three
2. Which of the following symbol is used to attach one part of the flowchart to the next part?
a. Connector Symbol b. Decision Symbol c. Process Symbol
3. In flowcharts, which of the following is rectangle shaped?
a. Decision Symbol b. Process symbol c. Input/output symbol
4. An _________ is any stepwise resolution to a problem.
a. Algorithm b. Flowchart c. None of these
5. A __________ shaped symbol used to read and print the data in a flowchart.
a. Rectangle b. Parallelogram c. Diamond
6. A _________ shaped symbol shows the starting and ending of a flowchart.
a. Rounded Rectangle b. Parallelogram c. Diamond

B- Fill in the blanks

1. An Algorithm is a step- by-step process for solving any problem


2. You use algorithm to solve mathematical problems.
3. Every flowchart has a start and stop symbol.
4. The Parallelogram box is used to read and print the data.
5. The Flowlines(arrows) show the connection between symbols of flowchart.
6. In flowcharts, the decision symbol is diamond shaped.

C- State True/False
1. A flowchart is the name given to the computer program made using the algorithm. False
2. An algorithm is a diagrammatic representation of flowcharts. False
3. You cannot create a flowchart without using symbols. True
4. Every flowchart has one start and stop symbols. True
5. A process box shows the commands for calculation. True
6. There are many flowlines that come out from a process symbol. False

D- Match the following:


E- Answer the following questions:

1. Define the term program.


Ans- Set of instructions is called program.

2. Write two advantages of an algorithm.


Ans- Advantages of algorithm are-
I. It is easy to understand and implement.
II. It is easy to edit, use and learn.

3. What does a decision symbol indicate in a flowchart?


Ans- Decision symbol (Diamond) is used to take a decision and follow one of two branches in the flowchart.

4. Write two advantages and disadvantages of a flowchart?


Ans- Advantages of flowchart-
I. It helps to analyze the program better.
II. It allows easier understanding of the bugs(error) in the program

Disadvantages of flowchart-

I. If flowcharts get complex, then it can be a hindrance to understating the program.


II. A large amount of modification is required to change the flowchart.

5. What is flowchart? Write three features of flowchart.


Ans- A flowchart is a pictorial or diagrammatic representation of an algorithm.
Features of flowchart-
I. It should have the START and the STOP symbol, at the beginning and the end respectively.
II. There should be a single flow lines that comes out of process symbol.
III. The flow line of the flowchart should travel top to bottom or left to right.

You might also like