Question
According to NFHS-5, what was the decline in the
percentage of underweight children in India?Solution
As per the NFHS-5 data, the percentage of underweight children in India has declined from 35.8% to 32.1%, reflecting improvements in child nutrition and the impact of initiatives like Poshan Abhiyaan.
Shadow paging in recovery eliminates the need for:
Which SQL constraint ensures that a column cannot have NULL values?
Which of the following is not part of the process control block (PCB)?
Which type of DBMS model organizes data in tables with rows and columns?
Wait-Die and Wound-Wait are strategies for:
Given a `Queue` data structure with `enqueue` and `dequeue` operations. What is the element returned by the last `dequeue` operation in the following se...
What will be the value of `x` after the following pseudo-code execution?Â
```
  x = 0
  data = [10, 20, 30]
  f...
Which of the following is a type of phishing attack?
Multiversion Concurrency Control (MVCC) ensures:
Which normal form removes partial dependency?