Code: 1X5OKZQuestions: 1Maximum Marks: 1Generated: 2026-06-21 02:53
Selections used
SourcePrevious-year board
SubjectArtificial Intelligence (417)
LessonsAdvance Python
Year2022-2026
Questions selected1
Composition — Types: 2 MCQ
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.
Q1. [1] § Popular No-Code Tools § Orange Data Mining
It is a domain-specific language that is designed for managing data held in different kinds of DBMS (Database Management System). It is particularly useful in handling structured data. Which computer language is this ?
- (A) SQL
- (B) CSV
- (C) Spreadsheet
- (D) TXT
Previously asked in: 2024 104 Q3 (iv)
Q2. [1]
Which of the following is the correct expansion of CSV ?
- (A) Comma and Space Value
- (B) Comma Separated Values
- (C) Control Separated Values
- (D) Character Separated Values
Previously asked in: 2024 104 Q4 (i)
Code: 1X5OKZQuestions: 1Maximum Marks: 1Generated: 2026-06-21 02:53
Q1. [1] § Popular No-Code Tools § Orange Data Mining
It is a domain-specific language that is designed for managing data held in different kinds of DBMS (Database Management System). It is particularly useful in handling structured data. Which computer language is this ?
- (A) SQL
- (B) CSV
- (C) Spreadsheet
- (D) TXT
Previously asked in: 2024 104 Q3 (iv)
Generated by claude-sonnet-4-6 · 2026-06-21 03:19 · grounding rag
Model Answer
(A) SQL
SQL (Structured Query Language) is a domain-specific language designed for managing data in DBMS. It is particularly useful in handling structured data.
Explanation
CSV is a file format, Spreadsheet is an application, and TXT is a plain text file — none are languages for managing databases. SQL is the standard language used to query, insert, update, and delete data in relational databases. This is general computer science knowledge; the source passages focus on NLP, so recall this from your IT/CS fundamentals.
Q2. [1]
Which of the following is the correct expansion of CSV ?
- (A) Comma and Space Value
- (B) Comma Separated Values
- (C) Control Separated Values
- (D) Character Separated Values
Previously asked in: 2024 104 Q4 (i)
Generated by claude-sonnet-4-6 · 2026-06-21 03:20 · grounding rag
Model Answer
(B) Comma Separated Values
CSV stands for Comma Separated Values — a file format where data values are separated by commas.
Explanation
This is a straightforward full-form question. "Comma Separated Values" is the standard, universally accepted expansion of CSV. The other options are distractors with incorrect words (Space, Control, Character). Always remember the exact full form.