| Name : __________________________ | Roll No. : __________ |
| Class : IX | Date : __________ |
Learning Outcomes
- Understand formulas and functions.
- Apply arithmetic operators.
- Use SUM(), AVERAGE(), MAX(), MIN() and COUNT().
- Create a student marksheet.
- Use AutoFill to copy formulas.
Section A : Multiple Choice Questions (1 × 5 = 5 Marks)
-
Every spreadsheet formula begins with:
- #
- =
- @
- $
-
Which function calculates the total?
- AVERAGE()
- MAX()
- SUM()
- COUNT()
-
Which function returns the highest value?
- MIN()
- SUM()
- MAX()
- COUNT()
-
Which function counts numeric values?
- COUNT()
- SUM()
- MAX()
- AVERAGE()
-
The small square used to copy formulas is called the:
- Name Box
- Formula Bar
- Fill Handle
- Status Bar
Section B : Fill in the Blanks (1 × 5 = 5 Marks)
- A predefined formula is called a __________________.
- The __________________ function calculates the average.
- The __________________ function finds the smallest value.
- Every formula begins with the __________________ sign.
- The __________________ feature copies formulas automatically.
Section C : True or False (1 × 5 = 5 Marks)
- Functions are predefined formulas. ________
- SUM() finds the highest value. ________
- MAX() returns the largest number. ________
- AutoFill can copy formulas automatically. ________
- COUNT() counts only numeric values. ________
Section D : Match the Following (5 Marks)
| Column A | Column B |
|---|---|
| SUM() | Counts numbers |
| AVERAGE() | Highest value |
| MAX() | Addition |
| MIN() | Lowest value |
| COUNT() | Average |
Section E : Short Answer Questions (2 × 5 = 10 Marks)
- What is a formula?
- What is a function?
- Differentiate between a formula and a function.
- Write the purpose of SUM(), MAX() and COUNT().
- What is AutoFill? Why is it useful?
Section F : Practical Activity (10 Marks)
Enter the following data in LibreOffice Calc.
| Name | English | Maths | Science | Computer | Total | Average |
|---|---|---|---|---|---|---|
| Aarav | 85 | 92 | 88 | 90 | ? | ? |
| Diya | 79 | 84 | 91 | 86 | ? | ? |
| Rohan | 95 | 89 | 94 | 96 | ? | ? |
| Sneha | 88 | 90 | 86 | 92 | ? | ? |
| Vivaan | 91 | 87 | 89 | 93 | ? | ? |
Tasks:
- Calculate Total using
=SUM(B2:E2) - Calculate Average using
=AVERAGE(B2:E2) - Find Highest Marks using
=MAX(B2:E2) - Find Lowest Marks using
=MIN(B2:E2) - Count the number of subjects using
=COUNT(B2:E2) - Copy formulas using AutoFill.
- Save the file as Student_Marksheet.ods.
Section G : HOTS (Higher Order Thinking Skills) (5 Marks)
- Why is it better to use SUM() instead of typing
=B2+C2+D2+E2? - If a student's marks change after correction, how does using formulas make updating the marksheet easier?
Section H : Activity
Create a spreadsheet showing the monthly expenditure of your family.
| Category | Amount (₹) |
|---|---|
| Food | |
| Electricity | |
| Transport | |
| Education | |
| Others |
Calculate the total monthly expenditure using the SUM() function.
Teacher's Assessment
| Criteria | Marks |
|---|---|
| Conceptual Understanding | 10 |
| Formula Accuracy | 10 |
| Practical Skills | 15 |
| Presentation | 5 |
| Total | 40 |
Self Reflection
Tick (✓) the statements that apply to you.
☐ I can write spreadsheet formulas.
☐ I can use SUM() and AVERAGE().
☐ I can use MAX(), MIN() and COUNT().
☐ I can use AutoFill correctly.
☐ I need more practice with spreadsheet functions.