Question
A invested Rs. βxβ in a scheme offering compound
interest of 40% p.a. compounded annually. If at the end of 2 years, interest received by A was Rs. (x β 1792), then find the value of βxβ.Solution
According to the question, x β 1792 = x Γ 1.4 Γ 1.4 β x Or, 0.04x = 1792 Or, x = 44800
How do you correctly create a new Map object in JavaScript?
Which of the following is a key characteristic of a heap's structure?
Which component in Hadoop is responsible for managing cluster resources and scheduling tasks?
Which of the following statements about a B+ Tree is correct?
Consider the following Python code:
class Vehicle:
Β Β def __init__(self, brand):
Β Β Β Β self.brand = brand
Β Β def...
What is the relationship between encapsulation and abstraction?
When comparing two algorithms, Algorithm A has O(N log N) complexity and Algorithm B has O(NΒ² ) complexity. For very large input sizes N:
Fill in the correct option for 27 blank space.
Which of the following algorithm uses Darwinian based algorithm to find the best solutions to solve complicated problems with a greater number of variab...