Question
30 men can complete 3/5 part of a work in 8 days working
18 hours a day. How many women can complete rest of the work if they work for 6 hours a day for 30 days and efficiency of a man is four times the efficiency of a woman.Solution
Let number of women be W. We know that, (M1 Γ D1 Γ H1 Γ E1)/W1 = (M2 Γ D2 Γ H2 Γ E2)/W2 (30 Γ 8 Γ 18 Γ 4)/(3/5) = (W Γ 30 Γ 6 Γ 1)/(2/5) W = 64
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