Question
A certain sum of money invested at a rate of 24% p.a.
amounts to Rs. 19965 at the end of 15 months if the rate of interest is compounded 5 monthly. Find the sum (in Rs.).Solution
Desired rate = (5/12) × 24 = 10% Let the sum is Rs. ‘P’. So, 1.10 × 1.10 × 1.10 × P = 19965 Or, P = 15000
Which of the following is NOT a characteristic of the SJF (Shortest Job First) scheduling algorithm?   Â
Which data structure is used for implementing recursive function calls?
In Data Structures, which of the following algorithms uses the Divide and Conquer strategy?
The time complexity of building a heap from an unsorted array of n elements is:
What is the worst-case time complexity of QuickSort with a random pivot for sorting n distinct elements?
Which algorithm returns a minimum spanning tree (MST) and uses a priority queue to select the next edge connected to the growing tree?
Which algorithm is best suited for finding a Hamiltonian cycle in an undirected graph?   Â
In the context of Data Modelling and Analytics, which technique is most suitable for identifying the underlying patterns in high-dimensional data withou...
Which of the following is shared by the thread of the same process.
Which of the following is a fundamental challenge in Natural Language Processing (NLP)?