Class - VII
Chapter - 2
Worksheets
Worksheet 1 Multiple Choice Question (MCQs).
Which Functions will you use to perform common mathematical functions?
Text Functions b. Logical Functions
Mathematical Functions d. Statistical Functions
Which Function returns square root of the number?
Sqroot b. Sqrt
Sqt d. SQR
Which sign is used to begin a Function?
= b. &
C. % d. $
Which function returns n characters number of characters including spaces?
Len(text) b. Concatenate (text1, text2)
C. Right(text) d. Right(text,n)
5. which Function returns number of characters including space?
a. Sum b. Mod
C. Lower(text) d. Len(text)
Worksheet 2 Write (T) for True and (F) for False against the statements.
The logical functions returns the result as True or False. TRUE
The = average(12,14,16) will given the result 16. FALSE
The = max(num1,num2,….) function returns the maximum value out of the Arguments. TRUE
The sqrt(num1) function returns the Square of the number Num1. TRUE
In the function = SUM(A1:A12), the argument is SUM. FALSE
Worksheet 3 Select the suitable words and fill in the blanks.
Mod Filter arguments Len Left Goal seek
You can use the Filter option to display only those records which meet some specific criteria.
The Goal Seek option is useful when you want to manipulate the result which you have obtained by applying some Formula.
The MOD function returns the Remainder, after dividing the num1 by the num2.
The Len Left function returns n characters starting from the left side.
Functions are the special pre - written formula and instructions that accept the values as arguments and ‘return’ the result values.
Worksheet 4 Answer the following:
What are function. Write the syntax of a function.
Answer: Functions are the special pre-written formulae and instruction that ‘accept’ the values as arguments and ‘return’ the result values in the cell in which they have been typed.
Syntax of function is =Function name (Arguments).
Write one example for the syntax for joining multiple text strings into one.
Answer: =concatenate(text1, text2)
Joins multiple text strings into one.
=concatenate (“My”,”country”)= My Country
What is the use of the Filter option?
Answer: You can use the Filter option from the Data tab to display only those records which meet some specific criteria.
Write the syntax used for returning the sum value of the Arguments.
Answer: =sum(num1,num2)
What is the use of Conditional Formatting?
Answer: If you want to apply formatting to cells, which contain data that meets certain conditions, you can use the conditional formatting.