Question
How has the Ministry institutionalized the use of AI in
transforming digital agriculture, based on the collaboration mentioned in the MoU?Solution
The Ministry of Agriculture & Farmers Welfare, Government of India, is leveraging cutting-edge Artificial Intelligence (AI) technologies for the benefit of farmers and to increase overall productivity. As a pioneering force in the integration of AI, the Ministry is setting a precedent for leveraging advanced technologies to address the challenges faced by the farmers in India. It is championing the India Digital Ecosystem Architecture (InDEA) 2.0's network approach, designed by the Ministry of Electronics & IT, Government of India. Additionally, the Ministry is developing a National Pest Surveillance System in collaboration with the private sector. AI and Machine Learning (ML) models detect crop issues, offering timely information to farmers for swift action. This initiative is expected to result in healthier crops, potentially boosting yields and improving farmers' livelihoods. A Tripartite Memorandum of Understanding (MoU) was signed between the National Farmers’ Welfare Programme Implementation Society, IndiaAI under Digital India Corporation, and Wadhwani Foundation. Per the MoU, Wadhwani Foundation will provide critical support in formulating and executing an AI strategy. The Foundation commits to assisting the Ministry in establishing India as a global leader in AI-driven digital agriculture transformation, aligning with the MeitY’s National Plan for AI. This collaboration marks a pivotal moment in India's agricultural landscape, where Ministry has institutionalized the use of AI in transforming digital agriculture through the creation of an AI cell within the Ministry.
Predict the  program output
void main ()
{
 int x = 128;
 printf ("n%d", 1 + x++);
}
Command to change the priority in LINUX
- Which of the following is an example of Polymorphism in Object-Oriented Programming?
Given the following code snippet, what will be the output when the function findMax is called with the array arr = [1, 5, 3, 9, 2]?Â
def findMax...
The time horizon of data warehouse is
Which of the following sorting algorithms is NOT stable?Â
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â
State True/False
With a data mart, teams can access data and gain insights faster, because they don’t have to spend time searching within a ...
Abstract Class in Java
- Which of the following is NOT one of the SOLID principles of software design?