Question Set

1. Which among the following acts of United states is known to be prohibiting discrimination based on race, color, religion, sex, and national origin by federal and state governments as well as some public places?





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->Which Article of the Constitution is related to prohibition of discrimination on the grounds of religion, race, caste, sex or place of birth?....
QA->Name the 39th president of the United States who has become the longest living President in the history of the United States politics?....
QA->Correct sentences among the following are: ) The tea is too hot that I cannot drink (2) Work hard, lest you should miss the chance (3) Unless you study well, you will fail (4) Unless you study well, you will pass....
QA->“The state shall have no religion of its own and all persons shall be equally entilted to freedom of conscience and right freely to profess, practice and propagate religion”- This principle is termed?....
QA->Which company has closed its $34 billion acquisition of United States based software company Red Hat Inc?....
MCQ->Which among the following acts of United states is known to be prohibiting discrimination based on race, color, religion, sex, and national origin by federal and state governments as well as some public places?....
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? namespace IndiabixConsoleApplication ( class Sample { private enum color : int { red, green, blue } public void fun() { Console.WriteLine(color.red); } } class Program { static void Main(string[ ] args) { // Use enum color here } } } To define a variable of type enum color in Main(), we should use the statement, color c; . enum color being private it cannot be used in Main(). We must declare enum color as public to be able to use it outside the class Sample. To define a variable of type enum color in Main(), we should use the statement, Sample.color c; . We must declare private enum color outside the class to be able to use it in Main().....
MCQ->What is the output of the C#.NET code snippet given below? namespace IndiabixConsoleApplication { public enum color { red, green, blue }; class SampleProgram { static void Main (string[ ] args) { color c = color.blue; switch (c) { case color.red: Console.WriteLine(color.red); break; case color.green: Console.WriteLine(color.green); break; case color.blue: Console.WriteLine(color.blue); break; } } } }....
MCQ->Identify the assumptions of the theory of fiscal federalism Economic stability and just distribution of income can be done by federal government A federal government can be efficient and effective at solving problems of governments Allocation of resources can be done effectively by states and local governments Allocation of resources cannot be done effectively by states and local governments Select the correct answer using the codes given below.....
MCQ->Which of the following rights are available to Indian citizens as well as foreigners residing in Indian territory? I. Cultural and Educational Rights. II. Right to Freedom of religion. III. Right against discrimination by the State on grounds of religion, race, caste, sex or place of birth. IV. Right to personal liberty.?....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution