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

Computer Vi

Uploaded by

revathyrenjit
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)
84 views2 pages

Computer Vi

Uploaded by

revathyrenjit
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

Holy Trinity Anglo Indian International School

CLASS: VI COMPUTER Mark: 40


SECTION A
I. Multiple Choice Questions (8)
1. A sequence of steps to solve a problem is called:
a) Algorithm
b) Flowchart
c) Flowgorithm
2. A variable name in programming must:
a) Start with a number
b) Contain spaces
c) Start with an alphabet
3. Which of the following is a valid variable name?
a) Red Carpet
b) Num_4
c) Print@23
4. The box used to start or stop a flowchart is:
a) Input
b) Decision
c) Start/Stop
5. The statement that gets repeated multiple times in a program is called:
a) Condition
b) Loop
c) Algorithm
6. Which variable keeps track of the number of times a loop is executed?
a) Connector
b) Counter
c) Operator
7. Which of the following is NOT a valid variable name in Flowgorithm?
a) my_var
b) age123
c) Red Carpet
8. What is the & operator in Flowgorithm used for?
a) Adding two numbers
b) Checking conditions
c) Concatenating strings
II. Fill in the Blanks (4)
1. A ________ is a step-by-step set of instructions to solve a problem.
2. A ________ stores temporary values in computer memory.

3. The ________ box in a flowchart is used to perform calculations.


4. --------- symbol is used in a flowchart to represent decision-making?
III. write True or False: (4)

1. A variable name can contain spaces.


2. The Start/Stop box in a flowchart is also known as a terminal box.
3. An algorithm is a diagrammatic representation of a problem's solution.
4. Reserved keywords like "if" and "declare" can be used as variable names.

SECTION B

I. Answer the following:


1. what is an algorithm? (2)
2. explain any three basic flowchart symbols. (3)
3. write the two rules for naming a variable? (2)
4. Write a flowchart to find the sum of two numbers. (4)
5. a) Differentiate between sequence and decision-based flowcharts (5)
OR
b) write a flowgorithm that accepts the base and height of a triangle from the user
and calculates its area.
6. write the flowchart and flowgorithm (5)
a) To calculate the cost of a single banana, if a hawker sells bananas at the rate of
rupees 65 per dozen.
OR
b) To calculate the salary of an employee for the month of august if he is paid rupees
321 per day.

7. Sagarika is drawing a flowgorithm where she has used the variable main to store the
value 99 but the program is not working. what could be the problem. Suggest to her
an alternative (3)

You might also like