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

Artificial Intelligence — CBSE Class 10 board question

Q1. [4]
Confusion Matrix for an AI model that predicts whether there is a chance of earthquake or not.
Recently the country was shaken up by a series of earthquakes which has done a huge damage to the people as well as the infrastructure. To address this issue, an AI model has been created which can predict if there is a chance of earthquake or not. The confusion matrix for the same is given. Answer the following:
  1. (i) How many total cases are True Negative in the above scenario?
  2. (ii) Calculate precision, recall and F1 score.
Previously asked in CBSE board exam
2023 104 Q21
Generated by claude-sonnet-4-6 · 2026-06-21 03:18 · grounding stimulus
Model Answer

(i) True Negative (TN):
True Negative means the model predicted No earthquake, and in reality there was No earthquake.
From the table: TN = 20

(ii) Calculations:

From the confusion matrix:

$$\text{Precision} = \frac{TP}{TP + FP} = \frac{50}{50 + 5} = \frac{50}{55} \approx 0.909$$

$$\text{Recall} = \frac{TP}{TP + FN} = \frac{50}{50 + 25} = \frac{50}{75} \approx 0.667$$

$$\text{F1 Score} = \frac{2 \times \text{Precision} \times \text{Recall}}{\text{Precision} + \text{Recall}} = \frac{2 \times 0.909 \times 0.667}{0.909 + 0.667} \approx \frac{1.212}{1.576} \approx \mathbf{0.769}$$

Source: Confusion Matrix (AI), Class 10 IT/CS

---

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.