Question
A man deposited Rs. ‘x + 850’ at 12% per annum
simple interest and earned Rs. 552 as interest after 2 years. Find the interest earned by him if he deposited Rs. 2x at 10% per annum for 2 years at compound interest.ÂSolution
So, {(x + 850) × 0.12 × 2 = 552 0.24x + 204 = 552 x = 348/0.24 = 1450 So, required interest earned = 2 × 1450 × 0.21 = Rs. 609
Which of the following properties is true for a binary heap?
._______ method can be used for any SQL statements(Select and Update both).
An algorithm has a time complexity of O(N² ). If the input size N doubles, how does the execution time approximately change?
Which of the following best describes network topology?
In a Breadth-First Search (BFS) algorithm for graph traversal, what is the primary role of a queue?
Which of the following protocol is a network layer protocol and used for reporting errors?
Which component is responsible for managing virtualization in a cloud environment?
Which Hadoop component is responsible for resource management?
What is the primary purpose of cookies on a website?
Consider the following binary tree:
   5
   / \
  3  8
  / \ / \
 1 4 6 9
What is t...