Question
With reference to India’s progress highlighted in the
UN Child Mortality Estimation 2024 Report, consider the following statements: 1. India recorded a 78% decline in the under-five mortality rate, higher than the global average reduction. 2. The Neonatal Mortality Rate in India declined by 70%, compared to a global reduction of 54%. 3. Under the Universal Immunization Programme (UIP), free vaccines are provided annually to about 2.9 crore infants and 2.6 crore pregnant women. Which of the statements given above is/are correct?Solution
• Statement 1 is correct: India achieved a 78% decline in the under-five mortality rate, better than the global average of 61%. • Statement 2 is correct: India’s Neonatal Mortality Rate declined by 70%, compared to the global reduction of 54%. • Statement 3 is incorrect: Under the Universal Immunization Programme (UIP), free vaccines are provided to 2.9 crore pregnant women and 2.6 crore infants annually, not the other way around. Thus, the correct answer is (a) 1 and 2 only
In an E-R Diagram, entities are typically represented by:
Which of the following is used to remove all records from a table without removing the table structure?
Which SQL constraint ensures that a column cannot have NULL values?
What will re.findall(r'\d+', 'abc123def45ghi') return?Â
Which SQL command is used to retrieve data from a database?
Which of the following ACID properties ensures that either all operations within a transaction are completed successfully, or none are?
Which of the following best describes the control flow when a method in a subclass overrides a method in its superclass, and an object of the subclass i...
Which SQL clause is used to group rows based on one or more columns?
Which of the following is not part of the process control block (PCB)?
Given a binary tree, a "zigzag" level order traversal prints the nodes level by level, but alternating the order of nodes from left-to-right and right-t...