Question
Consider the following Statements about Deendayal
Antyodaya Yojana-National Rural Livelihood Mission and choose the option with correct Statements. I- DAY-NRLM is a Central Sector Scheme. II- It impacts the livelihoods through universal social mobilization by inter alia organising one-woman member from each rural poor household into Self Help Groups (SHGs). III- Mission Shakti is a sub scheme under DAY-NRLM.Solution
Deen Dayal Antyodaya Yojana - National Livelihoods Mission (NRLM) was launched by the Ministry of Rural Development (MoRD), Government of India in June 2011 as a restructured version of Swarna Jayanti Gram Swarozgar Yojna (SGSY). The Mission aims at creating efficient and effective institutional platforms of the rural poor enabling them to increase household income through sustainable livelihood enhancements and improved access to financial services. In November 2015, the program was renamed Deendayal Antayodaya Yojana (DAY-NRLM). Sub-schemes: Aajeevika Grameen Express Yojana (AGEY) Mahila Kisan Sashaktikaran Pariyojana (MKSP) Start-up Village Entrepreneurship Programme (SVEP) National Rural Livelihoods Project (NRLP)
1.   Predict the output of the code
public class Animal {
  public static void main(String args[])
           ...
Appending value to list in python
Which of the following is NOT considered a core characteristic of cloud computing?Â
Abstract Class in Java
In the design and analysis of algorithms, which of the following algorithms is based on the greedy approach?
- Which of the following protocols is used for resolving IP addresses to MAC addresses in a network?
Which type of software is designed to help users perform specific tasks, such as creating documents, spreadsheets, or presentations?
What is the purpose of the with statement when working with files?
Which component in a V-shaped software development model corresponds to the testing phase?
Predict the correct output of below code in python
Greeting = lambda : print('Welcome to Ixambee’)
Greeting()