📚 CBSE Grade-10 Study Guide Open in the Study Guide single page app →
CBSE Class X
Artificial Intelligence
Question Paper
From previous CBSE Board Exam questions
Code: RQ9C4EQuestions: 6Maximum Marks: 8Generated: 2026-06-21 02:53
Selections used
SourcePrevious-year board
SubjectArtificial Intelligence
LessonsStatistical Data
Questions selected6
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.
Q1. [2]
Give names of any two online and any two offline sources of data.
Previously asked in: 2025 104/S Q14
Q2. [1]
For Data Science, data is typically collected in tabular form and stored in various formats. Which of the following is commonly used for storing such tabular data sets?
  1. (A) SQL databases
  2. (B) HTML files
  3. (C) JSON
  4. (D) NumPy
Previously asked in: 2025 104/S Q2 (vi)
Q3. [2]
One of the applications of Data Science is Airline Route Planning. List any two tasks that airline companies can do using Data Science.
Previously asked in: 2024 104 Q13
Q4. [1]
Which of the following data science application is not associated with genetics and genomics ?
  1. (A) To understand the impact of DNA on health.
  2. (B) To analyze reactions to drugs and disease.
  3. (C) To find individual biological connection.
  4. (D) To search the house address of a relative on the Internet.
Previously asked in: 2024 104 Q3 (ii)
Q5. [1]
________ is a concept to unify statistics, data analysis, machine learning and their related methods in order to understand and analyse actual phenomena with data.
  1. (a) Computer Vision
  2. (b) Natural Language Processing
  3. (c) Data Science
  4. (d) Computer Science
Previously asked in: 2024 104 Q3 (iii)
Q6. [1]
For Data Science, usually the data is collected in the form of tables. These tabular datasets can be stored in different formats. Which of the following formats is not used for storing data in a tabular format ?
  1. (a) CSV
  2. (b) Website
  3. (c) SQL
  4. (d) Spreadsheet
Previously asked in: 2024 104 Q2 (vi)
CBSE Class X
Artificial Intelligence
Answer Key
From previous CBSE Board Exam questions
Code: RQ9C4EQuestions: 6Maximum Marks: 8Generated: 2026-06-21 02:53
Q1. [2]
Give names of any two online and any two offline sources of data.
Previously asked in: 2025 104/S Q14
Generated by claude-sonnet-4-6 · 2026-06-21 03:20 · grounding rag
Model Answer

Online sources of data:

  1. Government websites (e.g., data.gov.in)
  2. URL/web-based databases (e.g., FAO website – www.fao.org)

Offline sources of data:

  1. Files in CSV or Excel format stored locally
  2. SQL databases stored on local systems

Source: No-Code AI for Statistical Data, Chapter 4

Explanation

The passage mentions loading data via URL (online) and from websites like FAO (online), and loading from CSV, Excel, and SQL files (offline) using Orange's File widget. Examiners expect two clear examples from each category — one line each is sufficient for this 2-mark question.

Q2. [1]
For Data Science, data is typically collected in tabular form and stored in various formats. Which of the following is commonly used for storing such tabular data sets?
  1. (A) SQL databases
  2. (B) HTML files
  3. (C) JSON
  4. (D) NumPy
Previously asked in: 2025 104/S Q2 (vi)
Generated by claude-sonnet-4-6 · 2026-06-21 03:20 · grounding rag
Model Answer

(A) SQL databases

SQL databases are commonly used for storing tabular data sets in Data Science, as they organise data in rows and columns for efficient querying and analysis.

---

Explanation

The source passage (Orange Data Mining chapter) mentions that the File widget in Orange loads data from CSV, Excel, and SQL formats — confirming SQL databases as a standard storage format for tabular data. NumPy is a Python library (not a storage format), HTML is for web pages, and JSON stores non-tabular/nested data. Examiners expect you to simply identify option (A) with a brief justification.

Q3. [2]
One of the applications of Data Science is Airline Route Planning. List any two tasks that airline companies can do using Data Science.
Previously asked in: 2024 104 Q13
Generated by claude-sonnet-4-6 · 2026-06-21 03:20 · grounding rag
Model Answer

Using Data Science, airline companies can:

  1. Predict delays — Analyse weather patterns, air traffic, and historical data to forecast flight delays and improve punctuality.
  2. Optimise routes — Identify the most fuel-efficient and cost-effective routes by analysing traffic data, distance, and demand patterns.

Source: Applications of Data Science, Chapter 4

---

Explanation

The question asks specifically about Airline Route Planning as a Data Science application. The source passages do not explicitly list airline tasks, so you are expected to apply general Data Science knowledge in context. Examiners look for two distinct, relevant points — each stated clearly in one line. Avoid repeating the same idea in different words. Common valid answers include: predicting delays, optimising routes, dynamic pricing, demand forecasting, and fuel efficiency analysis. Write any two with a brief justification for full marks.

Q4. [1]
Which of the following data science application is not associated with genetics and genomics ?
  1. (A) To understand the impact of DNA on health.
  2. (B) To analyze reactions to drugs and disease.
  3. (C) To find individual biological connection.
  4. (D) To search the house address of a relative on the Internet.
Previously asked in: 2024 104 Q3 (ii)
Generated by claude-sonnet-4-6 · 2026-06-21 03:20 · grounding rag
Model Answer

(D) To search the house address of a relative on the Internet.

Genetics and Genomics uses data science to understand DNA's impact on health, analyze drug/disease reactions, and find individual biological connections — not for searching personal addresses.

Explanation

The passage clearly states that data science applications in Genetics & Genomics include: understanding genetic issues, reactions to drugs and diseases, and individual genome/biological connections. Searching a house address is an everyday internet activity unrelated to genetics. Examiners expect students to identify the odd one out using the passage.

Q5. [1]
________ is a concept to unify statistics, data analysis, machine learning and their related methods in order to understand and analyse actual phenomena with data.
  1. (a) Computer Vision
  2. (b) Natural Language Processing
  3. (c) Data Science
  4. (d) Computer Science
Previously asked in: 2024 104 Q3 (iii)
Generated by claude-sonnet-4-6 · 2026-06-21 03:20 · grounding rag
Model Answer

(c) Data Science

Data Science is a concept to unify statistics, data analysis, machine learning and their related methods in order to understand and analyse actual phenomena with data.

Source: Chapter 4, Lesson 4.1: No-Code AI for Statistical Data

---

Explanation

The passage directly defines Data Science with this exact phrase. Examiners expect you to identify the correct option and optionally write the supporting definition in one line. Avoid confusing it with Computer Science, which is broader and does not specifically unify statistics and machine learning in this context.

Q6. [1]
For Data Science, usually the data is collected in the form of tables. These tabular datasets can be stored in different formats. Which of the following formats is not used for storing data in a tabular format ?
  1. (a) CSV
  2. (b) Website
  3. (c) SQL
  4. (d) Spreadsheet
Previously asked in: 2024 104 Q2 (vi)
Generated by claude-sonnet-4-6 · 2026-06-21 03:20 · grounding rag
Model Answer

(b) Website

A website is not used for storing data in tabular format. CSV, SQL, and Spreadsheets are all standard formats for storing tabular data.

Explanation

The source passage mentions that Orange can load data from CSV, Excel (Spreadsheet), and SQL formats — all tabular storage formats. A website is a medium for displaying information, not a tabular data storage format. Examiners expect you to directly identify the odd one out with a brief reason.

Previous-year CBSE Grade 10 board exam questions, organised by subject and chapter, each with a model answer — free to read and print.