📚 CBSE Grade-10 Study Guide Open in the Study Guide single page app →
HomeArtificial Intelligence

Artificial Intelligence — CBSE Class 10 board question

Q1. [4]
Traffic Jams have become a common part of our lives now-a-days. Living in an urban area means you have to face traffic each and every time you get out on the road. Mostly, school students opt for buses to go to school. Many times the bus gets late due to such jams and students are not able to reach their school on time. Thus, an AI model is created to predict explicitly if there would be a traffic jam on their way to school or not. The confusion matrix for the same is
Explain the process of calculating F1 score for the given problem.
Previously asked in CBSE board exam
2022 104 Q21
Generated by claude-sonnet-4-6 · 2026-06-21 03:18 · grounding stimulus
Model Answer

From the confusion matrix:

Step 1 – Calculate Precision:

$$\text{Precision} = \frac{TP}{TP + FP} = \frac{50}{50 + 50} = \frac{50}{100} = 0.5$$

Step 2 – Calculate Recall:

$$\text{Recall} = \frac{TP}{TP + FN} = \frac{50}{50 + 0} = \frac{50}{50} = 1$$

Step 3 – Calculate F1 Score:

$$\text{F1 Score} = \frac{2 \times \text{Precision} \times \text{Recall}}{\text{Precision} + \text{Recall}} = \frac{2 \times 0.5 \times 1}{0.5 + 1} = \frac{1}{1.5} = 0.67$$

The F1 Score for this model is 0.67.

Source: AI Chapter – Evaluating AI Models (Confusion Matrix & Performance Metrics)

---

Explanation
If a question refers to an image, map, graph or diagram that is not shown here, open the Study Guide single page app, go to Library and find the actual CBSE question paper. The original papers are also available on the CBSE website: cbse.gov.in.
Previous-year CBSE Grade 10 board exam questions, organised by subject and chapter, each with a model answer — free to read and print.