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

Artificial Intelligence — CBSE Class 10 board question

Q1. [4]
Reality vs Prediction Confusion Matrix: - Prediction Yes / Reality Yes: 110 (True Positive) - Prediction Yes / Reality No: 60 (False Positive) - Prediction No / Reality Yes: 50 (False Negative) - Prediction No / Reality No: 410 (True Negative) Total: 630 tests
An AI model has been developed to test specimens of blood/urine/cough etc. to diagnose ailments (diabetes/liver infection etc.). The model was tested on a data-set of about 630 tests and the resulting confusion matrix is as follows :
  1. (A) How many total cases are True Negative in the above scenario ? [1]
  2. (B) Calculate Precision, Recall and F1 Score. [3]
Previously asked in CBSE board exam
2024 104 Q21
Generated by claude-sonnet-4-6 · 2026-06-21 03:19 · grounding stimulus
Model Answer

(A)
True Negative (TN) = 410
These are cases where the model predicted No and the reality was also No.

---

(B)

Given: TP = 110, FP = 60, FN = 50, TN = 410

Precision = TP / (TP + FP) = 110 / (110 + 60) = 110 / 170 ≈ 0.647

Recall = TP / (TP + FN) = 110 / (110 + 50) = 110 / 160 ≈ 0.6875

F1 Score = 2 × (Precision × Recall) / (Precision + Recall)
= 2 × (0.647 × 0.6875) / (0.647 + 0.6875)
= 2 × 0.4448 / 1.3345
0.667

Source: Confusion Matrix & Model Evaluation, AI Chapter

---

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.