Consider the following statements regarding social security system in India:
1. National social assistance programme comes under the ministry of social justice and empowerment.
2. All shopkeepers and retail traders who have turnover under 1 crore can enroll under the PM Laghu Vyapari Mandhan Yojna.
3. PM Kisan Mandhan Yojna provides an assured pension of Rs 3000 per month.
Which of the above statement are incorrect?
Statement 1 is incorrect: NSAP comes under Ministry of Rural Development. Statement 2 is incorrect: PMLVMY requires a turnover of within 1.5 crore for enrolment. Pradhan Mantri Kisan Maan Dhan Yojana (PMKMY): It is a pension scheme for small and marginal farmers having cultivable land up to 2 hectares. Farmers within the age group of 18-40 years are eligible to get themselves enrolled in the scheme. The scheme aims at providing an assured pension of 3,000 rupees per month once the farmer attains the age of 60 years.
What is the purpose of penetration testing in cybersecurity?
What is the difference between Token Ring and Ethernet?
What is the output of the following code?
print(min(max(False,-30,-4), 12,7))
What is the purpose of the "JOIN" clause in an SQL query?
Which data structure follows the "last-in, first-out" (LIFO) principle?
What is the main advantage of using a hash table data structure?
An object that represents a useful model of a problem domain is which type of abstraction?
Divide and conquer partition a problem into independent smaller sub problems, whereas dynamic programming partition a problem into overlapping sub-probl...
Which of the following is NOT a potential concurrency control issue?
In dynamic programming, what does "optimal substructure" mean?