Question
Rs. 5000 when invested at simple interest of r% p.a.
amounts to Rs. 6000 in 24 months. If the same sum had been invested for 1 year at compound interest of (r + 32) % p.a. (compounded in every 4 months), then the amount received would be?Solution
According to the question, 6000 – 5000 = (5000 × r × 24) ÷ (12 × 100) Or, 1000 = 100 × r Or, r = 10 When the sum is invested at compound interest, Effective rate of interest = (r + 32) ÷ 3 = (10 + 32) ÷ 3 = 14% Effective time period = 1 × 3 = 3 units Amount received = Principal × {1 + (r/100)}time period = 5000 × {1 + (14/100)}3 = 5000 × (1.14)3 = 7407.72
Which sorting algorithm is best suited for a nearly sorted array, exhibiting O(N) time complexity in its best case?
Consider the array [5, 2, 8, 1, 9]. After the first pass of Selection Sort (to find the minimum element and place it at the beginning), what will the ar...
In a Min-Heap, the root node is:
Which of the following is considered the strongest type of encryption method in modern cyber security practices?   Â
Which of the following is NOT a characteristic of the Internet of Things (IoT)?
Consider a directed acyclic graph (DAG). The problem of finding the longest path in a DAG (with edge weights) can be solved in:
Which algorithm guarantees minimum spanning tree and will produce a different tree depending on tie-breaking?
Which traversal method in a binary search tree retrieves nodes in sorted order?
In a binary tree, if the number of leaf nodes is L, what is the number of nodes with two children?
In mobile computing, what is the main feature of pervasive computing?