Question
Which of the following statements with reference to the
Atal Vayo Abhyuday Yojana (AVYAY) is/are correct? 1. Fulfil basic needs of destitute elderly citizens 2. Build and strengthen intergenerational relationships through Regional Resource and Training Centres 3. Provide guaranteed monthly pension to elderly citizens 4. Establish Atal Incubation centres for elderly citizens Select the correct answer using the code given below:Solution
The correct answer is C
What is the purpose of the with statement when working with files?
Which of the following best describes the main advantage of a Management Information System (MIS)?
What is the primary advantage of using a stack in recursive algorithms?
In Huffman coding, data in a tree always occur?
- Which software testing technique involves testing the internal structure or workings of an application?
In systems design, which of the following techniques is used to break down complex systems into smaller, more manageable components?
Purpose of Scope resolution operator
In an operating system, which of the following scheduling algorithms minimizes the average waiting time for all processes?
Truncate command in SQL
Predict the correct output of below code in python
Greeting = lambda : print('Welcome to Ixambee’)
Greeting()