Question
The difference between compound interest and simple
interest at the same rate for Rs. 2400 for 2 years is Rs. 216. The rate of interest per annum is:Solution
When difference is given between SI and CI for 2 years, then the formula is: CI β SI = P (R/100)2Β According to the question, => 216 = 2400 (R/100)2 => R2Β = (216 Γ 10000)/2400 => R = 30%
Which tree traversal gives nodes in non-decreasing order for a BST?
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
In a binary tree, what is the maximum number of children a node can have?
Which sorting algorithm has O(n log n) average case?
Which of the following data structures is best suited for implementing a "undo" mechanism in a text editor?
Which of the following best describes Abstraction in Object-Oriented Programming (OOP)?
What does Big O notation primarily describe?
A stack follows which principle for data access?
Which data structure uses LIFO (Last In, First Out) principle?
What is the difference between 'BFS' (Breadth-First Search) and 'DFS' (Depth-First Search) in graph traversal?