Question
A shopkeeper sells an article for Rs 70 and earns
thrice the profit that he would have earned on selling this article for Rs 50. Find the C.P of this article (in Rs).Solution
In Data Communication, what protocol is used to ensure reliable transmission of data over a network?
Which shortest-path algorithm is appropriate for graphs with non-negative weights and supports decrease-key efficiently for faster performance?
The recurrence relation T(n) = 2T(n/2) + O(n) corresponds to which algorithm’s time complexity?
In Database Management Systems, what is the primary purpose of normalization?
In a binary tree, if the number of leaf nodes is L, what is the number of nodes with two children?
Which data structure supports extraction of both min and max in O(1) time and insertion in O(log n)?
A unique piece of information that is used in encryption.
In hashing, what is a collision?
Which of the following is true about the time complexity of Merge Sort?
In dynamic programming, which principle ensures correctness by solving overlapping subproblems and storing results?