📚 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 a binary classification model classifying news articles as "Fake News" or "Real News", tested on 500 news articles. The confusion matrix cross-tabulates Predicted vs Reality.
A binary classification model has been developed to classify news articles as either "Fake News" or "Real News". The model was tested on a dataset of 500 news articles, 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:18 · grounding stimulus
Model Answer

(A) True Negatives (TN):

True Negative = cases where the model predicted No (Real News) and the reality was also No (Real News).

TN = 420

---

(B) Precision, Recall and F1-Score:

From the matrix:

$$\text{Precision} = \frac{TP}{TP + FP} = \frac{45}{45 + 15} = \frac{45}{60} = \textbf{0.75}$$

$$\text{Recall} = \frac{TP}{TP + FN} = \frac{45}{45 + 20} = \frac{45}{65} \approx \textbf{0.692}$$

$$\text{F1-Score} = \frac{2 \times \text{Precision} \times \text{Recall}}{\text{Precision} + \text{Recall}} = \frac{2 \times 0.75 \times 0.692}{0.75 + 0.692} = \frac{1.038}{1.442} \approx \textbf{0.72}$$

---

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.