WORKSHEET With Answers - TERM I: Fill in The Blanks
WORKSHEET With Answers - TERM I: Fill in The Blanks
1. MS Excel is a Spreadsheet software used for working with numbers and calculations.
2. A formula in MS Excel is an expression or equation that can perform mathematical
calculations.
3. A formula consists of cell addresses, values and operators.
4. A function is a ready -made or predefined formula which will allow us to perform simple and
complex calculations easily and quickly in MS Excel.
5. In MS Excel, all the formulae and functions start with equals to (=) sign.
6. A formula is entered either in the cell or in the formula bar in Excel.
7. A formula using only one operator to perform calculations is called as simple formula.
8. A formula using more than one operator to perform calculations is called as compound
formula.
9. Arithmetic operators are used in a formula to perform arithmetic operations with numbers.
10. The result of the formula =5^2 is 25 .
11. In a compound formula, the result of the formula is calculated based on operator
precedence of the arithmetic operators used.
12. Relational operators are used in a formula to compare values.
13. A formula with Relational operator always returns result as True or False.
14. The result of the formula =20<=5 is false.
15. In Excel, a group of selected cells is called as a range.
16. Th range of cells from A1 to A10 in an Excel worksheet is represented as =A1:A10.
17. =Count(B10:C15) function counts and returns the number of cells that contains numeric
values within the range of cells from B10 to C15 in an Excel worksheet.
18. Cell Referencing means how a cell address behaves in the formula when it is copied from
one cell to the other.
19. There are 3 types of cell referencing in MS Excel.
20. Relative Referencing is the default cell referencing in MS Excel.
WORKSHEET
1 – TERM I Page 1 INFORMATION TECHNOLOGY - CLASS VII (23-24)
ofPage 1 of
65
21. In relative referencing, the cell reference in a formula changes automatically when the
formula is copied across columns or rows down.
22. =C10+D10 is an example of relative referencing.
23. Absolute references remain unchanged when the formula is copied across columns or
rows down.
24. In absolute referencing, $ sign is used along with column name and the row number in the
cell address.
25. The absolute cell reference for the cell located in column K and row 5 is =$K$5 .
26. In Mixed cell referencing, either the column letter or the row number should have a $ sign
along with it.
27. =C$3 is mixed cell reference with relative column and absolute row .
28. =$A2 is mixed cell reference with absolute column and relative row.
29. ##### error in MS Excel indicates that the column is not wide enough to fit the numbers in
the cells.
30. Microsoft Excel shows the #DIV/0! error when a number is divided by zero (0).
1. =20+5-3*3 1. c a. 40
2. = 8+6+5 2. g b. 23
4. =Len(“Artificial Intelligence”) 4. b d. 7
8. =100<>100 8. f h. 50
WORKSHEET
2 – TERM I Page 2 INFORMATION TECHNOLOGY - CLASS VII (23-24)
ofPage 2 of
65
III. Choose the correct answer:
1. In the formula =4*5+3-(10+54) , which calculation would be performed first?
a. 4*5 b. 5+3 c. (10+54) d. 3 - (10+54)
2. Which of the following formulae in EXCEL will divide the value in cell A3 by 27?
4. In the Excel worksheet shown below, if cell B2 contains the formula =$A$1+B1, what would
be the formula copied to cell B3?
5. After entering a formula in the cell, press ________ key to view the result in an Excel
worksheet.
a. enter b. delete c. esc d. backspace
6. Which of the following formulae contains a cell reference?
a. = 560 + 365 b. =65-10A c. =D5/3 d. H34+12
7. Observe the screenshot of an Excel worksheet given below and answer the question.
What will be the result if the function =Count(A1:A6) is applied ?
a. 2 b. 3 c. 4 d. 5
WORKSHEET
3 – TERM I Page 3 INFORMATION TECHNOLOGY - CLASS VII (23-24)
ofPage 3 of
65
8. Which of the following functions will be used in cell C1 to add the numbers in cells
A1 and B1?
9. James had created a spreadsheet containing student grades. Which function would he use
to return the current date in cell A1 of the worksheet?
a. =now( ) b. =today( ) c. =date( ) d. none of these
10. This function counts the number of characters, including spaces and numbers in a
piece of text in MS Excel.
a. =Count( ) b. =Len( ) c. =Lower( ) d. =Upper( )
8. =Average( ) function returns the average of numbers within a cell range. True
WORKSHEET
4 – TERM I Page 4 INFORMATION TECHNOLOGY - CLASS VII (23-24)
ofPage 4 of
65
V. Application based Questions:
1. Consider the following screenshot of an Excel worksheet and answer the questions given
below:
a. Write the complete function using cell reference in cell B9 to calculate the Total Sales of
all items.
Ans: =Sum(B3:B7)
b. Write the complete function using cell reference in cell B10 to find the Highest Sales.
Ans: =Max (B3:B7)
c. Write the complete function using cell reference in cell B11 to find the Lowest Sales.
Ans: = Min (B3: B7)
e. Write the function using cell reference to find the number of characters of the item in
cell A3?
Ans: =Len(A3)
WORKSHEET
5 – TERM I Page 5 INFORMATION TECHNOLOGY - CLASS VII (23-24)
ofPage 5 of
65
2. Gokul has entered data in his Excel worksheet as shown below.
Which function would he enter to return the largest value in the selected range?
Ans: =Max(A1:B4)
2. = (10/5) *4-2
Ans: 6
3. = (4^2)*6
Ans: 96
4. =15/5+6*2
Ans: 15
VII. Write the correct formula for the given expressions and also write whether the result is true
or false:
1. 15 not equal to 10
Ans: Formula: = 15<> 10 Result: True
2. 50 greater than or equal to 30
Ans: Formula: = 50>=30 Result: True
4. 35 equal to 35
Ans: Formula: = 35=35 Result: True
WORKSHEET
6 – TERM I Page 6 INFORMATION TECHNOLOGY - CLASS VII (23-24)
ofPage 6 of
65