Question
Which statement is correct about “Sukanya Samriddhi
Yojana” a.Sukanya Samriddhi Yojana, parents or legal guardians can open an account in the name of a girl child below the age of 10 years b.The account can be opened with a minimum deposit of Rs. 250 and a maximum deposit of Rs. 1.5 lakh in a financial year. The account matures after 21 years from the date of opening or on the marriage of the girl child after she attains the age of 18 years. c.At present, SSY has several tax benefits and the highest rate of interest among all the Small Savings Schemes i.e. 7.6%.Solution
“Sukanya Samriddhi Yojana” , parents or legal guardians can open an account in the name of a girl child below the age of 10 years. The account can be opened with a minimum deposit of Rs. 250 and a maximum deposit of Rs. 1.5 lakh in a financial year. The account matures after 21 years from the date of opening or on the marriage of the girl child after she attains the age of 18 years. The current rate of interest on “Sukanya Samriddhi Yojana” accounts is 7.6% per annum, which is compounded annually. The interest earned on the account is tax-free, and the deposits made in the account are eligible for tax deductions under Section 80C of the Income Tax Act, 1961.
Which traversal method for a binary tree processes the root node *after* visiting both its left and right subtrees?
Which keyword is used in Java to indicate that a class is inheriting from another class?
Which of the following is NOT a typical step in NLP text preprocessing?
In C++, to achieve runtime polymorphism, a base class method must be declared with which keyword?
Which CPU scheduling algorithm is known for minimizing the average waiting time for a set of processes?
Which of the following is a key characteristic of OLAP systems?
What is the output for the below code
MyList = ["New York", "London", "Paris", "New Delhi"] MyFile=open('output.txt','w') for element in MyLis...
Which of the following is NOT a type of firewall?
Consider the following C++ code:
#include
class Base {
public:
Base() {
std::cout << "Ba...
Which of these AI approaches involves agents learning by interacting with their environment?