Question
A bag contains 700 coins of 25p denomination and 1400
coins of 50p denominations. If 17% of 25p coins and 34% of 50p coins are removed, the percentage of money removed from the bag is nearly? ย ยSolution
Total money = Rs.[700 x (25/100) + 1400 x (50/100)] = Rs. 875 25 paise coins removed = Rs. (700 x 17%) = 119 50 paise coins removed = Rs. (1400 x 34%) = 476 Money removed =Rs. {119 x (25/100) + 476 x (50/100)} = Rs. 267.75 Required percentage = (267.75/875) x 100 = 30.6%
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