Question
निम्नलिखित का सही
अनुवाद चुनें: (i) यह प्रावधान तत्काल प्रभाव से हटाया जाता है। – This provision is withdrawn with immediate effect. (ii) दलाल को आवश्यक लाइसेंस प्राप्त नहीं है। – The broker does not possess the required license. (iii) भुगतान आंशिक रूप से किया गया है। – The payment has been made in full. (iv) समिति इस प्रस्ताव पर पुनः विचार करेगी। – The committee will reconsider this proposal.Solution
(i), (ii), (iv) सही हैं। (iii) “ आंशिक रूप से” = partially, जबकि दिया गया in full गलत।
What is the time complexity of searching an element in a balanced binary search tree (BST) with nnn nodes?
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
Max-Flow Min-Cut theorem states:
In system design, what is the primary purpose of a feasibility study?
A complete binary tree has 127 nodes. What is its height (assuming the root is at level 0)?
Deletion in Red-Black Trees maintains balance using:
Fibonacci heaps support which operation in O(1) amortized time?
Which of the following is a primary advantage of using a star schema in a data warehouse design?
Which of the following is an effective countermeasure against Cross-Site Scripting (XSS) attacks in a web application?
A programmer is implementing a data analysis tool that frequently needs to append elements to a collection. If an array is used, what is a potential per...