Question
A certain sum when invested for 3 years in a scheme
offering simple interest of 15% p.a. gives an interest of Rs. 693. What is 125% of the sum invested?Solution
Let the sum invested = Rs. 100Y Then interest earned = 100Y × (0.15 × 3) = Rs. 45Y Or, 45Y = 693 Or, Y = (693/45) = 15.4 So, sum invested = Rs. 1540 125% of sum invested = 1540 × 1.25 = Rs. 1925
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?