Model Question Paper 2025
Section B (Short Answer Type Questions)
1. Define Wide Area Network.
- English:
A Wide Area Network (WAN) is a telecommunications network that covers a large geographical area. It connects multiple Local Area Networks (LANs) across cities, countries, or even continents. WANs are used to transmit data and provide access to remote locations. - Hindi:
वाइड एरिया नेटवर्क (WAN) एक टेली कम्युनिकेशन नेटवर्क है जो एक बड़े भौगोलिक क्षेत्र में फैलता है। यह एक से अधिक लोकल एरिया नेटवर्क (LANs) को शहरों, देशों या महाद्वीपों के बीच जोड़ता है। WAN का उपयोग डेटा संचारित करने और दूरस्थ स्थानों तक पहुंच प्रदान करने के लिए किया जाता है।
2. Define DML (Data Manipulation Language).
- English:
DML (Data Manipulation Language) is a subset of SQL that allows users to manipulate data in a database. It includes commands such asSELECT
,INSERT
,UPDATE
, andDELETE
that are used to retrieve, add, modify, and delete data in database tables. - Hindi:
DML (डेटा मैनिपुलेशन लैंग्वेज) SQL का एक उपसमुच्चय है जो उपयोगकर्ताओं को डेटाबेस में डेटा को संशोधित करने की अनुमति देता है। इसमेंSELECT
,INSERT
,UPDATE
, औरDELETE
जैसे कमांड शामिल हैं, जिनका उपयोग डेटाबेस तालिकाओं में डेटा को पुनः प्राप्त करने, जोड़ने, संशोधित करने और हटाने के लिए किया जाता है।
3. Explain Boolean variable and Boolean Constant.
- English:
- Boolean Variable: A variable that can store one of two values,
true
orfalse
. It is used to store binary outcomes, often for decision-making purposes in programming. - Boolean Constant: A constant that holds a value of either
true
orfalse
and cannot be changed during the execution of the program.
- Boolean Variable: A variable that can store one of two values,
- Hindi:
- Boolean वेरिएबल: यह एक वेरिएबल होता है जो
true
याfalse
में से कोई एक मान रख सकता है। इसका उपयोग बाइनरी परिणामों को संग्रहित करने के लिए किया जाता है, जो आमतौर पर प्रोग्रामिंग में निर्णय लेने के लिए उपयोग किए जाते हैं। - Boolean स्थिरांक: यह एक स्थिरांक होता है जो या तो
true
याfalse
का मान रखता है और प्रोग्राम के निष्पादन के दौरान इसे बदला नहीं जा सकता।
- Boolean वेरिएबल: यह एक वेरिएबल होता है जो
4. Explain INFIX Conversion.
- English:
INFIX conversion refers to the process of converting an infix expression (where operators are placed between operands, likeA + B
) to postfix (Reverse Polish Notation) or prefix notation. In postfix notation, the operator follows the operands, and in prefix notation, the operator precedes the operands. - Hindi:
INFIX परिवर्तन उस प्रक्रिया को कहते हैं जिसमें एक इन्फिक्स एक्सप्रेशन (जिसमें ऑपरेटर ऑपरेण्ड के बीच रखा जाता है, जैसेA + B
) को पोस्टफिक्स (रिवर्स पोलिश नोटेशन) या प्रीफिक्स नोटेशन में बदला जाता है। पोस्टफिक्स में ऑपरेटर ऑपरेण्ड्स के बाद आता है, और प्रीफिक्स में ऑपरेटर ऑपरेण्ड्स से पहले आता है।
5. Explain data types in C++.
- English:
C++ provides various data types, including:- Primitive Types:
int
(integer),float
(floating-point),double
(double-precision floating-point),char
(character). - Derived Types: Arrays, Pointers, and References.
- User-Defined Types: Structures (
struct
), Classes (class
), Enumerations (enum
), and Type Aliases (typedef
).
- Primitive Types:
- Hindi:
C++ में विभिन्न प्रकार के डेटा टाइप्स होते हैं, जिनमें शामिल हैं:- प्रिमिटिव प्रकार:
int
(पूर्णांक),float
(फ्लोटिंग-पॉइंट),double
(डबल-प्रिसीजन फ्लोटिंग-पॉइंट),char
(चरित्र)। - व्युत्पन्न प्रकार: एरे, पॉइंटर्स, और रेफरेन्सेस।
- उपयोगकर्ता-परिभाषित प्रकार: संरचनाएँ (
struct
), कक्षाएँ (class
), गणनाएँ (enum
), और प्रकार उपनाम (typedef
)।
- प्रिमिटिव प्रकार:
6. What is Database?
- English:
A database is an organized collection of data, typically stored and accessed electronically. It allows users to store, manage, and retrieve data in a structured manner, often using a database management system (DBMS) to facilitate data operations. - Hindi:
डेटाबेस डेटा का एक संगठित संग्रह होता है, जो सामान्यत: इलेक्ट्रॉनिक रूप में संग्रहित और एक्सेस किया जाता है। यह उपयोगकर्ताओं को डेटा को संरचित तरीके से संग्रहित, प्रबंधित और पुनः प्राप्त करने की अनुमति देता है, और अक्सर डेटाबेस प्रबंधन प्रणाली (DBMS) का उपयोग करके डेटा संचालन को सरल बनाता है।
7. What are comments in C++?
- English:
Comments in C++ are used to add explanatory notes in the code that are ignored by the compiler. There are two types of comments:- Single-line comments:
//
(for a single line). - Multi-line comments:
/* comment */
(for multiple lines).
- Single-line comments:
- Hindi:
C++ में टिप्पणियाँ (comments) कोड में व्याख्यात्मक नोट्स जोड़ने के लिए उपयोग की जाती हैं जिन्हें कंपाइलर अनदेखा करता है। टिप्पणियों के दो प्रकार होते हैं:- एकल-पंक्ति टिप्पणियाँ:
//
(एक पंक्ति के लिए)। - बहु-पंक्ति टिप्पणियाँ:
/* टिप्पणी */
(कई पंक्तियों के लिए)।
- एकल-पंक्ति टिप्पणियाँ:
8. Explain Boolean operator.
- English:
Boolean operators are used to perform logical operations on Boolean values (true or false). Common Boolean operators are:- AND (&&): Returns true if both conditions are true.
- OR (||): Returns true if at least one condition is true.
- NOT (!): Reverses the Boolean value (true becomes false, false becomes true).
- Hindi:
Boolean ऑपरेटरों का उपयोग Boolean मानों (सच या झूठ) पर तार्किक संचालन करने के लिए किया जाता है। सामान्य Boolean ऑपरेटर हैं:- AND (&&): यह तभी सत्य लौटाता है जब दोनों शर्तें सत्य हों।
- OR (||): यह तब सत्य लौटाता है जब कम से कम एक शर्त सत्य हो।
- NOT (!): Boolean मान को उलट देता है (सच को झूठ में बदलता है, और झूठ को सच में बदलता है)।
9. What is a table?
- English:
A table in a database is a collection of related data organized into rows and columns. Each row represents a record, and each column represents a specific attribute or field of the record. - Hindi:
डेटाबेस में तालिका (table) संबंधित डेटा का संग्रह होती है जिसे पंक्तियों और कॉलमों में व्यवस्थित किया जाता है। प्रत्येक पंक्ति एक रिकॉर्ड का प्रतिनिधित्व करती है, और प्रत्येक कॉलम उस रिकॉर्ड के एक विशिष्ट गुण या क्षेत्र का प्रतिनिधित्व करता है।
10. What is voice mail?
- English:
Voice mail is a system used for storing and managing voice messages. It allows users to leave voice messages when the recipient is unavailable, and the recipient can listen to the messages later. - Hindi:
वॉयस मेल एक सिस्टम होता है जो वॉयस संदेशों को स्टोर और प्रबंधित करने के लिए उपयोग किया जाता है। यह उपयोगकर्ताओं को तब वॉयस संदेश छोड़ने की अनुमति देता है जब प्राप्तकर्ता उपलब्ध नहीं होता, और प्राप्तकर्ता बाद में उन संदेशों को सुन सकता है।