Question
What is the limit amount for deduction in respect of
Medical/Health Insurance Premium under Section 80D of the Income Tax Act, 1961?Solution
Explanation: Under Section 80D, the deduction limit for Medical/Health Insurance Premium is ₹25,000 for individuals below 60 years of age and ₹50,000 for senior citizens.
What is the main advantage of using NoSQL databases for big data storage over traditional relational databases?
Suppose that x is a one dimensional array, then choose the correct answer regarding array.
Which of the following synchronization mechanisms provides a more structured approach to synchronization, allowing only one thread to access a resource...
What is the term for malicious software designed to damage or disrupt computer systems?
Which programming language is commonly used to write MapReduce jobs in Hadoop?
In a circuit with n mesh currents, how many essential KVL equations are written when performing mesh analysis?
What is the primary advantage of dynamic memory allocation?
In data analytics, what is the primary purpose of sentiment analysis?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
What is the purpose of a Storage Area Network (SAN)?