From your finding,conclusion and recommendations can you make on the issue of human rights violations to:Government​

Answers

Answer 1
Answer:
Different recommendations and conclusion can be drawn on human rights violation in government and communities.
Explanation:
1-Foremost thing that government can do is the legislation to control the human rights violation and this law should be applicable on all the people belong to any community. Government also make human rights violation issue a part of their policy so that every government could understand before hand.
2-Communities should run campaign so that people understand their human rights and can complain against such violations.
Human right violations happens all over the world but individuals and government need to work together to stop and eradicate such violations

Related Questions

Taran is concerned with the security of his macros in a database. Which security option could he use to provide protection?

digital signatures
hide database objects
start-up options
secure VBA code

Answers

Answer:security VBA code

Explanation:

Write an algorithm (pseudo-code) that takes an unsorted list of n integers and outputs a sorted list of all duplicate integers. There must be no duplicates in the output list, also the output list should be a sorted list. The algorithm must run in O(n) time. Show your analysis of the running time. Note: Assume that inputs are integer values from 0 to 255. (Hint: use the concept that being used in the separate chaining)

Answers

Answer:

brainliest if it did help you

Explanation:

Given array : A[0...n-1]Now, create a count array Cnt[0...n-1]then, initialize Cnt to zero

for(i=0...n-1)

Cnt[i]=0 ---------O(n) time

Linearly traverse the list and increment the count of respected number in count array.

for(i=0...n-1)

Cnt[A[i]]++; ---------O(n) time

Check in the count array if duplicates exist.

for(i=0...n-1){

if(C[i]>1)

output (i); -----------O(n) time

}

analysis of the above algorithm:

Algorithm takes = O(1 + n + n + n)

                           = O(n)          

//java code

public class SortIntegers {

  public static void sort(int[] arr) {

    int min = arr[0];

    int max = arr[0];

    for (int i = 0; i < arr.length; ++i) {

      if (arr[i] > max) {

        max = arr[i];

      }

      if (arr[i] < min) {

        min = arr[i];

      }

    }

    int counts[] = new int[max - min + 1];

    for (int i = 0; i < arr.length; ++i) {

      counts[arr[i] - min]++;

    }

    for (int i = 0; i < counts.length; ++i) {

      if (counts[i] > 1) {

        System.out.print((i + min) + " ");

      }

    }

    

    System.out.println();

  }

  public static void main(String[] args) {

    sort(new int[] { 5, 4, 10, 2, 4, 10, 5, 3, 1 });

  }

}

Other Questions
HELP ME HEP ME PLEASEEEE IM DESPRATE Code a complete Java program to load and process a 1-dimensional array.Create clear comments as you code to tell me what you are doing.Import the Java libraries that you will need.Create a single dimensional array that will hold 15 wages.In the main, load an array with all of the records from a .txt file named Salary txt. The file has 15 records in it.Sort the array in ascending order.Write a method named increaseWages(). This method will add $500 to each of the 15 wages. In other words, you are giving each person a raise of $500.Pass the array to the method from the main().Increase the wage amounts in the array (as described above), in the method. In other words, in the end the array should hold the NEW, higher wages.Output each new wage (use the console for this)Calculate a total of the new wages in the methodOutput the total of the new wages in the method (use a dialog box for this)Return the array with the new wages to the main().There is NO user interaction in this program. How do you solve 2y=1/2(98x+38)? The distance between the amusement park and the bus terminal on a map is 2.25 inches. The map uses a scale in which 1 inch represents 15 miles. What is the actual distance between the amusement park and the bus terminal? Please help!In French, write a paragraph of 10 to 12 sentences. Describe an imaginary trip to a region in France.Use the past tense in your description and include the following information in your letter:the region you visitedthe capital of the regionthe main cities of the regionwhere the region is located in Francehow you traveled there4 monuments, museums, or sites you have visited4 activities you did 4. Choose the correct answer.What are human body tissues?made of organs and organ systemscreated by humans for the support of the most basic needsmade of elements that cannot be broken down by simple meanslarge groups of the same type of cell, all working together for one purposemost basic part of the human body5. Check Two that apply.00:40:46 How does Woodrow Wilson relate to WW1 ? Which word is spelled correctly?1. mispell2. extrardinary3. critisize4. recommend What's the right answer? which property is demonstrated below b(c+d)=(bxc)+(bxd) A) inverse property B) distributive propertyC) commutative propertyD) identity propertypls no files, just answer Fill in the blank with the appropriate word from below.Je ______ prendre un caf. An environmental change is occurring due to continents shifting and moving to different parts of Earths surface. What kind of change is this?a short-term change due to tectonic plate movementa long-term change due to tectonic plate movementa short-term change due to increasing levels of solar energya long-term change due to increasing levels of solar energy What is the approximate volume of the cylinder? Use 3.14 for Juxtapositions are used to develop comparisons and what? A Sociology student investigated the association between a country's Literacy Rate and Life Expectancy, and then drew the conclusions listed below. Explain why each statement is incorrect. (Assume that all the calculations were done properly.) a) The $$R^2$$ of 64% means that the Literacy Rate determines 64% of the Life Expectancy for a country. b) The slope of the line shows that an increase of 5% in Literacy Rate will produce a 2-year improvement in Life Expectancy. Fill in the blank with the appropriate form of "pouvoir".Est-ce qu'ils aller avec toi?peuventpouventpoulentpeulent The number of hours you study for an exam impacts your grade. What is a reasonable value of the rangea.2.16b.2/3c.-15d.80 Describe the climate and vegetation of Australta. Guys i need these answers badly so i would appreciate if someone responded Thanks ! Shannon is making a rocket by folding a paper. She needs a piece of paper with a area of 84 square inches.Shannon has a piece of paper with a length of 14 inches. She will trim the paper to make it the correct width. What will the width of the paper need to be