Unit-4 Question Answer
Unit-4 Question Answer
CLASS 9
UNIT-4
ELECTRONIC
SPREADSHEET
QUESTIONS
/ANSWERS
https://www.youtube.com/CBSEComputerEducation
UNIT 4: ELECTRONIC SPREADSHEET
Questions and Answers
https://www.youtube.com/CBSEComputerEducation
https://www.youtube.com/CBSEComputerEducation
ANSWER
https://www.youtube.com/CBSEComputerEducation
ANSWER:-
https://www.youtube.com/CBSEComputerEducation
Answer
https://www.youtube.com/CBSEComputerEducation
Answer:-
https://www.youtube.com/CBSEComputerEducation
Spreadsheet:- Spreadsheet is a long sheet of rows and columns on the
computer screen to do data analysis and calculation. In other words, a
spreadsheet is a grid which interactively manages and organises data
in rows and columns.
Worksheet:- The worksheet is single page spreadsheet or page
in Excel, where you can write, edit and manipulate data.
Sheet:- Combination of the rows and columns make cell and collection
of cell is called sheet.
13. Give the syntax and example of any three statistical functions
in spreadsheet.
Answer:-
https://www.youtube.com/CBSEComputerEducation
S.No. Function Syntax Example
1 SQRT =SQRT(NUMBER) =SQRT(5)
2 AVERAGE =AVERAGE(Number1,Number2,......) =AVERAGE(D1:D7)
3 COUNT =COUNT(Number1,Number2,.....) =COUNT(D1:D7)
14. Give the syntax and example of any three decision making
functions in spreadsheet.
Answer:-
S.No. Function Syntax Example
1 IF =IF(TEST,TRUE,FALSE) =IF(B5>4,Y,N)
2 AND =AND(Logical1,Logical 2……….) =AND(D1>D7,B1>B5)
3 OR =OR(Logical1,Logical 2……….) =OR(D1>D7,B1>B5)
15. Give the syntax and example of any three date and time
functions in spreadsheet.
Answer:-
S.No. Function Syntax Example
1 DATE =DATE(YYYY,MM,DD) =DATE(1985,05,02)
2 DAYS =DAY(END DAY,START DAY) =DAY(5,2)
3 NOW =NOW( ) =NOW( )
16. Give the syntax and example of any three logical functions in
spreadsheet.
Answer:-
S.No. Function Syntax Example
1 IF =IF(TEST,TRUE,FALSE) =IF(B5>4,Y,N)
2 AND =AND(Logical1,Logical 2……….) =AND(D1>D7,B1>B5)
3 OR =OR(Logical1,Logical 2……….) =OR(D1>D7,B1>B5)
17. Give the syntax and example of any three string functions in
spreadsheet.
S.No. Function Syntax Example
1 LEN =LEN(SELECT TEXT) =LEN(O6)
2 BASE =BASE(Number, Radix, Length) =BASE(B4,1,N5)
3 ASC =ASC(Text) =ASC(O7)
https://www.youtube.com/CBSEComputerEducation
18. Explain the advantages of drawing a chart in Calc.
Answer:- The advantages of drawing a chart in Calc. are:-
It is very beneficial to draw a chart in Calc as calculations can be
done easily.
It is numerical and If you have jotted down the right formula it
will calculate the solution for you.
It shows the data in a very sophisticated manner.
It is a very powerful tool and is helpful for all the accountants or
mathematicians out there.
It is easy and comfortable to use.
https://www.youtube.com/CBSEComputerEducation
24. What is the extension of libre office Calc file and ms Excel
file?
Answer Ms Excel - .xlsx or .xls
Libre office Calc - .ods
25. What is a worksheet?
Answer. The worksheet in Calc is also referred to as spreadsheet. The
spreadsheet can have many sheets. Each sheet can have many
individual cells arranged in rows and columns. The sheet tab shows its
default name as Sheet1, Sheet2, Sheet3, ….
https://www.youtube.com/CBSEComputerEducation
i) Write the formula to calculate the sum of cell B1 to B5 and display
the result in cell B7.
ii) Write the formula to calculate the average of cell B1 to B5 and
display the result in cell B8.
iii) Write the formula to find the largest no. from cell B1 to B5 and
display the result in cell B9.
iv) Write the formula to find the smallest no. from cell B1 to B5 and
display the result in cell B10.
v) Write the formula to count the no. of elements in cell B1 to B5 and
display the result in cell B11.
Answer.
i) Click on cell B7 and type =SUM(B1:B5)
ii) Click on cell B8 and type =AVERAGE(B1:B5)
iii) Click on cell B9 and type =MAX(B1:B5)
iv) Click on cell B10 and type =MIN(B1:B5)
v) Click on cell B11 and type =COUNT(B1:B5)
https://www.youtube.com/CBSEComputerEducation