Question
Consider the following events and arrange these in
chronological order: I. Launching of Community Development Programme (CDP) II. Recommendation of Democratic Decentralization III. Initiation of Key Village Scheme (KVS) IV. Setting up of District Rural Development Agency (DRDA) at district level Select the correct answer from the code given below:Solution
The events took place in the following order: 1. Initiation of Key Village Scheme (KVS): This was the first systematic attempt to improve the quality of cattle, which was initiated in 1950 during the First Five Year Plan. 2. Launching of Community Development Programme (CDP): This was started in October 1952 as a multi-project programme aimed at the overall development of rural people. 3. Recommendation of Democratic Decentralization: The need for democratic decentralization was recommended by Balwant Rai Mehta in 1957, which aimed to decentralize the administration and empower local bodies. 4. Setting up of District Rural Development Agency (DRDA): The DRDA was established at the district level to manage and oversee the implementation of anti-poverty programmes, and it was introduced in 1999. Thus, the correct order is III, I, II, IV.
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...
With what command you can see your user name?
The attributes that do not exist in the physical database
In Go, what is the purpose of a goroutine?
State true/false
Trojan works in background and steal data which is sensitive
What is an identifier in C language?
Frames are related to which layer of OSI model
What is the purpose of the delete operator in C++?
Which of the following best describes a transistor?
Consider a B+-tree in which the maximum number of keys in a node is 5. What is the minimum number of keys in any non-root node?Â