Chapter 4 (Data Analysis) Answers: Fill in The Blanks
Chapter 4 (Data Analysis) Answers: Fill in The Blanks
(e) Smallest
2. Select the most suitable alternative:-
Ans: Sum() is used to find the sum of the values of a range of cells whereas average() is used
to find the average (mean) of the values of a range of cells.
4. Answer the following questions:-
(a) What is formula? Explain different types of formula used in spreadsheet.
Ans: It is one of the most important features of spreadsheet package. It helps in doing
calculation like addition, subtraction, multiplication, division etc.
followed by the row number e.g. A10, B15 etc. A formula can be written using the cell address
and the related arithmetical operator. For example if you want to add the content of the three
In formula with cell name, instead of writing the cell address we write the heading given to a particular
column data. For example if you want to add the three subject marks you can write formula as
=’English marks’+’Hindi marks’+’Math marks’ using cell name.
There are in-built functions in spreadsheet package like Calc or Excel which can directly be used as
formula. For example: A formula ‘B5=B2+B3+B4’ can be written as: B5 =SUM(B2:B4) using in-built
function.
Ans: It is a shortcut tool for adding the values of a range of cells. Select the range of cells whose data
have to be added, and then click on the Autosum (Ʃ) button which lies at the formula bar.
(c) What is sorting? Explain the different steps of sorting data in a worksheet.
Ans: Sorting means arranging the data on the basis of some defined criteria. For example, to find the
highest/lowest marks of a subject, the data of the subject marks can be either sorted in ascending or
descending order. Sorting can be also done on non-numeric data also i.e. on alphabets , like on name of
students.
Steps to sort data-
Select the range of data to sort.
Click on Data Sort. Sort dialog box appears.
Select the criteria on which you want to sort the data.
Click on OK button the data get sorted on the basis of column header.
5. Find the solution for the given situation in one word/line.