How has the stereotypes and social structures of the past contributed to the unjust incarceration of African Americans in society today?

Research question: How has the stereotypes and social structures of the past contributed to the unjust incarceration of African Americans in society today? You must approach it from a sociological viewpoint. This means taking into account how the issue is embedded within a social structural, cultural and institutional context. In general, a good rule is to ask yourself: “How does what I’m studying intersect with other social structures/institutions, and how might those structures/institutions be reformed or adapted to better deal with the issue and/or improve the outcomes for those affected by it?”

Use the internet to locate and read about an incident of age discrimination that has happened in the U.S. and briefly describe the incident.

Use the internet to locate and read about an incident of age discrimination that has happened in the U.S. and briefly describe the incident. Compare laws in the U.S. that protect citizens from age discrimination to similar laws one or more of the cultural experiences you explored. What are the main differences?

Write a paper that addresses the ways leaders can meet the future ethical challenges of technology and diversity in organizations.

Write a paper that addresses the ways leaders can meet the future ethical challenges of technology and diversity in organizations. Include the following in your paper: 1. A discussion of the potential ethical issues leaders may encounter in managing technology and diversity in an organization. 2. A research supported discussion of strategies a leader can use to mitigate potential ethical issues created by technology and diversity. (Benchmarks C5.1: Develop a leadership style that can respond to the challenges and opportunities inherent in a global environment.)

Discuss the subject(s) in relation to your research question or hypothesis, to availability, and to your research design.

You are encouraged to be creative when choosing a new business idea. Just bear in mind that it must be one that can be researched so you are encouraged to do some preliminary research in the EBSCO Business Source Premier or ProQuest Central databases at the eLibrary or on the internet. t: Your proposal should include the following five sections in the order presented below, and run between 7-10 pages, double-spaced, not counting your works cited and any appendices you might include, in APA (American Psychological Association) style. Your assignment should be submitted as a Word documentWord logo.png, or an equivalent format. Index Five Sections of Completed Research Proposal I. Problem or objective: Research proposals generally begin with an introductory section that describes the research problem and establishes its significance. This section answers the following kinds of questions: What exactly do you want to study? Why is it worth studying? Does the proposed study have theoretical and/or practical significance? Does it contribute to a new understanding of a phenomenon (e.g., does it address new or little-known material or does it treat familiar material in a new way or does it challenge an existing understanding or extend existing knowledge)? II. Research question: Your specific research question or hypotheses should be stated clearly at the end of the description of the problem/objective. III. Literature Review of articles published on your proposed research topic (at least two articles from scholarly journals must be included in your review): The literature review presents a discussion of the most important research and theoretical work relating to the research problem/objective. It addresses the following kinds of questions: What have others said about this area(s)? What theories address it and what do these say? What research has been done (or not done) previously? Are there consistent findings or do past studies disagree? Are there flaws or gaps in the previous research that your study will seek to remedy? IV. Procedures – Methods Section: This section describes how you will conduct your study. Regardless of the type of research you plan to do, you need to indicate how you will carry out your study so others may judge its viability. This section should cover the following four points: Subjects for study. Describe the subjects (people or objects, e.g. texts) for your study, considering carefully the type and number you need. Explain your method of selecting your subject(s) (and if a sample, describe the population and how the sample will be drawn). Discuss the subject(s) in relation to your research question or hypothesis, to availability, and to your research design. That is, you need to identify the subjects and make clear whether they will be available and how you will reach them. This section typically answers the following questions: Who or what will you study in order to collect data? Is it appropriate to select a sample from a larger pool? If so, how will you do that? How do these subjects relate to your research question(s)? Measurement. Describe the kinds of measures you intend to use and explain why you have selected these (have they been used previously? if not, have you piloted them?). A discussion of measurements generally considers the following questions: What are the key variables in your study? How will you define and measure them? Do your definitions and measurements draw on or differ from those of previous research in this area? Data-Collection Methods. Describe what you plan to actually do and the kind of research you will conduct. Your data-collection methods obviously need to be consistent with your research problem, your subjects and your measurements. This section typically considers the following question: How will you actually collect the data for your study? Analysis. Describe the kind of analysis you plan to conduct, and explain the logic and purpose of your analysis. The kind(s) of analysis you plan will, of course, be contingent on the subjects, the measures and the data collection as well as on your research question so you will need to explain how you will analyze the data you collect.

Write mips code to implement the following C++ control structures.

1).Develop a MIPS procedure which will calculate the mean, median, and mode of the array A[n]. you can assume the array is already sorted. Use the stack to pass the address of A and the size n to the procedure, and to return the three results. 2. Write mips code to implement the following C++ control structures. you may use a registers for each variable, but you should declare and initialize all variables needed.