Question
What is the primary objective of the Vriksharopan
Abhiyan 2024 launched by Union Minister G. Kishan Reddy in Dhanbad?Solution
The primary objective of the Vriksharopan Abhiyan 2024, launched by Union Minister G. Kishan Reddy at Bharat Coking Coal Limited in Dhanbad, is to plant and distribute approximately 1 million saplings. This initiative is part of the "Ek Ped Maa Ke Naam" campaign by Prime Minister Narendra Modi and is aimed at promoting environmental sustainability and climate change mitigation. The event was held simultaneously at around 300 locations across 47 districts in 11 coal/lignite-bearing states via video conferencing. The initiative underscores the commitment of Coal/Lignite PSUs to environmental stewardship, with plans to cover 15,350 hectares with green cover over the next five years, using innovative methods like the Miyawaki method, seed balls, and drone technology. This effort contributes significantly to India's net-zero target by 2070, aligning economic growth with ecological preservation and promoting biodiversity.
A developer is tasked with implementing a task scheduling system where multiple tasks with dependencies need to be executed. Which data structure would ...
Which of the following data visualization tools is specifically designed for creating interactive dashboards for business analytics?
In data cleaning, which technique is most effective in handling outliers in a dataset that could skew analysis?
Which of the following is an example of non-random sampling?
Which forecasting method is most appropriate for time series data with a consistent trend but no seasonality?
What is polymorphism in Python?
Which sampling technique is most appropriate when the population is naturally divided into groups that differ significantly from each other?
In Python, which method removes missing values?
What will be the output of the following Python code?
def modify_list(lst):
for i in range(len(lst)):
lst[i] = ls...
A scatter plot reveals a strong positive linear relationship between two variables. Which of the following is the most appropriate statistical measure t...