Question
A shopkeeper purchased 150 kg of rice at ₹40 per kg.
He sold 60% of the rice at a profit of 25% and the rest at a loss of 15%. Find the overall percentage profit or loss.Solution
Total cost of rice = 150×40 = 6000 Selling price of 60%(90kg) rice = 125% of 90×40 = 4500 Selling price of remaining 40% rice = 85% of 60×40 = 2040 Total selling price of 150 kg rice = 4500+2040 = 6540
Which of the following statements is true about deadlocks in an operating system?
Which traversal of binary tree gives nodes in sorted order?
Which I/O scheduling algorithm is most suitable for minimizing seek time in hard drives?
Which of the following allows dynamic memory allocation?
Which attack can be mitigated using DNSSEC (Domain Name System Security Extensions)?
Which of the following collision resolution techniques involves storing all elements that hash to the same value in a linked list?
Which data structure is most suitable for implementing a priority queue with logarithmic time complexity for insertion and deletion?
KMP improves naive string matching by:
In the context of system analysis, which of the following best defines the "use case" diagram?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?