0% found this document useful (0 votes)
71 views

Class - 7 (Computer Test Paper)

This document contains a computer class quiz with 5 multiple choice questions about charts, variables, constants, and statements. It asks students to fill in blanks, identify true/false statements, match terms and their uses, and explain key terms related to creating and analyzing charts in a spreadsheet program. The quiz covers fundamental concepts of variables, constants, control structures, and chart components.

Uploaded by

Disha Dave
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)
71 views

Class - 7 (Computer Test Paper)

This document contains a computer class quiz with 5 multiple choice questions about charts, variables, constants, and statements. It asks students to fill in blanks, identify true/false statements, match terms and their uses, and explain key terms related to creating and analyzing charts in a spreadsheet program. The quiz covers fundamental concepts of variables, constants, control structures, and chart components.

Uploaded by

Disha Dave
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

Class - 7

Computer

[Q1] Fill in the blanks : (5 Marks)

1) When you insert a chart, the data is displayed in a


special window called _______________ .
2) ______________ displays data in the form of a circle
that makes up a data series to the sum of items.
3) ______________ improves the appearance of a
chart.
4) ______________ are the values that do not change
during the execution of a program.
5) The _______________ statement can accept more
than one data at a time by placing comma in between
within the program, before the execution takes place.

[Q2] State True or False : (5 Marks)

1) The line chart is very similar to plotting a graph on a


graph paper with its values on the X and Y axis. -
________
2) We can select the desired layout from the chart
layouts group on the format tab. - ________
3) A constant is a named location in the memory of
computer that stores data temporarily. - _________
4) Numeric variables can hold only numbers that can be
of integer, floating decimal or long integer type. -
________
5) String constant is a sequence of characters enclosed
in double quotes. - __________

[Q3] Match the following : (5 Marks)

Control Statements Uses


(1) GOTO (a) It is required after any
multiple line IF, ELSE
IF, or ELSE statement
blocks.
(2) IF...THEN (b) It allows you to
perform a secondary
action if the first
expression is false.
(3) IF...THEN...ELSE (c) It is used for decisions
based on
comparisons.
(4) END...IF (d) It is used to transfer
the program control
from one statement to
another in a program.
(5) ELSE IF WITH END IF (e) It is a conditional
decision making
statement.

[Q4] Multiple choice questions : (5 Marks)

1) In which chart, categories are represented on the


vertical axis and values are represented on the horizontal
axis ?
(a) Column
(b) Bar
(c) Line
(d) Pie

2) Which of the following is a wonderful feature for


fixing a specific result for one cell by adjusting a value in
another cell ?
(a) Consolidation
(b) Grouping
(c) Formatting
(d) Goal Seek

3) The purpose of which of the following is to enter


common data, formatting effects and formulas ?
(a) Goal Seek
(b) Formatting
(c) Grouping
(d) Consolidation

4) Which of the following contains values, symbols or text


within double quotes and is represented by an alphabet
followed by the dollar sign ?
(a) Numeric Variables
(b) String Variables
(c) Numeric Constants
(d) Character Constants

5) Which of the following contains only a single character


enclosed in double quotes ?
(a) String Variables
(b) Single Character Constant
(c) String Constants
(d) Numeric Variables

[Q5] Explain the following terms : (10 Marks)

1) Plot Area
2) Axes Titles
3) Data Series
4) Category Axis
5) Value Axis
6) Grid Lines
7) Legend
8) REM Statement
9) INPUT Statement
10) LET Statement

You might also like