Question
P can do a piece of work in 20 days, Q can complete
double the work in 40 days and R can do the work in 30 days. If all of them together earn Rs. 3200, then find the money received by Q.Solution
Time taken by P = 20 days Time taken by Q = 20 days Time taken by R = 30 days Let the total work be 60 units. Pโs one day work = 3 units Qโs one day work = 3 units Rโs one day work = 2 units Amount received by Q = 3200 ร (3/8) = Rs. 1200
Which of the following data structures is best suited for implementing a priority queue?ย ย ย
Which of the following operations is most efficient in a singly linked list compared to an array?
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
For a given array, there can be multiple ways to reach the end of the array using minimum number of jumps.
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications?ย ...
Which of the following sorting algorithms is NOT stable?ย
Appending value to list in python
What does 'IMPS' stand for?
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
Purpose of Scope resolution operator