DBMS — MCQ Practice

Hindi aur English dono mein practice karo — click karo answer check karne ke liye

📚 2982 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
2982 questions
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:
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:
633
EN + हिं
GB A technique for direct search is
IN प्रत्यक्ष खोज की एक तकनीक है
A
binary search द्विआधारी खोज
B
linear search रैखिक खोज
C
tree search वृक्ष खोज
D
hashing हैशिंग
✅ Correct Answer:
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:
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:
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:
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:
638
EN + हिं
GB Breadth First Search is used in
IN चौड़ाई प्रथम खोज का उपयोग किया जाता है
A
binary trees द्विआधारी पेड़
B
stacks ढेर
C
graphs रेखांकन
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
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:
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:
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:
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:
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:
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:
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:
631–645 of 2982