Question
A dishonest dealer claims to sell goods at cost price
but uses a false weight of 900g instead of 1kg. What is his profit percentage?Solution
Let the cost price of 1kg be 100. The dealer sells 900g for 100, so his effective cost for 900g is 100 × 900/1000 = 90 Profit = 100 - 90 = 10 Profit percentage = 10/90 × 100 ~ 11.11%
Given the following code snippet, what will be the output when the function findMax is called with the array arr = [1, 5, 3, 9, 2]?Â
def findMax...
In the context of containerization, what is the role of an orchestration tool?Â
What is the primary benefit of implementing Continuous Integration (CI) in a software development lifecycle?Â
Which data structure is most suitable for implementing a priority queue?
Which of the following best describes the main advantage of a Management Information System (MIS)?
In a network, which protocol is used to determine the MAC address corresponding to a given IP address?
Which search strategy guarantees the optimal solution?
What is the primary advantage of using a stack in recursive algorithms?
- Which of the following statements about Constructors in Object-Oriented Programming is correct?
Which protocol is used for reliable communication in data communication and networking?