Case study question and answer
Case study question and answer
Technology (402))
Spreadsheet Case Study Questions (IT 402)
Here are 5 case study questions with answers for Spreadsheet and MS Word topics under
CBSE Class 10 Information Technology (402). These are aligned with skill-based
learning as per the CBSE guidelines.
Q1: Which function will help calculate the average marks of each student?
A1: =AVERAGE(B2:D2)
Q2: What formula can be used to find the total marks?
A2: =SUM(B2:D2)
Q3: Which formula helps find the highest marks among subjects?
A3: =MAX(B2:D2)
Q4: How can the pass/fail status be calculated?
A4: =IF(SUM(B2:D2)>=105,"Pass","Fail")
Q5: How to apply conditional formatting to highlight failed students?
A5: Use Conditional Formatting → New Rule → Formula:
=E2="Fail" and choose a red fill.
Case Study: A company has a sales spreadsheet with product sales in different zones.
3. Inventory Tracker
Case Study: A shop tracks items with fields: Item Name, Quantity, Unit Price, and Total
Value.
Case Study: A family creates a monthly budget sheet with income and various expenses.
Case Study: A company tracks attendance as "P" and "A" for each employee daily.
1. Resume Creation