Question
What is DWCRA?
Solution
The scheme - DWCRA was aimed to improve the socio-economic status of the poor women in the rural areas through creation of groups of women for income-generating activities on a self-sustaining basis. The main strategy adopted under the programme was to facilitate access for poor women to employment, skill upgradation, training credit and other support services so that the DWCRA women as a group could take up income-generating activities for supplementing their incomes. It sought to encourage collective action in the form of group activities which were known to work better and were more sustainable than the individual effort. It encouraged the habit of thrift and credit among poor rural women to make them self-reliant. The Scheme had been merged into Swarnajayanti Gram Swarojgar Yojana (SGSY) with IRDP, TRYSEM etc. from April 1999.
Which is best fit for blank space 15?
Consider the following C code:
#include
#include
int main() {
  char* text = "The quick brown fox j...
In public-private key encryption , which of the following is true regarding the private key ?
Consider a graph with vertices A, B, C, D and edges with weights: (A,B)=1, (A,C)=7, (A,D)=10, (B,C)=3, (C,D)=4, (D,E)=2. (Assume E is another vertex). I...
In a common backtracking approach to generate permutations of a string, elements are swapped to explore different arrangements. Complete the line that s...
What is the primary disadvantage of using an array as a data structure?
The transfer function of the system below is ___________
Which algorithm is a greedy algorithm used to find the Minimum Spanning Tree (MST) of a graph by repeatedly adding the smallest weight edge that connect...
Consider the following code snippet (Java-like):
  class Animal {
    public void makeSound() {
      Syste...
Given a set of activities with start and finish times: (1,4), (3,5), (0,6), (5,7), (3,9), (5,9), (6,10), (8,11), (8,12), (2,14), (12,16). If you apply t...