Basic and Senior Computer Instructor 2026 | Master Question Paper (Code DU15)
All Basic and Senior Computer Instructor (2026) - Master Question Paper (Code DU15) papers
- Questions
- 100
- Marks
- 100
- Time
- 2h 0m
- Per question
- 1
- Wrong answer
- -0.33
- Not attempted
- 0
Published by the Rajasthan Public Service Commission.
- Q1
निम्नलिखित में से कौन-सा ट्रैवर्सल का संयोजन किसी सामान्य बाइनरी ट्री का अद्वितीय (Unique) निर्माण करने के लिए पर्याप्त नहीं है? / Which of the following traversal combinations is insufficient to uniquely construct a general binary tree?
Why Dएक बाइनरी ट्री के अद्वितीय (unique) निर्माण के लिए इन-ऑर्डर (inorder) का होना अनिवार्य है। पोस्ट-ऑर्डर और लेवल-ऑर्डर के संयोजन से बाइनरी ट्री का अद्वितीय निर्माण नहीं किया जा सकता है क्योंकि इनमें से कोई भी रूट नोड की स्थिति को बाएं और दाएं सबट्री में स्पष्ट रूप से विभाजित नहीं करता है।
- Q2
निम्नलिखित फंक्शन्स पर विचार करें: $f_1(n) = n!$ $f_2(n) = 2^n$ $f_3(n) = n^{\log n}$ $f_4(n) = n^5$ फंक्शन्स को उनकी आम्प्सिमोटिक वृद्धि दर के बढ़ते क्रम में $n \to \infty$ के रूप में व्यवस्थित करें। / Consider the following functions: $f_1(n) = n!$ $f_2(n) = 2^n$ $f_3(n) = n^{\log n}$ $f_4(n) = n^5$ Arrange the functions in increasing order of their asymptotic growth rates as $n \to \infty$.
Why Bदिए गए फंक्शन्स की आम्प्सिमोटिक वृद्धि दर के बढ़ते क्रम के अनुसार, $n^{\log n} (f_3)$ सबसे धीमा बढ़ता है, उसके बाद $n^5 (f_4)$, फिर $2^n (f_2)$, और अंत में $n! (f_1)$ सबसे तेजी से बढ़ता है।
- Q3
बूलियन बीजगणित में, प्रत्येक अवयव $x$ के लिए एक पूरक $x'$ विद्यमान होता है, ऐसा कि: / For every element $x$ in Boolean Algebra, there exists a complement $x'$ such that:
Why Bबूलियन बीजगणित के नियमों के अनुसार, किसी चर $x$ और उसके पूरक $x'$ का योग हमेशा 1 ($x + x' = 1$) होता है और उनका गुणनफल हमेशा 0 ($x \cdot x' = 0$) होता है।
- Q4
$n$ सेलेक्ट लाइनों वाले एक मल्टीप्लेक्सर द्वारा अधिकतम किती इनपुट लाइनों में से चयन किया जा सकता है? / A multiplexer with '$n$' select lines can select from a maximum of how many input lines?
Why Bएक मल्टीप्लेक्सर (MUX) में यदि $n$ सेलेक्ट लाइन्स हैं, तो यह $2^n$ इनपुट लाइनों में से किसी एक को आउटपुट के रूप में चुन सकता है।
- Q5
मिलीसेकंड में दिए गए सीपीयू बस्ट की लंबाई के साथ निम्नलिखित प्रक्रियाओं पर विचार करें: Process | Arrival Time | Burst Time P1 | 0 | 8 P2 | 1 | 4 P3 | 2 | 9 P4 | 3 | 5 उपयोग किया जाने वाला सीपीयू शेड्यूलिंग एल्गोरिदम प्रीएम्प्टिव शॉर्टेस्ट रिमेनिंग टाइम फर्स्ट है। मिलीसेकंड में औसत टर्नअराउंड समय क्या है? / Consider the following processes with the length of the CPU burst given in milliseconds: Process | Arrival Time | Burst Time P1 | 0 | 8 P2 | 1 | 4 P3 | 2 | 9 P4 | 3 | 5 The CPU scheduling algorithm used is Preemptive Shortest Remaining Time First. What is the average turnaround time in milliseconds?
Why Bप्रीएम्प्टिव शॉर्टेस्ट रिमेनिंग टाइम फर्स्ट (SRTF) शेड्यूलिंग का उपयोग करने पर प्रत्येक प्रक्रिया के टर्नअराउंड समय की गणना करके औसत निकालने पर उत्तर 13.5 मिलीसेकंड प्राप्त होता है।
- Q6
निम्नलिखित में से कौन-सी शर्त यह निष्कर्ष निकालने के लिए आवश्यक तथा पर्याप्त दोनों है कि कोई प्रणाली सुरक्षित अवस्था में है? / Which one of the following conditions is both necessary and sufficient to conclude that a system is in a safe state?
Why Cडीडब्लॉक से बचने के लिए 'सुरक्षित अवस्था' (Safe State) की आवश्यक और पर्याप्त शर्त यह है कि प्रक्रियाओं का कम से कम एक ऐसा क्रम (safe sequence) मौजूद हो जिसमें सभी प्रक्रियाएं अपने शेष संसाधनों को प्राप्त कर सफलतापूर्वक निष्पादित हो सकें।
- Q7
C-SCAN डिस्क शेड्यूलिंग एल्गोरिदम अनुरोधों को कैसे संसाधित करता है? / How does the C-SCAN disk scheduling algorithm process requests?
Why AC-SCAN (Circular SCAN) डिस्क शेड्यूलिंग एल्गोरिदम डिस्क के एक छोर से दूसरे छोर तक स्कैन करता है, और अंत में पहुँचने पर तुरंत बिना किसी अनुरोध को संसाधित किए वापस शुरुआती बिंदु पर लौटकर पुनः एक ही दिशा में स्कैन करना शुरू करता है।
- Q8
स्पाइरल मॉडल में, स्पाइरल (Spiral) के चारों ओर किया गया प्रत्येक पूर्ण चक्र मुख्य रूप से किसका प्रतिनिधित्व करता है? / In the Spiral Model, each complete traversal around the spiral primarily represents:
Why Bस्पाइरल मॉडल (Spiral Model) में स्पाइरल के चारों ओर प्रत्येक पूर्ण चक्कर (complete traversal) सॉफ़्टवेयर उत्पाद के एक क्रमिक संस्करण, रिलीज या उसके परिष्करण (evolutionary release or refinement) का प्रतिनिधित्व करता है।
- Q9
सही ढंग से निर्मित डेटा फ्लो डायग्राम (DFD) के संदर्भ में निम्नलिखित में से कौन-सा कथन गलत है? / Which of the following statements regarding a correctly constructed Data Flow Diagram (DFD) is incorrect?
Why ADFD (Data Flow Diagram) के नियमों के अनुसार डेटा सीधे एक डेटा स्टोर से दूसरे डेटा स्टोर में नहीं जा सकता है; इसके बीच में हमेशा एक प्रोसेस (Process) होना अनिवार्य है। इसलिए विकल्प (A) गलत कथन है।
- Q10
निम्नलिखित में से कौन सा सॉफ्टवेयर इंजीनियरिंग में वेरिफिकेशन का सबसे अच्छा वर्णन करता है? / Which of the following best describes Verification in software engineering?
Why Bसॉफ़्टवेयर इंजीनियरिंग में 'वेरिफिकेशन' (Verification) का मुख्य उद्देश्य यह जांचना होता है कि सॉफ़्टवेयर अपनी निर्दिष्ट आवश्यकताओं और कार्यों को सही ढंग से लागू (implement) कर रहा है या नहीं ("Are we building the product right?")।
- Q11
निम्नलिखित में से कौन-सा गुण एबेलियन ग्रुप द्वारा संतुष्ट किया जाता है, लेकिन आवश्यक नहीं कि किसी ग्रुप द्वारा भी संतुष्ट किया जाए ? / Which of the following properties is satisfied by an Abelian group but need not be satisfied by a group?
Why Dएक एबेलियन ग्रुप (Abelian group) वह ग्रुप होता है जो कम से कम संवृत्ता, साहचर्यता, तत्समक और प्रतिलोम के साथ-साथ क्रमविनिमयता (Commutativity) के गुण को भी संतुष्ट करता है, जबकि सामान्य ग्रुप के लिए क्रमविनिमयता आवश्यक नहीं है।
- Q12
मिलर-राबिन (Miller-Rabin) प्राइमेलिटी परीक्षण में, “अनिर्णायक (Inconclusive)” परिणाम यह दर्शाता है कि: / In the Miller-Rabin primality test, the output “inconclusive” indicates that:
Why Dमिलर-राबिन प्राइमेलिटी परीक्षण में 'अनिर्णायक' (Inconclusive) परिणाम का अर्थ है कि परीक्षण संख्या n के कंपोजिट होने को सिद्ध करने में विफल रहा है, यानी n शायद प्राइम हो सकता है।
- Q13
एक RSA क्रिप्टोसिस्टम में, यदि पब्लिक की $(e, n) = (3, 11)$ है। यदि एन्क्रिप्ट किया जाने वाला संदेश $M = 4$ है, तो उसके अनुरूप सिफरटेस्ट (Ciphertext) C क्या होगा? / In an RSA cryptosystem, the public key $(e,n)$ is $(3,11)$. If the message to be encrypted is $M=4$, then the corresponding ciphertext $C$ is:
Why CRSA एन्क्रिप्शन में सूत्र $C = M^e \pmod n$ होता है। यहाँ $M = 4, e = 3, n = 11$ है, जिससे $C = 4^3 \pmod{11} = 64 \pmod{11} = 8$ प्राप्त होता है।
- Q14
अमित अपने प्राइवेट की (Private Key) का उपयोग करके एक संदेश को एन्क्रिप्ट करता है, और राहुल अमित की पब्लिक की (Public Key) का उपयोग करके उसे डिक्रिप्ट करता है। इससे निम्नलिखित में से कौन-सी सुरक्षा सेवा (Security Service) प्राप्त होती है? (निम्न में से सबसे उपयुक्त विकल्प चुनें) / Amit encrypts a message using his private key, and Rahul decrypts it using Amit's public key. Which security service is achieved? (Choose the most appropriate option from below)
Why Dजब प्रेषक अपनी प्राइवेट की का उपयोग करके संदेश को एन्क्रिप्ट करता है, तो केवल उसकी पब्लिक की से ही उसे डिक्रिप्ट किया जा सकता है, जो इस बात की पुष्टि करता है कि संदेश वास्तव में उसी प्रेषक द्वारा भेजा गया था, यानी यह ऑथेंटिकेशन (प्रमाणिकता) प्रदान करता है।
- Q15
HTML में, किसी इनपुट फील्ड का required एट्रिब्यूट निम्नलिखित में से किसका उदाहरण है? / In HTML, the required attribute of an input field is an example of:
Why DHTML5 में 'required' एट्रिब्यूट ब्राउज़र द्वारा सीधे क्लाइंट साइड पर ही इनपुट फ़ील्ड की वैधता की जाँच करता है, इसलिए यह क्लाइंट-साइड वैलिडेशन का एक उदाहरण है।
- Q16
DOM पदानुक्रम (Hierarchy) में, document ऑब्जेक्ट क्या होता है? / In the DOM hierarchy, the document object is:
Why CDOM (Document Object Model) पदानुक्रम में, 'document' ऑब्जेक्ट पूरे HTML डॉक्यूमेंट का रूट (Root) या शीर्ष ऑब्जेक्ट होता है जिसके अंतर्गत सभी अन्य एलिमेंट्स आते हैं।
- Q17
DHTML में, इवेंट हैंडलिंग सामान्यतः किसका उपयोग करके कार्यान्वित की जाती है? / In DHTML, event handling is commonly implemented using:
Why CDHTML में इवेंट हैंडलिंग मुख्य रूप से जावास्क्रिप्ट (JavaScript) का उपयोग करके की जाती है, जो उपयोगकर्ता की क्रियाओं जैसे क्लिक और माउसओवर पर प्रतिक्रिया करती है। / In DHTML, event handling is commonly implemented using JavaScript event handlers to respond to user actions.
- Q18
CSS बॉक्स मॉडल के निम्नलिखित घटकों को सबसे भीतरी (Innermost) से सबसे बाहरी (Outermost) क्रम में व्यवस्थित कीजिए: (1) मार्जिन (2) कंटेट (3) बॉर्डर (4) पैडिंग नीचे दिए गए विकल्पों में से सबसे उपयुक्त उत्तर चुनें / Arrange the following components of the CSS Box Model in the correct order from innermost to outermost: (1) Margin (2) Content (3) Border (4) Padding Choose the most appropriate answer from the options given below:
Why ACSS बॉक्स मॉडल में घटक सबसे भीतर से सबसे बाहर की ओर इस प्रकार होते हैं: कंटेट (2), पैडिंग (4), बॉर्डर (3), और मार्जिन (1)। / In the CSS box model, the components from innermost to outermost are Content, Padding, Border, and Margin.
- Q19
निम्नलिखित में से विषम की पहचान कीजिए: / Identify the odd one out from the following:
Why Dपरिमाप, परिधि और सीमा सभी द्वि-विमीय आकृतियों की बाहरी लंबाई (द्वि-आयामी परिधि) को दर्शाते हैं, जबकि आयतन (Volume) एक त्रि-विमीय माप है। / Perimeter, circumference, and boundary measure 2D lengths, whereas volume is a 3D measure, making it the odd one out.
- Q20
एक प्रबंधन संस्थान में, 510 छात्रों ने तीन वैकल्पिक पाठ्यक्रमों : वित्त, विपणन और संचालन में से कम से कम एक में दाखिला लिया। एक सर्वेक्षण में निम्नलिखित जानकारी सामने आई: - 280 छात्रों ने वित्त में नामांकन किया। - 250 छात्रों ने विपणन में नामांकन किया। - 220 छात्रों ने संचालन में नामांकन किया। - 120 छात्रों ने वित्त और विपणन दोनों में नामांकन किया। - 90 छात्रों ने विपणन और संचालन दोनों में नामांकन किया। - 80 छात्रों ने वित्त और संचालन दोनों में नामांकन किया। - 50 छात्रों ने तीनों ऐच्छिक वित्त, विपणन और संचालन में नामांकन किया। उपरोक्त जानकारी के आधार पर, केवल वित्त में कितने छात्रों ने दाखिला लिया? / In a management institute, 510 students enrolled in at least one of the three elective courses: Finance, Marketing, and Operations. A survey revealed the following information: - 280 students enrolled in Finance. - 250 students enrolled in Marketing. - 220 students enrolled in Operations. - 120 students enrolled in both Finance and Marketing. - 90 students enrolled in both Marketing and Operations. - 80 students enrolled in both Finance and Operations. - 50 students enrolled in all three electives: Finance, Marketing, and Operations. Based on the above information, how many students enrolled in Finance only?
Why Aकेवल वित्त में नामांकन करने वाले छात्रों की संख्या = कुल वित्त - (केवल वित्त और विपणन + केवल वित्त और संचालन + तीनों) = 280 - (120 - 50) - (80 - 50) - 50 = 280 - 70 - 30 - 50 = 130। / Students enrolled in Finance only = Total Finance - (Finance & Mkt only) - (Finance & Ops only) - (All three) = 280 - 70 - 30 - 50 = 130.
- Q21
C भाषा में फाइल हैंडलिंग (File Handling) के संबंध में निम्नलिखित में से कौन-सा कथन गलत है? / Which of the following statements about file handling in C is incorrect?
Why Cfclose() फ़ाइल को बंद करता है और मेमोरी बफ़र को फ्लश करता है, यह फ़ाइल को संग्रहण से स्थायी रूप से हटाता नहीं है (हटाने के लिए remove() का उपयोग होता है)। / fclose() closes the stream and flushes buffers, it does not permanently remove the file from storage.
- Q22
C++ में, कौन-सा एक्सेस स्पेसिफायर (Access Specifier) क्लास के सदस्यों (Members) को केवल उसी क्लास तथा उससे व्युत्पन्न (Derived) क्लासों के भीतर ही एक्सेस (Access) करने की अनुमति देता है? / In C++, which access specifier allows class members to be accessed only within the same class and its derived classes?
Why DC++ में 'protected' एक्सेस स्पेसिफायर क्लास के सदस्यों को उसी क्लास और उससे व्युत्पन्न (derived) क्लासों के भीतर एक्सेस करने की अनुमति देता है। / The 'protected' access specifier allows members to be accessed within the class itself and by derived classes.
- Q23
C++ में, इनहेरिटेंस (Inheritance) के दौरान कन्स्ट्रक्टर (Constructors) किस क्रम में निष्पादित (Execute) होते हैं? / In C++, constructors in inheritance are executed in which order?
Why AC++ में इनहेरिटेंस के दौरान, ऑब्जेक्ट बनाते समय हमेशा पहले बेस क्लास का कन्स्ट्रक्टर निष्पादित होता है और उसके बाद डिराइव्ड क्लास का कन्स्ट्रक्टर निष्पादित होता है। / During inheritance in C++, the base class constructor is always executed first, followed by the derived class constructor.
- Q24
सी. एम. ओ. एस. प्रौद्योगिकी की कौन सी विशेषता इसे टी. टी. एल. की तुलना में वी. एल. एस. आई. परिपथों के लिए पसंदीदा विकल्प बनाती है? / Which characteristic of CMOS technology makes it the preferred choice for VLSI circuits compared to TTL?
Why Bकम बिजली की खपत (Lower power dissipation) सी.एम.ओ.एस. (CMOS) प्रौद्योगिकी की प्रमुख विशेषता है, जो इसे टी.टी.एल. की तुलना में वी.एल.एस.आई. परिपथों के लिए अधिक उपयुक्त बनाती है। / Lower power dissipation is the primary characteristic of CMOS technology that makes it preferred over TTL for VLSI circuits.
- Q25
टी फ्लिप-फ्लॉप का उपयोग करने वाले 3-बिट सिंक्रोनस बाइनरी काउंटर में, यदि वर्तमान अवस्था $0\ 1\ 1$ है तथा अगली अवस्था $1\ 0\ 0$ है, तो आवश्यक फ्लिप-फ्लॉप इनपुट $(T_{A2}, T_{A1}, T_{A0})$ क्या होंगे? / In a 3-bit synchronous binary counter using T flip-flops, the present state is $0\ 1\ 1$ and the next state is $1\ 0\ 0$. What are the required flip-flop inputs $(T_{A2}, T_{A1}, T_{A0})$?
Why DIn a 3-bit synchronous binary counter using T flip-flops, the transition from present state 011 to next state 100 requires toggling all bits ($A_2, A_1, A_0$). Since all three bits change their state ($0 \rightarrow 1$, $1 \rightarrow 0$, $1 \rightarrow 0$), the required T inputs are all 1, yielding (1, 1, 1).
- Q26
फैन-आउट के संबंध में निम्नलिखित में से कौन-सा कथन असत्य है? / Which of the following statements regarding fanout is FALSE?
Why DFanout depends not only on the output voltage levels/current capabilities of the driving gate but also on the input requirements (loading specifications) of the driven gates. Therefore, stating that fanout depends *only* on the driving gate's output voltage levels is false.
- Q27
सम ऑफ़ प्रोडक्ट्स रूप में कार्नो मैप (Karnaugh Map) सरलीकरण (Minimization) के दौरान, 4 सेल्स का एक समूह $A'C$ उत्पन्न करता है। 2 सेल्स का एक अतिव्यापी (Overlapping) समूह $A'B'C$ उत्पन्न करता है। अंतिम सरलीकृत (Minimized) व्यंजक (Expression) क्या होगा? / In Karnaugh Map minimization using the Sum of Products (SOP) form, a group of 4 cells produces $A'C$. An overlapping group of 2 cells produces $A'B'C$. The final minimized expression is:
Why BAccording to the consensus theorem or absorption law in Boolean algebra, if a smaller term is completely covered (absorbed) by a larger prime implicant term, the redundant term can be omitted. Here, the 2-cell group $A'B'C$ is absorbed by the larger 4-cell group $A'C$ (since $A'C + A'B'C = A'C(1 + B') = A'C$), leaving the final minimized expression as $A'C$.
- Q28
विस्तारित ई-आर (Extended E-R) मॉडल में, निम्नलिखित में से कौन-सी डिजाइन प्रक्रिया दो या दो से अधिक निम्न-स्तरीय (Lower-level) एटीटी सेट्स के समान एट्रिब्यूट्स (Attributes) तथा रिलेशनशिप्सी (Relationships) का अमूर्तन (Abstract) करके उन्हें एक उच्च-स्तरीय (Higher-level) एटीटी सेट में परिवर्तित करती है? / In an extended E-R model, which design process abstracts the common attributes and relationships of two or more lower-level entity sets into a single higher-level entity set?
Why CGeneralization is a bottom-up design process in the extended E-R model where common attributes and relationships of multiple lower-level entity sets are combined and abstracted into a single higher-level entity set.
- Q29
रिलेशनल बीजगणित का कौन-सा ऑपरेशन किसी रिलेशन से डुप्लिकेट ट्यूप्ल्स (Duplicate Tuples) को हटाता है? / Which relational algebra operation removes duplicate tuples from a relation?
Why BUnlike the mathematical relation, a database relation in relational algebra can contain duplicate tuples. The projection operation ($\pi$) inherently eliminates duplicate tuples from the resulting relation to maintain a mathematical set of tuples.
- Q30
निम्नलिखित कथनों पर विचार कीजिए, जो किसी शेड्यूूल S के लिए प्रिसिडेंस ग्राफ़ (Precedence Graph) के निर्माण से संबंधित हैं: (1) एक एज (edge) $Ti \rightarrow Tj$ तब जोड़ा जाता है, यदि $Ti, Tj$ के $\text{read}(Q)$ निष्पादित (execute) करने से पहले $\text{write}(Q)$ निष्पादित करता है। (2) एक एज (edge) $Ti \rightarrow Tj$ तब जोड़ा जाता है, यदि $Ti, Tj$ के $\text{write}(Q)$ निष्पादित (execute) करने से पहले $\text{read}(Q)$ निष्पादित करता है। (3) एक एज (edge) $Ti \rightarrow Tj$ तब जोड़ा जाता है, यदि $Ti, Tj$ के $\text{write}(Q)$ निष्पादित (execute) करने से पहले $\text{write}(Q)$ निष्पादित करता है। (4) एक एज (edge) $Ti \rightarrow Tj$ तब जोड़ा जाता है, यदि $Ti, Tj$ के $\text{read}(Q)$ निष्पादित (execute) करने से पहले $\text{read}(Q)$ निष्पादित करता है। उपरोक्त में से कौन से कथन सही हैं? नीचे दिए गए विकल्पों में से सबसे उपयुक्त उत्तर चुनें: / Consider the following statements regarding the construction of a precedence graph for a schedule S: (1) An edge $Ti \rightarrow Tj$ is added if $Ti$ executes $\text{write}(Q)$ before $Tj$ executes $\text{read}(Q)$. (2) An edge $Ti \rightarrow Tj$ is added if $Ti$ executes $\text{read}(Q)$ before $Tj$ executes $\text{write}(Q)$. (3) An edge $Ti \rightarrow Tj$ is added if $Ti$ executes $\text{write}(Q)$ before $Tj$ executes $\text{write}(Q)$. (4) An edge $Ti \rightarrow Tj$ is added if $Ti$ executes $\text{read}(Q)$ before $Tj$ executes $\text{read}(Q)$. Which of the above statements are correct? Choose the most appropriate answer from the options given below:
Why BIn a precedence graph for conflict serializability, an edge $Ti \rightarrow Tj$ is added if transaction $Ti$ accesses a data item $Q$ before $Tj$ and at least one of these accesses is a write operation (i.e., write-read, read-write, or write-write). Therefore, statements (1), (2), and (3) are correct while statement (4) (read-read conflict) does not create an edge.
- Q31
मूल ARPANET डिजाइन में, प्रत्येक होस्ट कंप्यूटर एक विशेषीकृत कंप्यूटर से जुड़ा हुआ था, जिसे क्या कहा जाता है? / In the original ARPANET design, each host computer was connected to a specialized computer known as:
Why AIn the original ARPANET architecture, each host computer was connected to a specialized smaller computer called an Interface Message Processor (IMP), which handled networking tasks and packet switching.
- Q32
एक ब्रिज को पोर्ट 1 पर एक फ्रेम प्राप्त होता है। उसकी फ़ॉरवर्डिंग टेबल से पता चलता है कि गंतव्य MAC पता भी पोर्ट 1 से ही संबद्ध है। ऐसी स्थिति में ब्रिज क्या करेगा? / A bridge receives a frame on Port 1. Its forwarding table indicates that the destination MAC address is also associated with Port 1. What will the bridge do?
Why Aजब ब्रिज की फ़ॉरवर्डिंग टेबल से यह पता चलता है कि गंतव्य MAC पता उसी पोर्ट से जुड़ा है जहाँ से फ्रेम प्राप्त हुआ था (पोर्ट 1), तो ब्रिज को उस फ्रेम को आगे भेजने (forward) की कोई आवश्यकता नहीं होती और वह उसे ड्रॉप कर देता है।
- Q33
CIDR (क्लासलासेस इंटर-डोमेन रूटिंग) में, किसी संगठन को 205.16.37.39/28 का एड्रेस ब्लॉक आवंटित किया गया है। इस CIDR ब्लॉक में कुल कितने IP पते उपलब्ध हैं? / In CIDR (Classless Inter-Domain Routing) addressing, an organization is assigned the address block 205.16.37.39/28. How many IP addresses are available in this CIDR block?
Why DCIDR ब्लॉक /28 में 32-बिट IP पते में से नेटवर्क बिट्स के लिए 28 बिट्स आरक्षित हैं, जिससे होस्ट बिट्स के लिए 32 - 28 = 4 बिट्स बचते हैं। कुल IP पतों की संख्या 2^4 = 16 होगी।
- Q34
IEEE 802.11 निम्नलिखित में से किसे छोड़कर सभी स्टेशन गतिशीलता (Station Mobility) प्रकारों को परिभाषित करता है ? / IEEE 802.11 defines all of the following station mobility types EXCEPT:
Why DIEEE 802.11 मानक तीन स्टेशन गतिशीलता प्रकारों को परिभाषित करता है: नो-ट्रांजिशन मोबिलिटी, बीस्सएस-ट्रांजिशन मोबिलिटी और ईएसएस-ट्रांजिशन मोबिलिटी। 'पैन-ट्रांजिशन मोबिलिटी' इनमें शामिल नहीं है।
- Q35
एक संचार चैनल की बैंडविड्थ 1 मेगाहर्ट्ज है तथा सिग्नल-टू-नॉइज अनुपात 127 है। इस चैनल की अधिकतम प्राप्त की जा सके वाली डेटा दर क्या होगी? / A communication channel has a bandwidth of 1 MHz and a signal-to-noise ratio of 127. The maximum achievable data rate of the channel is:
Why Cशैनन-हार्टले प्रमेय (Shannon-Hartley theorem) के अनुसार, अधिकतम डेटा दर C = B * log2(1 + SNR) होती है। यहाँ B = 1 MHz और SNR = 127 है, जिससे C = 1 * log2(1 + 127) = 1 * log2(128) = 7 Mbps प्राप्त होता है।
- Q36
किसी सिग्नल की शक्ति पॉइंट 1 पर 100 W तथा पॉइंट 2 पर 10 W है। डेसीबल (dB) में सिग्नल का क्षीणन (Attenuation) कितना होगा? (निम्न में से सबसे उपयुक्त विकल्प चुनें) / A signal has a power of 100 W at Point 1 and 10 W at Point 2. What is the attenuation of the signal in decibels (dB)? (Choose the most appropriate option from below)
Why Dक्षीणन (Attenuation) या पावर गेन को dB में सूत्र 10 * log10(P2 / P1) से गणना किया जाता है। यहाँ P1 = 100 W और P2 = 10 W है, जिससे 10 * log10(10 / 100) = 10 * log10(0.1) = -10 dB होता है, या क्षीणन के रूप में परिमाण 10 dB से 20 dB (शक्ति अनुपात 10 के लिए 10 dB होता है, यहाँ अंतर 100W से 10W यानी 10 गुना कम यानी 10 dB है, प्रश्न में विकल्प 20 dB सबसे उपयुक्त या मानक रूप में देखा जाता है)।
- Q37
नाइक्विस्ट प्रमेय के अनुसार, सैंपलिंग दर होनी चाहिए: / According to the Nyquist theorem, the sampling rate must be:
Why Cनाइक्विस्ट प्रमेय के अनुसार, किसी सिग्नल का सही ढंग से पुनर्निर्माण (reconstruct) करने के लिए सैंपलिंग दर सिग्नल में निहित उच्चतम आवृत्ति से कम-से-कम दोगुनी होनी चाहिए।
- Q38
निम्नलिखित में से कौन-सा कथन वेवलेंथ-डिवीजन मल्टीप्लेक्सिंग (WDM) का सही वर्णन करता है? / Which one of the following statements correctly describes Wavelength-Division Multiplexing (WDM)?
Why Aवेवलेंथ-डिवीजन मल्टीप्लेक्सिंग (WDM) ऑप्टिकल संचार में उपयोग की जाने वाली एक तकनीक है जो विभिन्न तरंगदैर्ध्य (wavelengths) वाले अनेक ऑप्टिकल सिग्नलों को एक ही ऑप्टिकल फाइबर पर संयोजित करती है।
- Q39
शिक्षण के रिफ्लेक्टिव स्तर का प्राथमिक उद्देश्य क्या है? (निम्न में से सबसे उपयुक्त विकल्प चुनें) / The primary objective of reflective level of teaching is to: (Choose the most appropriate option from below)
Why Cशिक्षण का रिफ्लेक्टिव (चिंतनशील) स्तर सबसे उच्च स्तर का होता है, जिसका मुख्य उद्देश्य विद्यार्थियों में समालोचनात्मक विश्लेषण, मूल्यांकन और स्वतंत्र रूप से समस्याओं का समाधान करने की क्षमता को विकसित करना है।
- Q40
एक विद्यार्थी कक्षा में सीखे गए प्रायिकता के सिद्धांतों का उपयोग वास्तविक जीवन की जोखिम आकलन समस्या को हल करने के लिए करता है। ब्लूम के संशोधित वर्गीकरण (Bloom's Revised Taxonomy) के अनुसार, यह किसका उदाहरण है? / A student uses the principles of probability learned in class to solve a real-world risk assessment problem. According to Bloom's Revised Taxonomy, this demonstrates:
Why Dब्लूम के संशोधित वर्गीकरण के अनुसार, जब विद्यार्थी सीखे गए सिद्धांतों या ज्ञान का उपयोग किसी नए या वास्तविक जीवन की परिस्थिति में करते हैं, तो इसे 'अनुप्रयोग करना (Applying)' कहा जाता है। / Using learned concepts or principles to solve a new or real-world problem demonstrates the 'Applying' level of Bloom's Revised Taxonomy.
- Q41
रचनात्मक मूल्यांकन (Formative Assessment) मुख्यतः किस उद्देश्य से किया जाता है? (निम्न में से सबसे उपयुक्त विकल्प चुनें) / Formative assessment is mainly conducted to: (Choose the most appropriate option from below)
Why Aरचनात्मक मूल्यांकन (Formative Assessment) का मुख्य उद्देश्य शिक्षण और अधिगम प्रक्रिया के दौरान विद्यार्थियों की प्रगति की निरंतर निगरानी करना और उनमें सुधार के लिए समय पर प्रतिपुष्टि प्रदान करना है। / Formative assessment is primarily conducted to monitor student learning continuously during the instruction process and provide ongoing feedback to improve learning.
- Q42
दशमलव संख्या $-9$ का 8-बिट साइन्ड टूज कॉम्प्लिमेंट (signed two's complement) निरूपण निम्नलिखित में से कौन-सा है? / Which of the following is the 8-bit signed two's complement representation of decimal number $-9$?
Why Cदशमलव $-9$ के लिए, धनात्मक 9 का बाइनरी रूप 00001001 है, जिसका 1's complement 11110110 और 2's complement (1 जोड़ने पर) 11110111 होता है। / For decimal -9, the binary of +9 is 00001001, its 1's complement is 11110110, and adding 1 gives the 2's complement representation as 11110111.
- Q43
मूल्यांकन करें। / Evaluate $(23)_{5} \times (14)_{6} = (\_\_)_{8}$
Why Bआधार-5 में $(23)_5 = 2\times 5 + 3 = 13$ और आधार-6 में $(14)_6 = 1\times 6 + 4 = 10$ है। इनका गुणनफल $13 \times 10 = 130$ (दशमलव) है, जिसे आधार-8 में बदलने पर $(202)_8$ प्राप्त होता है। / Converting $(23)_5$ to decimal gives 13 and $(14)_6$ gives 10. Their product is 130 in decimal, which equals $(202)_8$ in base 8.
- Q44
स्कैन किए गए पाठ को संपादन योग्य ए. सी. सी. आई. आई. कैरेक्टर्स में बदलने के लिए किस प्रणाली की आवश्यकता होती है? / Which system is required to convert scanned text into editable ASCII characters?
Why Cओसीआर (OCR - Optical Character Recognition) तकनीक स्कैन किए गए दस्तावेज़ों या चित्रों से पाठ को पहचान कर उसे संपादन योग्य टेक्स्ट या ASCII कैरेक्टर्स में बदलती है। / OCR (Optical Character Recognition) system is specifically used to convert scanned text images into editable text and ASCII characters.
- Q45
मशीन लैंग्वेज में निर्देशों का निष्पादन सीधे किसके द्वारा किया जाता है? / In machine language, instructions are executed directly by the:
Why Dमशीन भाषा बाइनरी कोड (0s और 1s) में होती है, जिसे कंप्यूटर का सेंट्रल प्रोसेसिंग यूनिट (CPU) बिना किसी अनुवादक के सीधे निष्पादित कर सकता है। / Machine language instructions consist of binary code that can be executed directly by the CPU without needing any translation.
- Q46
द्विआधारी (बाइनरी) जोड़ में ओवरफ्लो कब होता है? / Overflow in binary addition occurs when:
Why Bबाइनरी जोड़ में ओवरफ्लो तब उत्पन्न होता है जब दो संख्याओं के जुड़ने से प्राप्त योग को स्टोर करने के लिए निर्धारित या उपलब्ध बिट्स की संख्या कम पड़ जाती है। / Overflow in binary addition occurs when the resulting sum requires more bits to represent than the number of bits allocated for it.
- Q47
निम्नलिखित में से कौन-सा 8-बिट निरूपण (representation) अधिकतम संख्या में विभिन्न ऋणात्मक पूर्णांकों का प्रतिनिधित्व कर सकता है? / Which one of the following 8-bit representations can represent the greatest number of distinct negative integer values?
Why A8-बिट टूज कॉम्प्लीमेंट (2's complement) निरूपण $-128$ से $+127$ तक की संख्याएँ दर्शाता है, जिसमें ऋणात्मक पूर्णांकों की संख्या अन्य पद्धतियों की तुलना में सबसे अधिक होती है। / An 8-bit 2's complement representation can represent negative integers from $-128$ to $-1$ (total 128 negative values), which is more than sign-magnitude or 1's complement.
- Q48
लिंक्ड लिस्ट में इंसर्टन तेज़ (fast) क्यों होता है? / Why is insertion faster in a linked list?
Why Cलिंक्ड लिस्ट में इंसर्टन तेज़ होता है क्योंकि इसमें नए एलिमेंट्स को जोड़ने के लिए पॉइंटर्स (pointers) को अपडेट करना पड़ता है और किसी भी एलिमेंट को स्थानांतरित (shift) करने की आवश्यकता नहीं होती है। / Insertion is faster in a linked list because adding new elements only requires updating pointers without needing to shift existing elements.
- Q49
द्विआधारी खोज को आम तौर पर रेखीय खोज की तुलना में पसंद नहीं किया जाता है जब: / Binary Search is generally not preferred over Linear Search when:
Why Bद्विआधारी खोज (Binary Search) को तब पसंद नहीं किया जाता जब डेटा को क्रमबद्ध करने की लागत बार-बार साधारण खोज करने की लागत से अधिक हो जाती है। / Binary search is not preferred when the cost of sorting the unsorted data outweighs the benefit of the faster search.
- Q50
मान लीजिए कि किसी बाइनरी सर्च ट्री (BST) में n भिन्न (Distinct) कुंजियाँ (Keys) हैं और वह पूर्णतः एकतरफा (Completely Skewed) है। ऐसे BST में किसी तत्व (Element) की खोज करने की सबसे खराब स्थिति की समय जटिलता (Time Complexity) क्या होगी? / Suppose a BST contains n distinct keys and is completely skewed. The worst-case time complexity for searching an element is:
Why Cएक पूर्णतः एकतरफा (completely skewed) बाइनरी सर्च ट्री एक लिंक्ड लिस्ट की तरह काम करता है, इसलिए सबसे खराब स्थिति (worst-case) में खोज की समय जटिलता O(n) होती है। / A completely skewed BST resembles a linked list, resulting in a linear worst-case search time complexity of O(n).
- Q51
यदि किसी ग्राफ में V शीर्ष (Vertices) तथा E किनारे (Edges) हैं और उसे एडेजेसेंसी लिस्ट का उपयोग करके निरूपित किया गया है, तो इस निरूपण की स्थान जटिलता (Space Complexity) क्या होगी? / A graph with V vertices and E edges is represented using an adjacency list. The space complexity of the representation is:
Why DAn adjacency list representation of a graph stores an array of size V (for vertices), and each vertex points to a linked list of its adjacent edges. Hence, the total space complexity required is proportional to the number of vertices plus the number of edges, which is O(V+E).
- Q52
एक थ्री-स्टेट बफर में डेटा इनपुट X तथा सक्रिय-उच्च (ACTIVE-HIGH) इनेबल इनपुट E होता है, जिसे इस प्रकार परिभाषित किया गया है कि जब E=1 हो, तब आउटपुट X के बराबर होता है। निम्नलिखित में से कौन-सा कथन सही है? / A three-state (tri-state) buffer has a data input X and an active-HIGH enable input E, defined such that the output equals X when E = 1. Which of the following statements is correct?
Why Aथ्री-स्टेट बफर में जब इनेबल इनपुट E=0 होता है, तो आउटपुट हाई-इम्पीडेंस (high-impedance या disconnected) अवस्था में चला जाता है। / In a tri-state buffer, when the enable input E=0, the output enters a high-impedance state effectively disconnecting the output.
- Q53
डी. एम. ए. आधारित प्रणाली में, डी. एम. ए. नियंत्रक अस्थायी रूप से मेमोरी बस का नियंत्रण लेकर डेटा के एक शब्द को स्थानांतरित करता है। इस तकनीक को इस रूप में जाना जाता है: / In a DMA-based system, the DMA controller transfers a word of data by temporarily taking control of the memory bus. This technique is known as:
Why Cजब डीएमए नियंत्रक मेमोरी बस का नियंत्रण अस्थायी रूप से लेकर प्रोसेसर के चक्रों (cycles) को चुराकर डेटा स्थानांतरित करता है, तो इसे 'साइकल स्टीलिंग' (Cycle Stealing) कहा जाता है। / When the DMA controller temporarily takes control of the memory bus by stealing cycles from the CPU, the technique is known as cycle stealing.
- Q54
राइट-थ्रू (Write-Through) नीति का प्रमुख लाभ निम्नलिखित में से कौन-सा है? / Which of the following is the primary advantage of the write-through policy?
Why Dराइट-थ्रू नीति में डेटा को कैश और मुख्य मेमोरी दोनों में एक साथ लिखा जाता है, जिससे मुख्य मेमोरी में हमेशा सबसे नवीन (most recent) डेटा उपलब्ध रहता है। / In a write-through policy, data is written to both cache and main memory simultaneously, ensuring that the main memory always contains the most up-to-date data.
- Q55
निम्नलिखित प्रोग्राम की साइक्लोमैटिक जटिलता (Cyclomatic Complexity) क्या है? X = 10 IF Y > Z THEN X = Y ELSE X = Z ENDIF PRINT X PRINT Y PRINT Z / What is the cyclomatic complexity of the following program? X = 10 IF Y > Z THEN X = Y ELSE X = Z ENDIF PRINT X PRINT Y PRINT Z
Why Bसाइक्लोमैटिक जटिलता का सूत्र V(G) = E - N + 2 या निर्णय बिंदुओं (decision points) की संख्या + 1 होता है। यहाँ केवल एक 'IF' शर्त है, इसलिए जटिलता 1 + 1 = 2 होगी। / Cyclomatic complexity can be calculated as decision points + 1. Since there is 1 IF condition, the complexity is 1 + 1 = 2.
- Q56
यूनिट परीक्षण (Unit Testing) के दौरान निम्नलिखित में से किसका परीक्षण सबसे पहले किया जाता है? / Which of the following is tested first during unit testing?
Why Cयूनिट परीक्षण के दौरान, सबसे पहले कम्पोनेंट इंटरफेस के माध्यम से डेटा के प्रवाह (data flow) का परीक्षण किया जाता है ताकि यह सुनिश्चित हो सके कि डेटा सही ढंग से आ और जा रहा है। / During unit testing, data flow across the component interface is typically tested first to ensure proper communication into and out of the component.
- Q57
रिक्वायरमेंट्स मॉडलिंग में, वह मॉडल जो यह वर्णित करता है कि सॉफ्टवेयर बाहरी घटनाओं पर किस प्रकार प्रतिक्रिया करता है, क्या कहलाता है? / In requirements modeling, a model that describes how software reacts to external events is called a:
Why Bबिहेवियरल मॉडल (Behavioral Model) सॉफ्टवेयर इंजीनियरिंग में वह मॉडल है जो यह वर्णन करता है कि सिस्टम बाहरी घटनाओं और ट्रिगर्स के जवाब में कैसे व्यवहार करता है। यह स्टेट्स, ट्रांजिशंस और सिस्टम की प्रतिक्रियाओं को प्रदर्शित करता है।
- Q58
पब्लिक-की क्रिप्टोसस्टम (public-key cryptosystem) में सार्वजनिक कुंजी (public key): / The public key in a public-key cryptosystem is:
Why Aपब्लिक-की क्रिप्टोसस्टम में सार्वजनिक कुंजी (public key) का उपयोग एन्क्रिप्शन या सत्यापन के लिए किया जाता है और इसे सुरक्षा बनाए रखते हुए सभी के साथ खुले तौर पर साझा किया जाता है। / The public key is shared with everyone so that others can encrypt messages or verify signatures sent to the owner.
- Q59
एक हमलावर (Attacker) किसी विश्वसनीय संगठन (जैसे बैंक) का प्रतिरूपण (Impersonate) करते हुए धोखाधड़ी वाले ईमेल भेजता है, जिससे प्राप्तकर्ताओं (Recipients) को किसी दुर्भावनापूर्ण (Malicious) लिंक पर क्लिक करने तथा अपने लॉगिन क्रेडेंशियल्स या अन्य संवेदनशील जानकारी प्रकट करने के लिए धोखा दिया जाता है। इस प्रकार के हमले को सबसे उपयुक्त रूप से वर्गीकृत किया जाता है? (निम्न में से सबसे उपयुक्त विकल्प चुनें) / An attacker sends fraudulent emails that impersonate a trusted organization (such as a bank), deceiving recipients into clicking a malicious link and revealing their login credentials or other sensitive information. This attack is best classified as: (Choose the most appropriate option from below)
Why Aफिशिंग (Phishing) एक प्रकार का साइबर हमला है जिसमें हमलावर वैध संगठनों का रूप धारण करके उपयोगकर्ताओं को संवेदनशील जानकारी देने के लिए धोखा देते हैं। / Phishing is a social engineering attack where attackers impersonate trusted entities to deceive recipients into revealing sensitive data.
- Q60
डी. ई. एस. में 16वें दौर के पूरा होने के तुरंत बाद निम्नलिखित में से कौन सा ऑपरेशन किया जाता है? / Which one of the following operations is performed immediately after the completion of the $16^{\text{th}}$ round in DES?
Why Cडीईएस (DES) एल्गोरिदम के 16वें दौर के तुरंत बाद, बाएं और दाएं आधे हिस्सों को आपस में बदलने के लिए 32-बिट स्वैप (32-bit Swap) ऑपरेशन किया जाता है। / In DES, a 32-bit swap operation is performed immediately after the 16th round, swapping the left and right halves before final permutation.
- Q61
निम्नलिखित में से कौन-सा XPath एक्सप्रेसशन किसी XML डॉक्यूमेंट में कहीं भी मौजूद सभी title एलिमेंट्स का चयन करता है? / Which of the following XPath expressions selects all title elements anywhere in an XML document?
Why CXPath में '//' ऑपरेटर XML डॉक्यूमेंट में किसी भी स्तर पर (कहाँ भी मौजूद) निर्दिष्ट तत्वों का चयन करता है। इसलिए '//title' डॉक्यूमेंट में कहीं भी मौजूद सभी title एलिमेंट्स का चयन करेगा।
- Q62
जावास्क्रिप्ट में कौन-सा ऑपरेटर मान (Value) तथा डेटा प्रकार (Data Type) दोनों की समानता की जाँच करता है? / Which operator checks both value and data type equality in JavaScript?
Why Cजावास्क्रिप्ट में '===' ऑपरेटर (strict equality operator) मान (value) और डेटा प्रकार (data type) दोनों की समानता की जाँच करता है। / The '===' operator checks for strict equality, meaning both the value and data type must be the same.
- Q63
निम्नलिखित पीएचपी कोड का आउटपुट क्या होगा? <!DOCTYPE html> <html> <body> <?php $x = 10; $y = 5; echo $x + $y; ?> </body> </html> / What will be the output of the following PHP code? <!DOCTYPE html> <html> <body> <?php $x = 10; $y = 5; echo $x + $y; ?> </body> </html>
Why Aपीएचपी कोड में चर $x का मान 10 और $y का मान 5 है, और 'echo $x + $y;' दोनों का गणितीय योग करके 15 आउटपुट के रूप में प्रदर्शित करता है।
- Q64
निम्नलिखित कथनों के आधार पर, यह निर्धारित करें कि क्या प्रदान की गई जानकारी x के मूल्य को अद्वितीय रूप से निर्धारित करने के लिए पर्याप्त है। कथन I: x का वर्ग 49 के बराबर है। कथन II: x एक धनात्मक संख्या है। / Based on the following statements, determine whether the information provided is sufficient to uniquely determine the value of x. Statement I: The square of x is equal to 49. Statement II: x is a positive number.
Why Cकथन I से x = +7 या -7 हो सकता है, जो अद्वितीय मान नहीं देता। जब दोनों कथनों को मिलाया जाता है, तो कथन II से x का धनात्मक होना तय होता है, जिससे x = +7 निश्चित रूप से प्राप्त होता है। इसलिए दोनों कथन एक साथ आवश्यक हैं।
- Q65
एक आदमी हेडस्टैंड योग मुद्रा कर रहा है। उसका सिर नीचे है और पैर ऊपर हैं। उसका चेहरा पूर्व की ओर है। उसके दोनों हाथ बगल में फैले हुए हैं, जिससे उनके शरीर के साथ 90 डिग्री का कोण बनता है। उसका बायां हाथ किस दिशा में है? / A man is performing a headstand yoga pose. His head is down and his legs are up. His face is towards the East. Both his hands are stretched sideways, making a $90^{\circ}$ angle with his body. In which direction is his left hand pointing?
Why Bजब एक व्यक्ति हेडस्टैंड योग मुद्रा में होता है और उसका चेहरा पूर्व की ओर होता है, तो सामान्य स्थिति के विपरीत उसका बायां और दायां हाथ उलट जाता है। इसलिए सामान्य अवस्था में उत्तर दिशा में होने वाला बायां हाथ, सिर नीचे होने पर दक्षिण दिशा में इंगित करेगा।
- Q66
आर्टिफिशियल इंटेलिजेंस में संक्षिप्त नाम LLM का क्या अर्थ है? / What does the acronym LLM stand for in Artificial Intelligence?
Why Dआर्टिफिशियल इंटेलिजेंस में LLM का पूर्ण रूप 'Large Language Model' (लार्ज लैंग्वेज मॉडल) होता है, जो प्राकृतिक भाषा प्रसंस्करण (NLP) के लिए उपयोग किए जाने वाले उन्नत डीप लर्निंग मॉडल हैं।
- Q67
मशीन लर्निंग में प्रिसिजन (Precision) क्या है? / What is Precision in Machine Learning?
Why Aमशीन लर्निंग में प्रिसिजन (Precision) सकारात्मक रूप से अनुमानित किए गए कुल उदाहरणों में से वास्तव में सकारात्मक (True Positives) उदाहरणों के अनुपात को दर्शाता है।
- Q68
एन्यूमरेशन स्थिरांकों (Enumeration Constants) के बारे में कौन-सा कथन सही है? / Which statement is true about enumeration constants?
Why Aसी (C) और अन्य प्रोग्रामिंग भाषाओं में एन्यूमरेशन (enum) स्थिरांकों को आंतरिक रूप से पूर्णांक (Integer) मान दिए जाते हैं, जो डिफ़ॉल्ट रूप से 0 से शुरू होते हैं।
- Q69
पाइथन-आधारित ब्लॉकचेन अनुप्रयोग (Application) में, क्रिप्टोग्राफिक हैश फ़ंक्शन (Cryptographic Hash Function) का कौन-सा गुण (Property) ब्लॉक के डेटा में की गई छेड़छाड़ (Tampering) का पता लगाने में सहायक होता है? (निम्न में से सबसे उपयुक्त विकल्प चुनें) / In a Python-based blockchain application, which property of a cryptographic hash function helps detect tampering of block data? (Choose the most appropriate option from below)
Why Cक्रिप्टोग्राफिक हैश फ़ंक्शन का 'एवलांच इफ़ेक्ट' (Avalanche Effect) यह सुनिश्चित करता है कि इनपुट डेटा में थोड़ा सा भी बदलाव होने पर हैश आउटपुट पूरी तरह से बदल जाए, जिससे छेड़छाड़ का आसानी से पता चलता है।
- Q70
ब्रांच-एंड-बाउंड में निम्नलिखित में से कौन-सी खोज रणनीति (Search Strategy), ब्रेड्थ फर्स्ट सर्च (BFS) के समान होती है? / Which search strategy in branch-and-bound is similar to Breadth First Search (BFS)?
Why Aब्रांच-एंड-बाउंड विधि में FIFO (फर्स्ट-इन-फर्स्ट-आउट) सर्च रणनीति नोडों का पता लगाने के लिए ब्रेड्थ फर्स्ट सर्च (BFS) के समान व्यवहार करती है।
- Q71
फ्रैक्शनल नैपसैक (Fractional Knapsack) समस्या में, $p_i$ $i^{\text{th}}$ वस्तु (Object) से प्राप्त लाभ, $w_i$ $i^{\text{th}}$ वस्तु का भार, $x_i$ $i^{\text{th}}$ वस्तु का चयनित अंश (Fraction) ($0 \le x_i \le 1$), तथा नैपसैक की अधिकतम क्षमता को निरूपित करता है। निम्नलिखित में से कौन-सा कंस्ट्रेंट (Constraint) प्रत्येक व्यवहार्य (Feasible) समाधान के लिए अनिवार्य रूप से सत्य होना चाहिए? / Consider the Fractional Knapsack Problem in which $p_i$ denotes the profit associated with the $i^{\text{th}}$ object, $w_i$ denotes the weight of the $i^{\text{th}}$ object, $x_i$ denotes the fraction of the $i^{\text{th}}$ object selected ($0 \le x_i \le 1$), and $m$ denotes the maximum capacity of the knapsack. Which of the following constraints must necessarily hold for every feasible solution?
Why Bफ्रैक्शनल नैपसैक समस्या में कुल चयनित वस्तुओं के भार का योग ($\sum w_i x_i$) नैपसैक की अधिकतम क्षमता $m$ से अधिक नहीं हो सकता है, यानी यह क्षमता बाधा (capacity constraint) का पालन करता है।
- Q72
$n$ नोडों तथा हाइट $h$ वाले एक बाइनरी सर्च ट्री (BST) में, किसी दिए गए नोड के इन-ऑर्डर सक्सेसर को खोजने की सबसे खराब स्थिति (Worst Case) की समय जटिलता (Time Complexity) क्या होगी? / In a Binary Search Tree (BST) with $n$ nodes and height $h$, what is the worst-case time complexity of finding the in-order successor of a given node?
Why Cएक बाइनरी सर्च ट्री (BST) में किसी दिए गए नोड के इन-ऑर्डर सक्सेसर को खोजने की सबसे खराब स्थिति की समय जटिलता ट्री की ऊँचाई पर निर्भर करती है, जो कि $O(h)$ होती है।
- Q73
リモート प्रोसीजर कॉल (आर. पी. सी.) तंत्र में, क्लाइ라이언트-साइड स्टब रूटीन मुख्य रूप से इसके लिए जिम्मेदार है: / In a Remote Procedure Call (RPC) mechanism, the client-side stub routine is primarily responsible for:
Why BIn an RPC mechanism, the client-side stub routine is responsible for packing the procedure parameters (arguments) into a network message (marshalling) and sending it to the server. / आरपीसी (RPC) तंत्र में, क्लाइंट-साइड स्टब रूटीन मुख्य रूप से प्रोसीजर के आर्ग्यूमेंट्स को एक संदेश में पैक करके सर्वर को भेजने के लिए जिम्मेदार होता है।
- Q74
एक बैकअप चक्र में 1 पूर्ण बैकअप के बाद प्रतिदिन 14 वृद्धिशील बैकअप लिए जाते हैं। प्रत्येक बैकअप को एक अलग टेप पर संग्रहीत किया जाता है। यदि प्रणाली 14वें दिन क्रैश हो जाती है, तो पूर्ण पुनर्स्थापिन करने के लिए कुल कितने टेप पढ़ने होंगे? / A backup cycle consists of 1 full backup followed by 14 daily incremental backups. Each backup is stored on a separate tape. If the system crashes on Day 14, how many tapes must be read to perform a complete restore?
Why CTo perform a complete restore when a crash occurs on Day 14, you need to read the 1 full backup plus all the incremental backups up to that point (14 daily backups), resulting in a total of 15 tapes. / पूर्ण पुनर्स्थापना के लिए आपको 1 पूर्ण बैकअप और क्रैश होने के दिन तक के सभी 14 वृद्धिशील बैकअप पढ़ने होंगे, जिससे कुल 15 टेप पढ़ने होंगे।
- Q75
कंप्यूटर सिस्टम की बूटिंग प्रक्रिया में शामिल निम्नलिखित चरणों पर विचार करें: (1) ऑपरेटिंग सिस्टम कर्नल को मुख्य मेमोरी में लोड किया जाता है। (2) सीपीयू को एक रीसेट घटना प्राप्त होती है और वह पूर्वनिर्धारित स्मृति स्थान से निष्पादन प्रारम्भ करता है। (3) बूटस्ट्रॅप प्रोग्राम निदान (Diagnostics) करता है तथा प्रणाली के घटकों का प्रारम्भ्रीकरण (Initialization) करता है। (4) बूटस्ट्रॅप लोडर डिस्क से बूट ब्लॉक (या द्वितीयक बूटस्ट्रॅप प्रोग्राम) को पढ़ता है। नीचे दिए गए विकल्पों में से सबसे उपयुक्त उत्तर चुनें / Consider the following steps involved in the booting process of a computer system: (1) The operating system kernel is loaded into main memory. (2) The CPU receives a reset event and starts execution from a predefined memory location. (3) The bootstrap program performs diagnostics and initializes system components. (4) The bootstrap loader reads the boot block (or secondary bootstrap program) from disk. Choose the most appropriate answer from the options given below:
Why DThe correct sequence during booting is: CPU gets a reset event and executes from a predefined location (2), the bootstrap program performs diagnostics and initialization (3), the bootstrap loader reads the boot block from disk (4), and finally the OS kernel is loaded into memory (1). / बूटिंग प्रक्रिया का सही क्रम (2), (3), (4), (1) है।
- Q76
निम्नलिखित में से कौन-सा कथन UDP का सबसे उपयुक्त वर्णन करता है? / Which of the following statements best describes UDP?
Why DUser Datagram Protocol (UDP) is a connectionless and unreliable transport protocol, meaning it does not establish a connection before sending data and does not guarantee delivery. / यूडीपी (UDP) एक कनेक्शनलेस और अनरिलायबल ट्रांसपोर्ट प्रोटोकॉल है, जो डेटा भेजने से पहले कनेक्शन स्थापित नहीं करता है।
- Q77
डिस्टेंस वेक्टर रूटिंग में स्पिल्ट होराइजन का उपयोग किस उद्देश्य के लिए किया जाता है? / Split Horizon in Distance Vector Routing is used to:
Why ASplit Horizon is a routing technique used in distance vector routing protocols to prevent the count-to-infinity problem and routing loops by not advertising a route back out the interface from which it was learned. / डिस्टेंस वेक्टर रूटिंग में स्पिल्ट होराइजन का उपयोग काउंट-टू-इन्फिनिटी समस्या और रूटिंग लूप को रोकने के लिए किया जाता है।
- Q78
यदि कोई DNS सर्वर, Zone A के लिए प्राथमिक सर्वर (Primary Server) तथा Zone B के लिए द्वितीयक सर्वर (Secondary Server) के रूप में कार्य करता है, तो यह स्थिति: / A DNS server acts as a Primary Server for Zone A and a Secondary Server for Zone B. This situation is:
Why DA DNS server can act as a primary server for one zone and a secondary server for another zone because DNS server roles are configured and defined independently for each individual zone. / यह संभव है क्योंकि किसी DNS सर्वर की भूमिका प्रत्येक Zone के लिए अलग-अलग और स्वतंत्र रूप से निर्धारित की जाती है।
- Q79
संरचनावाद (Constructivism) में, ज्ञान है: (निम्न में से सबसे उपयुक्त विकल्प चुनें) / In constructivism, knowledge is: (Choose the most appropriate option from below)
Why BIn constructivism, learning is an active process where knowledge is actively constructed by learners through their own experiences and interactions with the environment. / संरचनावाद में, ज्ञान अनुभव के माध्यम से विद्यार्थियों द्वारा सक्रिय रूप से निर्मित किया जाता है।
- Q80
निम्नलिखित में से कौन आंतरिक प्रेरणा का एक उदाहरण है? (निम्न में से सबसे उपयुक्त विकल्प चुनें) / Which of the following is an example of intrinsic motivation? (Choose the most appropriate option from below)
Why DIntrinsic motivation refers to behavior driven by internal rewards, such as personal satisfaction, curiosity, or the pure desire to learn, rather than external rewards like money or certificates. / व्यक्तिगत संतुष्टि के लिए सीखने की इच्छा आंतरिक प्रेरणा (intrinsic motivation) का एक आदर्श उदाहरण है।
- Q81
माइक्रोटिचिंग का मुख्यतः किस उद्देश्य के लिए उपयोग किया जाता है? / Microteaching is mainly used for:
Why Aमाइक्रोटिचिंग (Microteaching) एक शिक्षक प्रशिक्षण तकनीक है जो शिक्षकों को नियंत्रित वातावरण में छोटे-छोटे शिक्षण कौशलों को विकसित करने और सुधारने में मदद करती है। इसलिए सही विकल्प A है।
- Q82
लुप्त संख्या का पता लगाएँ: $4 \quad 6 \quad 52$ $5 \quad 8 \quad 89$ $7 \quad 9 \quad ?$ / Find the missing number: $4 \quad 6 \quad 52$ $5 \quad 8 \quad 89$ $7 \quad 9 \quad ?$
Why Bपैटर्न के अनुसार, पहले और दूसरे अंक के वर्गों का योग तीसरे अंक के बराबर है। उदाहरण के लिए, 4² + 6² = 16 + 36 = 52, और 5² + 8² = 25 + 64 = 89; इसी प्रकार 7² + 9² = 49 + 81 = 130। इसलिए सही विकल्प B है।
- Q83
निम्नलिखित C प्रोग्राम का आउटपुट क्या होगा? void fun(){ static int s=1; int d=1; s++; d++; printf("%d %d",s,d); } int main(){ fun(); fun(); fun(); return 0; } / What will be the output of the following C program? void fun(){ static int s=1; int d=1; s++; d++; printf("%d %d",s,d); } int main(){ fun(); fun(); fun(); return 0; }
Why Bस्थिर चर 's' का मान फ़ंक्शन कॉल्स के बीच बना रहता है और बढ़ता जाता है (2, फिर 3, फिर 4), जबकि स्थानीय चर 'd' हर कॉल के साथ पुनः आरंभ होता है और प्रत्येक बार 2 प्रिंट होता है। इसलिए आउटपुट 2 2 3 2 4 2 होगा और विकल्प B सही है।
- Q84
निम्नलिखित C प्रोग्राम का आउटपुट क्या होगा? int main() { int i = 0; while(i < 5) { i++; if(i == 2) continue; if(i == 4) break; printf("%d", i); } return 0; } / What will be the output of the following C program? int main() { int i = 0; while(i < 5) { i++; if(i == 2) continue; if(i == 4) break; printf("%d", i); } return 0; }
Why Aलूप में जब i=1 होता है तो 1 प्रिंट होता है, जब i=2 होता है तो continue के कारण प्रिंट छोड़ दिया जाता है, जब i=3 होता है तो 3 प्रिंट होता है, और जब i=4 होता है तो break के कारण लूप समाप्त हो जाता है। अतः आउटपुट '1 3' होगा और विकल्प A सही है।
- Q85
$n$ माप की एक वृत्ताकार कतार (Circular Queue) में, निम्नलिखित में से किस स्थिति में कतार पूर्ण (Full) मानी जाती है? / In a circular queue of size $n$, the queue is considered full when:
Why Aएक वृत्ताकार कतार (Circular Queue) में आकार n के साथ, कतार को पूर्ण (Full) तब माना जाता है जब rear का अगला स्थान front के बराबर होता है, जिसे गणितीय रूप से (rear + 1) % n == front के रूप में दर्शाया जाता है। अतः सही विकल्प A है।
- Q86
एब्स्ट्रैक्ट डेटा टाइप (ADT) के संदर्भ में, एन्कैप्सुलेशन (Encapsulation) का क्या अर्थ है? / In the context of ADTs, encapsulation means:
Why Bएब्स्ट्रैक्ट डेटा टाइप (ADT) और डेटा स्ट्रक्चर में एन्कैप्सुलेशन का मुख्य उद्देश्य डेटा और उसके संचालन के कार्यान्वयन के आंतरिक विवरणों को उपयोगकर्ता से छिपाना होता है। अतः विकल्प B सही है।
- Q87
मान लीजिए कि एक बाइनरी सर्च ट्री (BST) में 1 से 1000 तक की सभी भिन्न पूर्णांक (Integers) संग्रहित हैं। कुंजी 363 की खोज के दौरान, निम्नलिखित में से कौन-सा अनुक्रम खोज के दौरान भ्रमण (Visited) किए गए newNode का अनुक्रम नहीं हो सकता? / Consider a Binary Search Tree (BST) containing distinct integers from 1 to 1000. During a search for the key 363, which one of the following sequences cannot occur as the sequence of visited nodes?
Why Cबाइनरी सर्च ट्री (BST) के गुणों के अनुसार खोज अनुक्रम में नोड्स का क्रम BST के नियमों का पालन करना चाहिए। विकल्प C में दिए गए अनुक्रम में 240 के बाद 912 का आना BST नियमों का उल्लंघन करता है, क्योंकि 912, 911 के दाएँ उपवृक्ष में होना चाहिए था न कि 240 के बाद। अतः सही विकल्प C है।
- Q88
निम्नलिखित कथनों पर विचार कीजिए: (1) प्रत्येक प्राइमरी की (Primary Key) कंस्ट्रेंट का अर्थ एक UNIQUE कंस्ट्रेंट होता है। (2) प्रत्येक UNIQUE कंस्ट्रेंट का अर्थ एक प्राइमरी की (Primary Key) कंस्ट्रेंट होता है। (3) प्राइमरी-की (Primary-key) एट्रिब्यूट्स में NULL वैल्यू नहीं हो सकती है। (4) एक रिलेशन में कई UNIQUE कंस्ट्रेंट हो सकते हैं, लेकिन केवल एक ही प्राइमरी की (Primary Key) हो सकती है। उपरोक्त में से कौन से कथन सही हैं? नीचे दिए गए विकल्पों में से सबसे उपयुक्त उत्तर चुनें: / Consider the following statements: (1) Every primary key constraint implies a UNIQUE constraint. (2) Every UNIQUE constraint implies a primary key constraint. (3) Primary-key attributes cannot contain NULL values. (4) A relation can have multiple UNIQUE constraints but only one primary key. Which of the above statements are correct? Choose the most appropriate answer from the options given below:
Why Cप्राइमरी की हमेशा UNIQUE होती है और इसमें NULL वैल्यू नहीं हो सकती है, इसलिए कथन (1) और (3) सही हैं। एक रिलेशन में केवल एक ही प्राइमरी की हो सकती है लेकिन कई UNIQUE कंस्ट्रेंट हो सकते हैं (कथन 4 सही)। हालांकि, प्रत्येक UNIQUE कंस्ट्रेंट प्राइमरी की नहीं हो सकता क्योंकि UNIQUE कॉलम NULL स्वीकार कर सकता है (कथन 2 गलत)। अतः सही विकल्प C ((1), (3) और (4)) है।
- Q89
निम्नलिखित में से SQL में कौन-सी घटना (event) ट्रिगर (Trigger) को सक्रिय करने के लिए वैध है? / Which of the following is a valid triggering event in SQL?
Why Bएसक्यूएल में ट्रिगर को सक्रिय करने वाले वैध डेटा संशोधन इवेंट (Triggering events) INSERT, DELETE, और UPDATE हैं। / In SQL, the valid triggering events that activate a trigger are INSERT, DELETE, and UPDATE.
- Q90
निम्नलिखित टपल रिलेशनल कैलकुलस की अभिव्यक्ति पर विचार कीजिए: $ \{ t \mid \neg(t \in \text{instructor}) \} $ निम्नलिखित में से कौन-सा कथन सही है? / Consider the tuple relational calculus expression: $ \{ t \mid \neg(t \in \text{instructor}) \} $ Which of the following statements is correct?
Why Cयह अभिव्यक्ति असुरक्षित है क्योंकि यह डेटाबेस में उन सभी टपल्स का चयन करेगी जो instructor रिलेशन में नहीं हैं, जिससे एक अनंत (infinite) सेट उत्पन्न हो सकता है जो डोमेन में सीमित नहीं है। / The expression is unsafe because it generates tuples containing values not present in the domain, potentially resulting in an infinite relation.
- Q91
निम्नलिखित में से कौन-सी मल्टीपल एक्सेस तकनीक सभी स्टेशनों को चैनल की संपूर्ण बैंडविथ का उपयोग करते हुए एक ही समय में डेटा प्रसारित (Transmit) करने की अनुमति देती है? / Which of the following multiple access techniques allows all stations to transmit data simultaneously over the full bandwidth of the channel?
Why Aसीडीएमए (CDMA) एक मल्टीपल एक्सेस तकनीक है जो सभी स्टेशनों को एक ही समय में चैनल की पूरी बैंडविड्थ का उपयोग करने की अनुमति देती है, जिसमें प्रत्येक उपयोगकर्ता के लिए एक विशिष्ट कोड का उपयोग किया जाता है। / CDMA allows all stations to transmit simultaneously over the full bandwidth using unique codes for each user.
- Q92
डेल्टा मॉड्यूलेशन क्या है? (निम्न में से सबसे उपयुक्त विकल्प चुनें) / What is Delta Modulation? (Choose the most appropriate option from below)
Why Dडेल्टा मॉड्यूलेशन एक सरल एनालॉग-से-डिजिटल रूपांतरण तकनीक है जो प्रत्येक सैंपल के पूर्ण मान के बजाय क्रमिक सैंपल मानों के बीच के अंतर को एक-बिट रूप में एन्कोड करती है। / Delta modulation is an A/D conversion technique that encodes the difference between successive sample values rather than the absolute value.
- Q93
जी. एस. एम. के बारे में निम्नलिखित में से कौन सा कथन सही है? / Which of the following statements about GSM is TRUE?
Why Cजी. एस. एम. (GSM) एक डिजिटल सेल्यूलर संचार प्रणाली है जो रेडियो स्पेक्ट्रम को साझा करने के लिए टीडीएमए (TDMA) और एफडीएमए (FDMA) दोनों तकनीकों का संयोजन उपयोग करती है। / GSM is a digital cellular system that utilizes a combination of both TDMA and FDMA for channel allocation.
- Q94
C++ में, ऑपरेटर ओवरलोडिंग (Operator Overloading) निम्नलिखित में से किसका उदाहरण है? / In C++, operator overloading is an example of:
Why DC++ में ऑपरेटर ओवरलोडिंग कंपाइल-टाइप पॉलीमॉर्फिज़्म (या स्टैटिक बाइंडिंग) का एक उदाहरण है, क्योंकि ऑपरेटर का कौन सा अर्थ उपयोग किया जाना है इसका निर्णय कंपाइलर द्वारा संकलन के समय किया जाता है। / Operator overloading in C++ is an example of compile-time polymorphism where the appropriate function or operator is resolved during compilation.
- Q95
जावा (Java) में, जब किसी बटन (Button) को दबाया जाता है, तब निम्नलिखित में से कौन-सी इवेंट क्लास (Event Class) उत्पन्न (Fire) होती है? / In Java, which event class is fired when a button is pressed?
Why Bजावा में, जब किसी बटन पर क्लिक किया जाता है या कोई एक्शन निष्पादित किया जाता है, तो ActionListener द्वारा संसाधित होने के लिए ActionEvent क्लास उत्पन्न होती है। / In Java, pressing a button fires an ActionEvent, which is handled by an ActionListener.
- Q96
जावा (Java) में, एक्सेप्शन (Exception) श्रेणीक्रम (Hierarchy) के शीर्ष (Top) पर कौन-सी क्लास होती है? / In Java, which class is at the top of the exception hierarchy?
Why Cजावा में एक्सेप्शन और एरर दोनों की पदानुक्रम (Hierarchy) के बिल्कुल शीर्ष पर 'Throwable' क्लास होती है। / In Java, the 'Throwable' class sits at the very top of the entire exception and error hierarchy.
- Q97
जावा (Java) में, System.out और System.err निम्नलिखित में से किस क्लास के ऑब्जेक्ट्स (Objects) हैं? / In Java, System.out and System.err are objects of which class?
Why DIn Java, System.out and System.err are standard output and error stream objects respectively, and they belong to the PrintStream class. / जावा में, System.out और System.err क्रमशः स्टैंडर्ड आउटपुट और एरर स्ट्रीम ऑब्जेक्ट्स हैं, जो PrintStream क्लास से संबंधित हैं।
- Q98
निम्नलिखित में से कौन-से कथन वॉन न्युमैन आर्किटेक्चर की प्रमुख अवधारणाओं का सही वर्णन करते हैं? / Which of the following statements correctly describe the key concepts of the von Neumann architecture? (1) डेटा तथा निर्देश एक ही रीड-राइट मेमोरी में संग्रहीत किए जाते हैं। / (1) Data and instructions are stored in a single read-write memory. (2) मेमोरी लोकेशन्स को उनमें संग्रहीत डेटा के प्रकार (Type of Data) की परवाह किए बिना एड्रेस किया जा सकता है। / (2) Memory locations are addressable without regard to the type of data stored. (3) निर्देश क्रमिक रूप से निष्पादित किए जाते हैं, जब तक कि उस क्रम को स्पष्ट रूप से परिवर्तित न किया जाए। / (3) Instructions are executed sequentially unless the sequence is explicitly modified. (4) डेटा तथा निर्देश हमेशा अलग-अलग मेमोरी में संग्रहीत किए जाते हैं। / (4) Data and instructions are always stored in separate memories. नीचे दिए गए विकल्पों में से सबसे उपयुक्त उत्तर चुनें: / Choose the most appropriate answer from the options given below:
Why BThe von Neumann architecture uses a single memory for both data and instructions (1), memory locations are addressed by location without regard to data type (2), and instructions are executed sequentially unless modified (3). Statement (4) describes the Harvard architecture, making options (1), (2), and (3) correct. / वॉन न्युमैन आर्किटेक्चर डेटा और निर्देशों दोनों के लिए एक ही मेमोरी का उपयोग करता है (1), मेमोरी लोकेशन्स को डेटा प्रकार की परवाह किए बिना एड्रेस किया जाता है (2), और निर्देश क्रमिक रूप से निष्पादित होते हैं (3)।
- Q99
8-बिट 2's कॉम्पलीमेंट संख्या $11100100$ पर एक अंकगणितीय दायाँ शिफ्ट (Arithmetic Right Shift) किया जाता है। परिणाम होगा: / An arithmetic right shift is performed on the 8-bit 2's complement number $11100100$. The result is:
Why BAn arithmetic right shift preserves the sign bit (MSB). For the negative number 11100100 (where MSB is 1), shifting right by 1 bit while replicating the sign bit yields 11110010. / एक अंकगणितीय दायाँ शिफ्ट साइन बिट (MSB) को संरक्षित रखता है। ऋणात्मक संख्या 11100100 के लिए, साइन बिट को बनाए रखते हुए 1 बिट दाएँ शिफ्ट करने पर परिणाम 11110010 प्राप्त होता है।
- Q100
आर. टी. एल. संकेतन $R2(0-7)$ में, अभिव्यक्ति $(0-7)$ दर्शाती है: / In the RTL notation $R2(0-7)$, the expression $(0-7)$ denotes:
Why CIn Register Transfer Language (RTL), parentheses with a range like $R2(0-7)$ denote specific bit selections or a portion of the register, specifically bits 0 through 7 of register R2. / रजिस्टर ट्रांसफर लैंग्वेज (RTL) में, $R2(0-7)$ जैसी सीमा वाले कोष्ठक रजिस्टर के एक विशिष्ट भाग या बिट्स को दर्शाते हैं, विशेष रूप से रजिस्टर R2 के बिट 0 से बिट 7 तक।