Question
As per the Sample Registration System (SRS) 2021–2023
bulletin, Kerala’s Maternal Mortality Ratio (MMR) rose to what figure per one lakh live births?Solution
The 2021–2023 SRS report indicates Kerala’s MMR rose from 18 to 30 per one lakh live births. The increase was largely due to 97 COVID-related maternal deaths in 2021 and declining live births in the state.
What is the primary goal of code optimization in software development?
 Which of the following method is specifically designed to allow a network analyst to monitor traffic?
In a virtual memory system, which of the following techniques is used to maintain the illusion that each process has its own dedicated memory space?Â
- Does Dijkstra's algorithm work for graphs with both negative and positive edge weights?
What is the output of the following part of python program?
x = ("apple", "banana", "cherry")
print(x)Â
MIS is a type of:
What is the primary purpose of virtual memory in an operating system?Â
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]Â Â Â ...
What does ETL stand for in analytics?
Which of the following page replacement algorithms is considered optimal and aims to minimize the number of page faults?Â