Question
Which of the following issues can be taken up by the
National Human Rights Commission (NHRC)? 1. Issues of manual scavenging 2. Problems faced by Notified and Denotified Tribes 3. Issues related to the right to health Select the correct answer using the codes given below.Solution
The National Human Rights Commission (NHRC) of India is a Statutory public body constituted under the Protection of Human Rights Act, 1993. • The various human rights issues taken up by the Commission are as follows: o Abolition of Bonded Labour o Issues Concerning Right to Food o Protocols to the Convention on the Rights of the Child o Abolition of Child Labour o Trafficking in Women and Children o Maternal Anemia and Human Rights o Combating Sexual Harassment of Women at the Work Place o Abolition of Manual Scavenging o Dalits issues including Atrocities perpetrated on them o Problems faced by Denotified and Nomadic Tribes. o Rights of the Disabled Persons o Issues related to Right to Health. o Rights of persons affected by HIV / AIDS  Hence, option (c) is the correct answer.Â
Consider the following C++ code:
#include
class Base {
public:
  Base() {
    std::cout << "Ba...
What problem does the Floyd-Warshall algorithm solve?
Which of the following practices is essential for maintaining security compliance in both Windows and Unix/Linux environments?Â
Simplify the Boolean expression.
Y= AB+A(B+C)+B(B+C)
Consider the following Python code:
class Vehicle:
  def __init__(self, brand):
    self.brand = brand
  def...
fill the blank for 19.
Which of the following is a challenge in machine translation?
Which of the following statements accurately describes the characteristics of a primary key in a relational database?
Which of these is a primary benefit of cloud disaster recovery?
Binary Search is an efficient searching algorithm that follows the Divide and Conquer approach. What is its time complexity?