Question
A dishonest dealer professes to sell his goods at cost
price, but he uses a weight of 700 gm for the kg weight. Find his approximate gain per cent.Solution
Suppose goods cost the dealer Re 1 per kg. He sells for Re 1 what cost him Re 0.7. Gain on Re 0.7 = Re 1- 0.7 = Re 0.3 Gain on Rs. 100 = 0.3 * 100/0.7 = 42.85% Gain% = 42.85% Alternate Method: Gain% = (True weight – False weight) * 100/ False weight = (1000 – 700)*100/700 = 42.85%
Which of the following OWASP Top 10 risks involves insecure coding practices that allow attackers to gain access to sensitive data, such as usernames a...
What will be the output of the following queue implementation using two stacks?
class QueueUsingStacks {Â Â Â Â Â Stacks1 = new Stack <>... Which of the following is NOT a valid feature of IPv6 compared to IPv4?
Which of the following is NOT a characteristic of a minimum spanning tree (MST) in a connected, undirected graph?
What is the best-case time complexity of the binary search algorithm ?
Which of the following is a key objective of the Requirement Analysis phase in the Software Development Lifecycle (SDLC)?
Which of the following statements is true about deadlocks in an operating system?
Which encryption technique is used in Transport Layer Security (TLS) to securely establish a session key?
Which of the following statements about normalization in relational databases is correct?
- Natural Language Processing (NLP)
In the context of sentiment analysis, which of the following NLP techniques provides the most accurate classification ...