Uploaded by s1xntithink+studylibspam

7 -L2 ANSWER KEY 23-24

advertisement
INTERNATIONAL INDIAN SCHOOL –JEDDAH
CLASS – VII , COMPUTER SCIENCE
L2-FORMULAS AND FUNCTIONS
A.
Fill in the blanks.
1.
2.
3.
4.
5.
6.
Equal to (=)
Cell reference
Absolute reference
Arguments
Parenthesis
&
B. Write T for True and F for False.
1. True
2. True
3. True
4. True
5. False
6. True
C. Application-based questions.
1. She should use the Max() and Min() function.
2. Formula to be used for the new salary:
present salary + present salary *10/100
ie, =15000+15000*10/100
The total amount is 16500.
D. Select the correct option.
1. a. Textjoin()
2. c. Alt + =
3. c. Max ()
4. a. MOD
5. b. A3
E. Answer the following questions.
1. Formulas are the user defined instructions to perform calculations.
For example, to find Average of four values, you can use the formula:
(value 1 + value 2 + value 3 + value 4)/4.
2. The cell address in a formula is known as the cell reference.
There are three types of cell references: Relative reference, Absolute reference
and Mixed reference.
3. Absolute reference is used when it is required to keep the address of the cell fixed
while copying the formula to another cell. To use absolute reference in a formula,
dollar sign ($) is used before the column and row number.
Example: =$A$1+$A$2
4. Functions are the pre-defined or built-in formulas in Excel.
LCM and GCD are thecommonly used Math & Trig functions.
5. The Concat() function is used to join two or more than two strings together.
Whereas,Textjoin() lets you join the text specified in a range of cells where you can
add words and a delimiter you specify between each text value that will be
combined.
Download