Question
Consider the following statements in relation to Forest
Survey of India: 1. Indian State of Forest Report (ISFR) was last published in 2021 2. Madhya Pradesh possesses the largest forest cover percentage in India. 3. The total forest cover of the country is 7,13,789 square kilometres which is 21.71 per cent of the geographical area Which of the following statements is/are incorrect?Solution
Statement 2 is incorrect. Forest Policy Division deals with the National Forest Policy, 1988, Indian Forest Act, 1927, and its amendments including policy matters and legislative matters of other ministries and state governments related to forests. As per Indian State of Forest Report (ISFR) 2021, the total forest cover of the country is 7,13,789 square kilometres which is 21.71 per cent of the geographical area of the country. The tree cover is estimated as 95,748 square kilometres which is 2.91 per cent of the geographical area. The total forest and tree cover of the country is 8,09,537 square kilometres which is 24.62 per cent. Mizoram (85.4%) possesses the largest forest cover percentage in India.
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
Hashing is used for:
The amortized cost of appending an element at the end of a dynamic array is:
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Which of the following is NOT among the OWASP Top 10 Web Security Risks?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5
In asymmetric encryption, which of the following statements is correct?
Which algorithm constructs a suffix tree in linear time?
What is the primary purpose of a B+ Tree in a database management system?
Which sorting algorithm has O(n log n) average case?