Question
Which agency has analysed the stretches of the river
Ganga? An analysis of the stretches of the river Ganga by Delhi-based environment NGO Toxics Link has revealed pollution by microplastics, defined as synthetic solid particles sized ranging 1 micrometre (μm) to 5 millimetre (mm), which are insoluble in water. The Ganga flows across five States and has been at the centre of a massive multi-crore undertaking by the Centre, in the form of the National Mission for Clean Ganga, to rid it off contamination. Microplastics are recognised as a major source of marine pollution. Untreated sewage from many cities along the river’s course, industrial waste and religious offerings wrapped in non-degradable plastics pile pollutants into the river as it flows through several densely populated cities. The plastic products and waste materials released or dumped in the river break down and are eventually broken down into micro particles and the river finally transports significantly large quantities downstream into the ocean, which is the ultimate sink of all plastics being used by humans. Essentially all along microplastics are flowing into the river system. It does reflect or suggest a direct linkage between the poor state of both solid and liquid waste management; hence it is critically important to initiate steps to remediate it. The study, ‘Quantitative analysis of Microplastics along River Ganga’ was based on an analysis of water samples at Haridwar, Kanpur and Varanasi. The highest concentration of such plastic was found at Varanasi, comprising single-use and secondary plastic products. The water testing was carried out in collaboration with the National Institute of Oceanography (NIO) in Goa. The samples were tested to identify the exact type or resin core and the results show presence of at least 40 different kinds of polymers as microplastics. The shapes and nature of the observed resins ranged from fibres to fragments, films and beads. Fragments were the predominant shape in all locations, followed by film and fibre. Microbeads were observed in Varanasi and Kanpur, while no beads were found in Haridwar. The most frequent size range observed in all the samples wasSolution
In the passage, it is mentioned that “An analysis of the stretches of the river Ganga by Delhi-based environment NGO Toxics Link”.
Which sorting algorithm divides the array into halves recursively?
In dynamic programming, which principle ensures correctness by solving overlapping subproblems and storing results?
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
Which of the following algorithms is most appropriate for a sorting task that requires minimal auxiliary space?
In mobile computing, what is the main feature of pervasive computing?
Which of the following is true for the time complexity of binary search?
Recursive problems are implemented by
Which of the following algorithms uses a greedy approach?
The time complexity of computing the all-pairs shortest paths in a dense graph with V vertices using Floyd–Warshall is:
In dynamic programming, overlapping subproblems and _________ are key properties.