Question
Quantity I: A vessel contains a mixture of milk and
water in the ratio of 7 : 5. If 9 litre of mixture is sold and replaced by same amount of water then the new mixture contain milk and water in the ratio 7 : 9. Find initial amount of water? Â Quantity II: A vessel is full of 63 litre of milk. If 9 litre of milk is taken out and replace by water. Further 7 litre of mixture is taken out and replace again with water then find the amount of water at the end? Each question given below contains a statement followed by quantity I and quantity II. Find both to find the relationship among them. Mark your answer accordingÂSolution
What is the time complexity of searching an element in a balanced binary search tree (BST) with nnn nodes?
In networking, what is the primary purpose of subnetting?
What will be the output of the following queue implementation using two stacks?
class QueueUsingStacks {Â Â Â Â Â Stacks1 = new Stack <>... Which of the following is an effective countermeasure against Cross-Site Scripting (XSS) attacks in a web application?
Which tree traversal gives nodes in non-decreasing order for a BST?
In a compiler's code flow, which operation is primarily used to manage function call contexts (local variables, return addresses) during program execution?
What is the base case in a recursive function?
Max-Flow Min-Cut theorem states:
What are the time and space complexities of the standard dynamic programming approach for finding the length of the Longest Common Subsequence (LCS) of ...
Which of the following is NOT among the OWASP Top 10 Web Security Risks?