0% found this document useful (0 votes)
210 views3 pages

Class 6 Worksheet 1

The document contains worksheets focused on algorithms and flowcharts, including multiple-choice questions, fill-in-the-blank exercises, and true/false statements. It covers fundamental concepts such as data, algorithms, flowchart symbols, and properties of algorithms. Additionally, it includes open-ended questions requiring definitions and advantages/disadvantages of algorithms, as well as a practical exercise to draw a flowchart for calculating the area of a rectangle.

Uploaded by

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

Class 6 Worksheet 1

The document contains worksheets focused on algorithms and flowcharts, including multiple-choice questions, fill-in-the-blank exercises, and true/false statements. It covers fundamental concepts such as data, algorithms, flowchart symbols, and properties of algorithms. Additionally, it includes open-ended questions requiring definitions and advantages/disadvantages of algorithms, as well as a practical exercise to draw a flowchart for calculating the area of a rectangle.

Uploaded by

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

6 Algorithms and Flowcharts

Worksheet-1
A. Multiple choice questions.
1. Raw facts or figures are known as:

a. Data b. Information c. Metadata

2. How many well-defined outputs must an algorithm have?

a. None b. One or more c. Two or more

3. An algorithm must be very clear and precise. It means that algorithm should be:

a. Unique b. feasible c. unambiguous

4. What is the name given to the diagrammatic representation of an algorithm?

a. Pseudocode b. Visio c. Flowchart

5. Every flowchart has a START symbol and a:

a. PROGRESS symbol b. STOP symbol c. STEP symbol

6. Which property of the following specifies that an algorithm must terminate after a finite
number of steps?
a. Uniqueness b. Precise c. Finiteness

B. Fill in the blanks:


1. The symbol used to read and print the data is ________________;

2. The symbol used to take decision is ________________’

3. An algorithm must produce a ________________.

4. _________________ is a variable which counts the number of times a process is


repeated.

5. Flowcharts are connected by ________________.

18
C. state true or False.
1. Every flowchart has a START symbol and a STOP symbol.
2. A diagrammatic representation of an algorithm is called a callchart.
3. A decision box has only one entry point but three or more exit points.
4. The parallelogram shaped box is used as a decision box.
5. A loop is also called an iterative statement.

Worksheet-2
A. Multiple choice questions.
1. How many exit point(s) does a DECISION box have?
a. One b. Two c. Three
2. Which of the following is the name given to the repetition of a statement until a condition
is met?
a. Flowchart b. Algorithm c. Loop
3. The general direction of flow in any flowchart is from:
a. Top to bottom only
b. Top to bottom or left to right
c. Bottom to top or right to left
4. Name the mechanism in flowchart that lets you perform a task many times.
a. Counter b. Decision branch c. Loop
5. A loop is also called a:
a. Sequential statement b. Continuous statement c. Iterative statement
4. What shape is used to indicate START/STOP symbols in a flowchart?
a. Rectangle b. Parallelogram c. Rounded Rectangle

B. Answer the following questions.

1. What is an algorithm?
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________

19
2. Who were the computer scientists who first used flowcharts to develop computer
programs?
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
3. Give any two advantages and two disadvantages of an algorithm.
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________

C. Draw a flowchart to calculate the area of a rectangle and also write an algorithm.

20

You might also like