631 Question 631 EN + हिं GB In B+ tree the node which points to another node is called IN B+ ट्री में वह नोड जो दूसरे नोड की ओर इशारा करता है, कहलाता है A leaf node लसीका नोड B external node बाहरी नोड C final node अंतिम नोड D internal node आंतरिक नोड ✅ Correct Answer: 🎯 Exam Perspective DBMS से जुड़ा यह सवाल उन students के लिए काम का है जो Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं। बेहतर होगा कि explanation पढ़कर concept clear करें, ताकि exam में similar प्रश्न आने पर confusion न हो। 🔗 Related Questions If h is any hashing function and is used to hash n keys... Breadth First Search is used in Consider a hash table of size seven, with starting inde... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
632 Question 632 EN + हिं GB If h is any hashing function and is used to hash n keys in to a table of size m, where n<=m, the expected number of collisions involving a particular key x is : IN यदि h कोई हैशिंग फ़ंक्शन है और इसका उपयोग m आकार की तालिका में n कुंजियों को हैश करने के लिए किया जाता है, जहां n A less than 1 1 से कम B less than n n से कम C less than m मी से कम D less than n/2 n/2 से कम ✅ Correct Answer: 🎯 Exam Perspective SSC, Railway, Banking और State PCS जैसी परीक्षाओं में DBMS से सवाल अक्सर पूछे जाते हैं। इसलिए सिर्फ answer रटने के बजाय, नीचे दी गई explanation को ध्यान से पढ़ें और concept समझें। 🔗 Related Questions Breadth First Search is used in A(n) can be used to preserve the int... A on the attribute A of relation r consi... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
633 Question 633 EN + हिं GB A technique for direct search is IN प्रत्यक्ष खोज की एक तकनीक है A binary search द्विआधारी खोज B linear search रैखिक खोज C tree search वृक्ष खोज D hashing हैशिंग ✅ Correct Answer: 🎯 Exam Perspective अगर आप SSC CGL, IBPS, RRB और State-level परीक्षाओं की तैयारी कर रहे हैं, तो DBMS का यह topic आपके लिए महत्वपूर्ण है। Exam में accuracy बढ़ाने के लिए हर सवाल की explanation जरूर पढ़ें। 🔗 Related Questions The separation of the data definition from the program i... A on the attribute A of relation r consi... What is the best definition of a collision in a hash tab... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
634 Question 634 EN + हिं GB Consider a hash table of size seven, with starting index zero, and a hash function (3x + 4)mod7. Assuming the hash table is initially empty, which of the following is the contents of the table when the sequence 1, 3, 8, 10 is inserted into the table using closed hashing? Note that ‘_’ denotes an empty location in the table. IN आकार सात की एक हैश तालिका पर विचार करें, जिसमें प्रारंभिक सूचकांक शून्य और एक हैश फ़ंक्शन (3x + 4)mod7 है। यह मानते हुए कि हैश तालिका प्रारंभ में खाली है, जब अनुक्रम 1, 3, 8, 10 को बंद हैशिंग का उपयोग करके तालिका में डाला जाता है, तो निम्न में से कौन सी तालिका की सामग्री है? ध्यान दें कि '_' तालिका में एक खाली स्थान को दर्शाता है। A 8, _, _, _, _, _, 10 8, _, _, _, _, _, 10 B 1, 8, 10, _, _, _, 3 1, 8, 10, _, _, _, 3 C 1, _, _, _, _, _,3 1, _, _, _, _, _,3 D 1, 10, 8, _, _, _, 3 1, 10, 8, _, _, _, 3 ✅ Correct Answer: 🎯 Exam Perspective DBMS के इस प्रश्न को कई प्रतियोगी परीक्षाओं जैसे UPSC, SSC, Banking और Police भर्ती में repeat होते देखा गया है। Concept clarity के लिए explanation section जरूर पढ़ें। 🔗 Related Questions To identify the deleted records we use the A technique for direct search is Which of the following scenarios leads to linear runnin... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
635 Question 635 EN + हिं GB Key value pairs is usually seen in IN मुख्य मान जोड़े आमतौर पर देखे जाते हैं A hash tables हैश टेबल B heaps ढेर C both hash tables and heaps हैश टेबल और ढेर दोनों D skip list सूची छोड़ें ✅ Correct Answer: 🎯 Exam Perspective यह सवाल DBMS category का है, और Railway, SSC, Banking और Defence परीक्षाओं के exam pattern में इस तरह के questions common हैं। Answer choose करने के बाद दिया गया explanation जरूर पढ़ें। 🔗 Related Questions A(n) can be used to preserve the int... Which of the following scenarios leads to linear runnin... In B+ tree the node which points to another node is cal... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
636 Question 636 EN + हिं GB What is the best definition of a collision in a hash table? IN हैश तालिका में टकराव की सबसे अच्छी परिभाषा क्या है? A two entries are identical except for their keys उनकी कुंजियों को छोड़कर दो प्रविष्टियाँ समान हैं B two entries with different data have the exact same key अलग-अलग डेटा वाली दो प्रविष्टियों की कुंजी बिल्कुल एक जैसी है C two entries with different keys have the same exact hash value अलग-अलग कुंजियों वाली दो प्रविष्टियों का सटीक हैश मान समान है D two entries with the exact same key have different hash values बिल्कुल एक ही कुंजी वाली दो प्रविष्टियों में अलग-अलग हैश मान हैं ✅ Correct Answer: 🎯 Exam Perspective यह प्रश्न DBMS की तैयारी करने वाले अभ्यर्थियों के लिए उपयोगी है। इस तरह के प्रश्न अक्सर SSC, Railway, Banking और State PCS जैसी परीक्षाओं में पूछे जाते रहे हैं, इसलिए concept और explanation दोनों को ध्यान से समझें, सिर्फ उत्तर याद न करें। 🔗 Related Questions In B+ tree the node which points to another node is cal... To identify the deleted records we use the Which of the following scenarios leads to linear runnin... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
637 Question 637 EN + हिं GB Which of the following scenarios leads to linear running time for a random search hit in a linear-probing hash table? IN निम्नलिखित में से कौन सा परिदृश्य एक रैखिक-जांच हैश तालिका में यादृच्छिक खोज हिट के लिए रैखिक चलने के समय की ओर ले जाता है? A all keys hash to same index सभी कुंजियाँ एक ही सूचकांक पर हैश B all keys hash to different indices सभी कुंजियाँ अलग-अलग सूचकांकों में हैश होती हैं C all keys hash to an even-numbered index सभी कुंजियाँ एक सम-संख्या वाले सूचकांक में हैश होती हैं D all keys hash to different even-numbered indices सभी कुंजियाँ अलग-अलग सम-संख्यांकित सूचकांकों में हैश होती हैं ✅ Correct Answer: 🎯 Exam Perspective DBMS से जुड़ा यह सवाल उन students के लिए काम का है जो SSC CGL, IBPS, RRB और State-level परीक्षाओं की तैयारी कर रहे हैं। बेहतर होगा कि explanation पढ़कर concept clear करें, ताकि exam में similar प्रश्न आने पर confusion न हो। 🔗 Related Questions Breadth First Search is used in Key value pairs is usually seen in Consider a hash table of size seven, with starting inde... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
638 Question 638 EN + हिं GB Breadth First Search is used in IN चौड़ाई प्रथम खोज का उपयोग किया जाता है A binary trees द्विआधारी पेड़ B stacks ढेर C graphs रेखांकन D all of the mentioned सभी का उल्लेख किया गया है ✅ Correct Answer: 🎯 Exam Perspective UPSC, SSC, Banking और Police भर्ती जैसी परीक्षाओं में DBMS से सवाल अक्सर पूछे जाते हैं। इसलिए सिर्फ answer रटने के बजाय, नीचे दी गई explanation को ध्यान से पढ़ें और concept समझें। 🔗 Related Questions Key value pairs is usually seen in A on the attribute A of relation r consi... If h is any hashing function and is used to hash n keys... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
639 Question 639 EN + हिं GB A(n) can be used to preserve the integrity of a document or a message. IN A(n) का उपयोग किसी दस्तावेज़ या संदेश की अखंडता को संरक्षित करने के लिए किया जा सकता है। A message digest संदेश डाइजेस्ट B message summary संदेश सारांश C encrypted message एन्क्रिप्टेड संदेश D none of the mentioned उल्लेखित कोई भी नहीं ✅ Correct Answer: 🎯 Exam Perspective अगर आप Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं, तो DBMS का यह topic आपके लिए महत्वपूर्ण है। Exam में accuracy बढ़ाने के लिए हर सवाल की explanation जरूर पढ़ें। 🔗 Related Questions In B+ tree the node which points to another node is cal... Key value pairs is usually seen in Breadth First Search is used in 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
640 Question 640 EN + हिं GB The property (or set of properties) that uniquely defines each row in a table is called the: IN वह गुण (या गुणों का समूह) जो तालिका में प्रत्येक पंक्ति को विशिष्ट रूप से परिभाषित करता है, कहलाता है: A identifier पहचानकर्ता B index अनुक्रमणिका C primary key प्राथमिक कुंजी D symmetric key सममित कुंजी ✅ Correct Answer: 🎯 Exam Perspective DBMS के इस प्रश्न को कई प्रतियोगी परीक्षाओं जैसे SSC, Railway, Banking और State PCS में repeat होते देखा गया है। Concept clarity के लिए explanation section जरूर पढ़ें। 🔗 Related Questions The association role defines: If h is any hashing function and is used to hash n keys... Which of the following scenarios leads to linear runnin... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
641 Question 641 EN + हिं GB The separation of the data definition from the program is known as: IN प्रोग्राम से डेटा परिभाषा को अलग करना इस रूप में जाना जाता है: A data dictionary डेटा शब्दकोश B data independence डेटा स्वतंत्रता C data integrity आंकड़ा शुचिता D referential integrity संदर्भिक समग्रता ✅ Correct Answer: 🎯 Exam Perspective यह सवाल DBMS category का है, और SSC CGL, IBPS, RRB और State-level परीक्षाओं के exam pattern में इस तरह के questions common हैं। Answer choose करने के बाद दिया गया explanation जरूर पढ़ें। 🔗 Related Questions In B+ tree the node which points to another node is cal... The association role defines: Key value pairs is usually seen in 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
642 Question 642 EN + हिं GB In the client / server model, the database: IN क्लाइंट/सर्वर मॉडल में, डेटाबेस: A is downloaded to the client upon request अनुरोध पर क्लाइंट के लिए डाउनलोड किया जाता है B is shared by both the client and server क्लाइंट और सर्वर दोनों द्वारा साझा किया जाता है C resides on the client side ग्राहक पक्ष पर रहता है D resides on the server side सर्वर साइड पर रहता है ✅ Correct Answer: 🎯 Exam Perspective यह प्रश्न DBMS की तैयारी करने वाले अभ्यर्थियों के लिए उपयोगी है। इस तरह के प्रश्न अक्सर UPSC, SSC, Banking और Police भर्ती जैसी परीक्षाओं में पूछे जाते रहे हैं, इसलिए concept और explanation दोनों को ध्यान से समझें, सिर्फ उत्तर याद न करें। 🔗 Related Questions A(n) can be used to preserve the int... The association role defines: In B+ tree the node which points to another node is cal... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
643 Question 643 EN + हिं GB The association role defines: IN एसोसिएशन की भूमिका परिभाषित करती है: A how tables are related in the database डेटाबेस में तालिकाएँ कैसे संबंधित हैं B the relationship between the class diagram and the tables in the database डेटाबेस में वर्ग आरेख और तालिकाओं के बीच संबंध C the tables that each attribute is contained तालिकाएँ जिनमें प्रत्येक विशेषता समाहित है D which attribute is the table’s primary key कौन सी विशेषता तालिका की प्राथमिक कुंजी है ✅ Correct Answer: 🎯 Exam Perspective DBMS से जुड़ा यह सवाल उन students के लिए काम का है जो Railway, SSC, Banking और Defence परीक्षाओं की तैयारी कर रहे हैं। बेहतर होगा कि explanation पढ़कर concept clear करें, ताकि exam में similar प्रश्न आने पर confusion न हो। 🔗 Related Questions Key value pairs is usually seen in Which of the following scenarios leads to linear runnin... The separation of the data definition from the program i... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
644 Question 644 EN + हिं GB A on the attribute A of relation r consists of one bitmap for each value that A can take. IN संबंध r की विशेषता A पर -------------------------------------- प्रत्येक मान के लिए एक बिटमैप होता है जिसे A ले सकता है। A bitmap index बिटमैप सूचकांक B bitmap बिटमैप C index अनुक्रमणिका D array सरणी ✅ Correct Answer: 🎯 Exam Perspective SSC, Railway, Banking और State PCS जैसी परीक्षाओं में DBMS से सवाल अक्सर पूछे जाते हैं। इसलिए सिर्फ answer रटने के बजाय, नीचे दी गई explanation को ध्यान से पढ़ें और concept समझें। 🔗 Related Questions In the client / server model, the database: The property (or set of properties) that uniquely define... A technique for direct search is 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)
645 Question 645 EN + हिं GB To identify the deleted records we use the IN हटाए गए रिकॉर्ड की पहचान करने के लिए हम इसका उपयोग करते हैं A existence bitmap अस्तित्व बिटमैप B current bitmap वर्तमान बिटमैप C final bitmap अंतिम बिटमैप D deleted bitmap हटा दिया गया बिटमैप ✅ Correct Answer: 🎯 Exam Perspective अगर आप SSC CGL, IBPS, RRB और State-level परीक्षाओं की तैयारी कर रहे हैं, तो DBMS का यह topic आपके लिए महत्वपूर्ण है। Exam में accuracy बढ़ाने के लिए हर सवाल की explanation जरूर पढ़ें। 🔗 Related Questions Key value pairs is usually seen in A(n) can be used to preserve the int... Which of the following scenarios leads to linear runnin... 📚 Related Topic Introduction to DBMS (639) Database Architecture (135) Data Models (138)