Posts

Critically evaluate the significance and the relationship between ethics and Business as explained by the author. With suitable examples (at least 2) discuss the importance of trust in business. What happens when trust is lost?

Management Question

The content is available for free download in knowledge resource from the SEU homepage:

Read chapter 5: “Relevance of Teaching Values and Ethics in Management Education” Source Title: Management Education for Global Leadership Copyright: © 2017 |Pages: 22

ISBN13: 9781522510130|ISBN10: 1522510133|EISBN13: 9781522510147 DOI: 10.4018/978-1-5225-1013-0.ch00

 

Assignment Question(s):

  1. Critically evaluate the significance and the relationship between ethics and Business as explained by the author. (Not less than 500 words-5 Marks)
  2. With suitable examples (at least 2) discuss the importance of trust in business. What happens when trust is lost? (Not less than 500 words-5 Marks)
  3. Discuss how ethics could be incorporated in education, particularly for business students. (Not less than 500 words-5 Marks)

Of these service interactions, identify two that are static and discuss how you could make them dynamic. How does this change impact your back-end operations, and what insight will you generate from such a change in the interactions?

 MIS 455: Digital Entrepreneurship and Innovation

 Midterm Exam 2

Q1. ANALYSIS and DESIGN  9 points

YBR Case

YBR is a pre-school daycare center in a small city. It provides full daycare for children aged 2 through 5 and is licensed to have up to 30 children at any time. There has been a reduction in demand for full-time day care services as many parents are staying at home during the Covid-19 pandemic (e.g., reduced work hours by their employers or employees working from home).  The same daycare center is seeing opportunities to support many students who are aged between 6 and 10 who must stay at home while schools are partially closed, and parents want their children to get some face-to-face tutoring services in math, languages, and science subjects.

YBR can accommodate up to 30 students aged 6 through 10 if they can recruit the tutors needed and pay them by the hour to provide these services at the daycare facility. If new students are accepted for tutoring services, parents pay for the services monthly, and these services can be renewed or stopped depending on customer need and tutor availability.  Given the temporary nature of this type of service, YBR wants to use online operations to provide this service, except for the actual tutoring itself, which is done on its premises.

YBR decided to use the following service interactions with potential parents and tutors.

  • It will promote the new program to the current parents who enroll their children for their own older children.
  • It will ask some parent advocates to provide reviews of YBR’s services, so it can use them in their promotion to new parents.
  • It will share the information with school districts who teach older students, so that they can provide this information for the parents of these older students.
  • It will also ask the school districts to promote the program to their teachers, so they can consider tutoring some of the students at YBR or recommend good students who may be candidates for tutoring.
  • When parents access the online portal, they are provided the subjects the YBR is offering tutor services for, the time, and the number of places available.
  • YBR provides information on the security precautions it takes and that it expects the students to take when they come for tutoring service.
  • When tutors inquire about providing support, YBR provides information on the subjects they need, the time, and how many students they have to tutor.
  • The tutors are provided with the pay rate per hour and the minimum number of hours that they need to tutor.
  • YBR provides information on the security precautions it takes and that it expects the tutors to take when they come to provide the tutoring service.
  • Parents pay for the tutoring once every two weeks, and tutors are paid once every month.
  • A survey is sent to both parents and tutors regarding their experience and if they want YBR to use them as potential advocates for the service YBR provides.

 

  • Convert the service interactions into service modules. Identify specific operations you would perform and who you would partner with to support each of these modules.
  • Of these service interactions, identify two that are static and discuss how you could make them dynamic. How does this change impact your back-end operations, and what insight will you generate from such a change in the interactions?
  • What data aggregates or categories would you need to support each of these modules?
  • What technology interface would you suggest (as a part of the digital platform) to interact with your partners?

 

Q2. Evaluation   6 points

2.1       OO optical, a soft contact lens manufacturer and distributor, custom develops lenses based on customer needs, by considering their age and color preferences. It decided to provide a web portal or mobile app-based interface to seek information from the customers and prepare orders for contact lenses.

What two metrics would you use to track the customer’s journey, and what insight do they provide?                                                                                                                    2

 

2.2       SEU is an electrical energy producer that wants to work with its energy customers to plan their energy use with a mix of energy sources (solar, wind, electric, etc.) based on their location and projected demand at various times of the year.

To provide this service, it solicits information on customers, their energy needs, and their preference to use different energy sources (one or more). Based on this information, it interacts with different energy producers to get the cost of the energy they provided per month, so that SEU can share it with the customer. Based on this, customers can alter their mix to meet their demand and price constraints.

What two metrics would you suggest (or what analysis would you do based on the data gathered) so you can analyze the energy use of customers as a whole and help SEU develop its future strategy on mixing energy sources?                                               2

 

2.3       CNN bank introduced home banking services using a mobile app. It helps customers obtain information on their account, scan checks for deposit, and transfer funds 24 hours a day. It wanted to gather intelligence on customers who are using banking services besides their actual mobile app transactions.

What two metrics would you use (or what questions would you like to ask) to gather intelligence on customers and how would this help gain insight to improve your mobile app services?

Explain the three ways (in detail) with which a firm can increase the likelihood of the projects being both technically and commercially successful.

Strategic Management of Technology Innovation

QUESTIONS:

Q1– ‘Technological innovation is thus the creation of new knowledge that is applied to practical problems. Sometimes this knowledge is applied to problems hastily……’. In your own words, explain what can be the possible consequences of hasty application of technological innovation. Explain whether the benefits of technological innovation over power its drawbacks. (5 Marks, Min words 400-500)

 

Q2. Explain the three ways (in detail) with which a firm can increase the likelihood of the projects being both technically and commercially successful.  (6 Marks, Min words 550-600)

 

Q3– On the basis of your own research, map the timeline of the Most Important Technological Innovation in the last 50 years (1982-2022). Select one innovation as per your choice and write a detailed note about its positive as well as negative effects on the society. (4 Marks, Min words 450-500)

 

Create an HTML form that accepts the user’s input to enter his/her first name, last name and sex. Create a php file,

Build web applications using PHP and MySQL

 

Question One

1.Create an HTML form that accepts the user’s input to enter his/her first name, last name and sex.

2.Create a php file that displays the following sentence:

Hello first name laste name, welcome to IT405.

The sentence should be colored in blue or pink according to the sex..

Your program output should look as shown below.

3.Include the screenshot of the program output as a part of your answer.

Marking Criteria

-HTML form 1 mark

-PHP code 1 mark

-Screenshots 1 mark

3 Marks

Question Two

1.Given the following HTML form code, write a php file that displays all the input of the user as a list.

<!DOCTYPE html>

<html>

<head>

<title>Registration</title>

</head>

<body>

<form method=“get” action=“file.php”>

First Name:<input type=“text” name=“first”><br />

Last Name:<input type=“text” name=“last”><br />

Email:<input type=“text” name=“email”><br />

Level:<input type=“text” name=“level”><br />

<input type=“submit” value=“submit” name=“submit”>

</form>

</body>

</html>

Include the screenshot of the program output as a part of your answer.

Marking Criteria

-PHP code 2 marks

-Screenshots 1 mark

2 Marks

 

Question Three

1.Write a PHP program to create a new string where IT’ is added to the front of a given string. If the string already begins with ‘IT’, the program returns the string unchanged.
Sample InputOutput
“405”  IT405
“403” IT403
“IT401” IT401

2.Include the screenshot of the program output as a part of your answer.

Marking Criteria

-PHP code 1.5 marks

-Screenshots 0.5 mark

Built-in obsolescence means designing products that will degrade over time or otherwise need to be replaced. Many products depend on built-in obsolescence to ensure sales, such as light bulbs, batteries, and electronic devices. Do you think selling products with built-in obsolescence is an ethical way to do business?

MGT312- Discussion board

Q1: Discuss the four essential elements of developing alternatives with example.

Q2: Read the following statement:

Built-in obsolescence means designing products that will degrade over time or otherwise need to be replaced. Many products depend on built-in obsolescence to ensure sales, such as light bulbs, batteries, and electronic devices. Do you think selling products with built-in obsolescence is an ethical way to do business?

Provide a minimum one paragraph explanation/analysis of how the current event relates to the majoritarian, pluralist and elitist models of power and/or explain how these models apply to this current event.

1.4 Current Events Discussion

POLS’ 101: Introduction to Political Science

Details
For this discussion, you will need to synthesize the materials on politics and models of power in this module.

Step 1- Under the ”Models of Power” subsection in the reading ”Do we need a government?” from the Primer on Politics, the theories of majoritarianism, pluralism and elitism are explained. Please read this section over.

Step 2-For this current events discussion, you must: find a news article or editorial that is no older than 1-2 weeks from a reputable news source, and if you aren’t sure what counts as a reputable news source is, please follow the link (Links to an external site.), t for a non-exhaustive list. If you have a different source that is not on the list, you are welcome to check with me to confirm that it meets enough standards to be counted as a reputable news source.

Step 3-Provide an APA citation for your news article from a reputable news source (please find an article no more than 2 weeks old). If you are unfamiliar with APA citation format, please see this TCC Library Guide. APA stands for ”American Psychological Association’ and it is the preferred format for social sciences like political science, psychology, etc. We don’t tend to use MLA like other disciplines do.

Step 4- Write up a short and unbiased summary of the article/current event (this will probably be about a paragraph long) so we know the basic facts

Step 5- Provide a minimum one paragraph explanation/analysis of how the current event relates to the majoritarian, pluralist and elitist models of power and/or explain how these models apply to this current event. For example, you may consider the following questions or others related to the different models of power: Do you see evidence of elitism? Pluralism? Majoritarianism? Why? Etc.

Develop and conduct experiments or test hypotheses, analyze and interpret data and use scientific judgment to draw conclusions. Analyze appropriate safety and health literature as it pertains to an identified issue.

The effects of completing job safety analysis’s prior to beginning non-routine task

Objectives:

Upon successful completion of the course, students will be able to:

1. Develop and conduct experiments or test hypotheses, analyze and interpret data and use scientific judgment to draw conclusions.

2. Analyze appropriate safety and health literature as it pertains to an identified issue.

3. Successfully execute a research plan according the approved proposal and in an ethical manner.

4. Organize, analyze, interpret and effectively communicate relevant information in a written research paper / report, and clearly express key components of their research including the statement of the problem, findings, and recommendations.
D

Write a literary research paper on Toni Morrison’s Sula.

Literary Research Paper-Information Sheet

Your task is to write a literary research paper on Toni Morrison’s Sula.
The following steps will enable you to generate a topic and to choose your research materials. You may use material from your previous essays in this class for this project.

This paper is worth 50% of your grade.
1. Your final project must contain the following components:

  • a. a Sentence Outline and Thesis:
  • b. at least one complete rough copy which is significantly different from your final copy
  • c. a minimum of four secondary sources
  • d. Works Cited

Follow the MLA format for all citations and your Works Cited!

  • f. Final copy of minimum 7 pages (excluding the Works Cited)

2. In addition to Sula, you must use at least four secondary sources. These must consist of scholarly articles (from JSTOR, Project Muse, or journals) or books from the library. Other internet sources, unless they have been approved by me beforehand, are not acceptable. You may also cite other texts by Morrison or other relevant authors. Although most of your sources must address the novel, you may use one or two sources which deal with topics related to your project but not to the novel. They may be from disciplines like History,
Psychology, Sociology, Critical Race Theory, or Gender Studies.

How does the data they provided compare to what you have researched about your topic? How does the data and patterns from this website compare to what you learned about crime patterns, trends, typologies, and theory? Does any of these fit the patterns of criminal behavior found in the two case studies? Explain your findings.

Property Crime or White-Collar Crime: Burglary

There will be three parts to this paper assignment.

  • Part I: Traditional Academic paper
  • Part II: Analysis and Comparison
  • Part III: Critique and Opinion

Paper Sections:

Part I: Traditional Academic Paper

This paper will have three parts to it. The first part is the traditional academic paper. This is a five page traditional academic paper. It does not contain a student’s opinion. The traditional academic paper must not contain the student’s opinion on the topic. This assignment is not an opinion paper, so do not use content must also not be directed at the reader in terms of using (Up to 10 points will be deducted if this criterion is not followed)

Criteria for Font, Length, ‘ Spacing:

The paper must be 5-7 pages in length, using a black font of at least 10 in size and no larger than 12. The font’s styles must either be Arial or Times New Roman. This paper must be double-spaced. If the paper’s written content is not double-spaced or the font guidelines are followed

Body of the Paper:

Must Include Two Actual Cases within the Paper:

Students must include two actual cases that relate to their paper’s topic. A student may use more than two cases, but two cases are required within the term paper. (Up to 10 points will be deducted if two cases are not included within the paper)

For example, if a student chooses arson, the paper must reflect two actual arson cases. As students write their papers, they should appropriately link these cases throughout the paper. How does each case relate to what was learned?

What type of arson did the offenders identify in either of these cases? In the part of the paper that discusses types of arson, these would be examples within that section.

These cases should be used throughout the term paper as supporting data for the points within the paper. If one of the two cases relates to criteria within the paper, then include it in that section. Use both cases in that section of the paper if both cases relate.

Do not force the two cases at the end of the paper. They should not just be summarized in one section of the paper. Any student that awkwardly forces both cases in at the end of the term paper will have 5 points deducted from the paper’s grade.

* Include any official crime statistical data and other types of crime data collecting (victim surveys, self-reporting, and participant observation) when they apply to the crime topic. Explain what the statistical data reveals about the patterns of criminal behavior. Are there any possible issues or causations associated with this data?

*The paper must include patterns and trends of the crime topic. Explain what these patterns and trends reveal about the patterns of criminal behavior for that crime. When discussing the patterns and trends of that criminal behavior, did either of the offenders in these cases reflect what was known about them in the textbook and the research on this topic?

*Explain using academic data what their studies reveal about the crime topic? Explain any typologies relating to that crime. What typologies of this type of crime did the offenders identify in either of these cases? In the part of the paper that discusses typologies, these would be examples within that section.

*Students must explain the characteristics of the offenders of this type of crime. Continue by discussing if either of these offenders has any common characteristics described in the textbook or found in researching the topic.

* The theories related to this type of crime (offenders and victims). Discuss the different theories that relate to the crime topic of this paper. Continue with discussing the two case examples that were chosen for this paper. Did either of these cases reflect crime theory? Did the offender’s characteristics or background fit any theories related to this type of crime? If so, explain and give examples within that section of the paper.

* Discuss any current policies that relate to this type of criminality. What works and doesn’t work? Explain and include supporting data.

*Conclusion to this part of the paper.

Part II: Analysis &amp;amp; Comparison

The second part of this academic paper analyzes crime data/mapping from a law enforcement website on the crime topic. This is a 1 page crime data comparison of the crime topic. It does not contain a student’s opinion. It is an analysis of the website data on the topic.

There will be 5 points deducted if the submitted paper does not have at least one full page of written content for part II of this paper.

Police/Law Enforcement Website:

Go to a Police/Law Enforcement Website that contains crime data/crime statistics/crime mapping and research your crime topic. Try and find it for an entire year (1/1/22-12/31/22). Look at multiple law enforcement websites to find one that shows you the best data for your topic.

How does the data they provided compare to what you have researched about your topic? How does the data and patterns from this website compare to what you learned about crime patterns, trends, typologies, and theory? Does any of these fit the patterns of criminal behavior found in the two case studies? Explain your findings.

Conclusion for this section of the paper.

Criteria for Academic Resources &amp;amp; Referencing:

The paper assignment must contain at least five (5) academic resources cited. Class materials and texts are encouraged in the paper assignment but do not count as any of the five required academic resources. A student may have more than five (5) resources cited in the paper, but five (5) resources must fit the academic criteria as stated.

The online library is a good source for locating resources for this paper assignment. Acceptable resources from it are peer-reviewed journal articles or other textbooks. Do not use newspaper articles or magazines (Time, People, Newsweek, The New Yorker). Examples of peer-reviewed journals are the Journal of Criminology, International Journal of Victimology, Criminal Justice and Behavior, Journal of Criminal Justice, Journal of Research in Crime and Delinquency, Journal of Interpersonal Violence, Journal of School Violence, Journal of Quantitative Criminology, etc.

Students may use credible online resources. These online resources must end with .gov (FBI, DEA, NIJ, Department of Justice, CDC.gov) .org (National Center for Missing and Exploited Children, ncadv.org, rainn.org). Do not use Wikipedia, an online encyclopedia, online newspaper articles, online magazines (examples are Time, People, Newsweek, and The New Yorker), or any blogs as the required academic resources for the paper. If you have any questions about acceptable online resources, please contact me.

News websites (CNN, FOX, MSNBC, Newsmax, etc.), Newspaper articles (The New York Times, Washington Post, USA Today, etc.), magazines (Time, People, Newsweek, The New Yorker, etc.), and Infotainment (COPS TV show, A&amp;amp;E documentaries, Netflix, HULU, etc.) are not academic resources.

If a student does not follow these criteria for the required academic resources, then up to 10 points can be deducted from the paper.

*If a student is unsure about an acceptable resource, contact me through Canvas for clarification.

The referencing format for the paper is APA. If any student fails to follow these guidelines for the references or does not have references within their paper assignment, up to 5 points will be deducted per infraction. Meaning up to 25 points can be deducted if there is a failure to correctly reference the five (5) required academic resources.

*If a student has questions about the referencing format, contact me through Canvas for clarification.

 

 

Part III: Critique

Critique:
Once this part of the paper is completed, write a one or two-paragraph critique of the police/law enforcement website used in part II of the paper assignment. This is not part of the traditional academic research paper. This critique is part of the grading.

There will be 5 points deducted if the submitted paper does not contain a critique of the law enforcement/police website.

In the critique, discuss how this website could show the data, statistics, and any crime mapping in a more effective means of understanding the patterns of criminal behavior for that type of crime. What and how should it be more user-friendly for citizens and students researching that type of crime? What should it show that it currently does not? Students should also explain the positive aspects of this website. What does it tell citizens of that community about the crime topic?

What issue(s) does the program attempt to address? For whom is the program intended for? What theory(ies) underlie the program? What are the strengths of the program? What is the socio-political context surrounding this program?

 Rehabilitative intervention program

Task: Research and critically examine one rehabilitative intervention program utilized with a segment of the prison population. In doing so, you are to provide a detailed description of the program itself and using supportive evidence, address the following questions:
• What issue(s) does the program attempt to address?
• For whom is the program intended for?
• What theory(ies) underlie the program?
• What are the strengths of the program?
• What is the socio-political context surrounding this program?
• What are the weaknesses of the program?
• Is the program effective?
• Reflecting on the knowledge you have acquired throughout CRM 2315 do you feel that this
program works? If yes, why? If no, why not?