Question
The government of Telangana, in collaboration with the
World Economic Forum and the Indian Institute of Science (IISc) launched India's first Agricultural Data Exchange (ADeX) in _________which is an open-source, open-standard, and interoperable public good.Solution
The government of Telangana, in collaboration with the World Economic Forum and the Indian Institute of Science (IISc) launched India's first Agricultural Data Exchange (ADeX) in Hyderabad. Developed as a digital public infrastructure (DPI) for the agriculture sector, ADeX is an open-source, open-standard, and inter-operable public good. The software platform facilitates a secure, standards-based exchange of data between agricultural data users (agri application developers) and agricultural data providers (government agencies, private companies, NGOs, universities, etc.).   The Telangana government also launched the Agriculture Data Management Framework (ADMF) - a framework for facilitating consent-based responsible data sharing. ADMF is applicable to all government departments dealing with agricultural activities, as well as, all agriculture information users and providers. The framework provides a grievance redressal mechanism.
What is a primary advantage of generating intermediate code during compilation?
Which code optimization technique replaces occurrences of a variable with its constant value if the variable has been assigned a constant value that is ...
Which parsing method uses a stack and an input buffer?
Dynamic memory allocation (e.g., using `malloc` or `new`) typically occurs in which part of the runtime memory?
The primary function of a "loader" is to:
Which phase of a compiler is responsible for creating a stream of tokens from the input source code?
Which of the following is an example of a "local optimization"?
If an expression `x = a + b` is computed, and later in the same basic block, `y = a + b` is computed, a compiler can apply which optimization?
Which LR parser is often preferred in practice because it offers a good balance between power and table size, resolving most conflicts that SLR(1) cannot?
Which of the following tools is commonly used to generate a lexical analyzer (scanner) from a set of regular expressions?