Question
What would be the annual interest accrued on a deposit
of Rs.24,550 in a bank that pays a 22% per annum rate of simple interest?Solution
ATQ, Principal (P) = Rs. 24,550 Annual Interest Rate®= 22% or 0.22 in decimal Time (T) in years = 1 year (for annual interest) Using the simple interest formula: Interest (I) = P × R × T Now, plugging in the numbers: I = 24,550 × 0.22 × 1 Now, calculate the multiplication: I = Rs. 5,401 The annual interest accrued is Rs. 5,401.
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)?