📚 CBSE Grade-10 Study Guide
HomeArtificial Intelligence (417)

Artificial Intelligence (417) — CBSE Class 10 board question

Q1. [4] § Unit Overview and Learning Objectives
Document 1 : Data Science requires information. Document 2 : Information analysis requires data.
Implement all the four steps of Bag of Words (BoW) model to create a document vector table.
Previously asked in CBSE board exam
2026 104 Q21
Generated by claude-sonnet-4-6 · 2026-06-21 03:20 · grounding stimulus
Model Answer

Step 1 – Collect Documents:

Step 2 – Create Vocabulary (unique words, lowercase):
{data, science, requires, information, analysis}

Step 3 – Create Word Frequency Vectors:

| | data | science | requires | information | analysis |
|---|---|---|---|---|---|
| Doc 1 | 1 | 1 | 1 | 1 | 0 |
| Doc 2 | 1 | 0 | 1 | 1 | 1 |

Step 4 – Document Vector Table ready.
Each document is represented as a numeric vector based on word frequency.

Source: Bag of Words Model, Document Representation

---

Explanation
If a question refers to an image, map, graph or diagram that is not shown here, find the actual CBSE question paper 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.