Question
A rectangular lawn 25m x 30m has two roads each 6 metres
wide, running in the middle of it, one parallel to the length and the other parallel to the breadth. Find the cost of watering the lawn at the rate of Rs. 35 per square metre?Solution
Area of the first path = 25 x 6 = 150 m², Area of the second path = 30 x 6 = 180 m² and Area of centre = 6 x 6 = 36 m² Total area of both paths = 150 + 180 – 36 = 294 m² Area of the lawn with path = 25 x 30 = 750 m² Area of the lawn without path 750 - 294 = 456 m² ∴ Cost of watering = 456 x 35 = Rs. 15,960
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