Skip to main content

Use an organisation that is or has been in the news during the past two years (work-related learning) and identify an ethical dilemma faced by that organisation as an example.

Requirements 
Two requirements are worthy of note : 
1. Students must use APA referencing in their assessments - see 
student.csu.edu.au/studylreferencing-at-csu for more details. 
2. Students must submit their assessment using Turnitin.com. 
**Full details of how to set up an account on Turnitin and submit an essay are included in a short two page guide found in the Resources folder in Interact2.** 
**Please use only the details in this guide, they are specific to this subject. Do not use other IDs given to you by other personnel within CSU.** 
Assessment item 3 
Ethics Leadership & Decision Making 
Value: 45% 

Length: 3000 words 
Submission method options 
Alternative submission method 
Task 
Write a 3000 word essay in which you: 
• Use an organisation that is or has been in the news during the past two years (work-related learning) and identify an ethical dilemma faced by that organisation as an example. 
• Apply at least two theoretical concepts from managerial ethics to examine this dilemma critically. 
• Go on to examine and critically evaluate how these theoretical concepts influence managerial practices in the chosen organisation. 
• In conclusion, reflect critically on how leaders may ensure organisational decisions are made ethically. 
• Academic and professional communication skills: You must follow an essay structure that is at a minimum an introduction; a main body that outlines the argument, analyses the material you have researched and assesses t

Logo

Get 100% Original papers from writing experts.

his according to the guidelines above; and a conclusion.Your writing style must follow professional literacy: Citations and a final reference list that follows the APA 6 guidelines accurately; the quality of writing and presentation: accurate mechanics (spelling, grammar, punctuation etc.); use respectful language to discuss all people; avoid emotive language; employ inclusive, non-sexist language. Use a minimum of ten (10) citations/references 

In short, you will need to demonstrate an understanding and critical analysis of the theories surrounding the topic, as well as evaluating the practical reality in the workplace. Please refer to relevant academic literature and source materials, as well as drawing upon your knowledge of the organisation. 
Rationale 
This assignment is designed to address Learning Objectives 1 to 5 (see above) by : 
• familiarising students with the various theories relating to organisations and organisational planning and control. 
• encouraging students to discern the strengths and weaknesses of the wide array of theoretical contributions; 
• encouraging students to use empirical evidence to support their arguments. 
Marking criteria

Comments

Popular posts from this blog

Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything! What was special about Alfred Hitchcock and this film?

  Directions For this assignment, you will need to choose a topic or person from any of the various eras, movements or decades that we've discussed this semester and do a presentation on them using any media format you choose. (IM CHOOSING THE MOVIE PSYCHO-    Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything!  What was special about Alfred Hitchcock and this film? The subject matter doesn't have to be limited to an actor, director or filmmaker, but  the topic of your presentation could be on the inventions of any of the equipment, editing or filming techniques that you've learned about.  Basically, you can pick an area to cover and do your presentation on that.  The point is that you take a deeper dive into the subject by exploring information about it that may not have been  covered in this course.  It does have to...

Account Cost Systems and Cost Behaviors

  ACC501 Account Cost Systems and Cost Behaviors You are applying for a managerial position at an innovative and rapidly growing company. This is a dynamic company that wants an individual who adds value to the organization. Managers at this company wear many hats, so the position requires managing products, people, and financial aspects of running the company. As part of the interview process, you are required to make a presentation covering four different topics, one per module for this course. You choose the company and the new product that you want to showcase in your presentation. It can be real or fictitious (based on an industry). This is for background purposes only. The presentation is to showcase your abilities and what you can contribute to the organization. IBIS World (access on the Trident Portal through the Online Library > Additional Library Resources > IBISWorld link) and BizStats have estimates of cost of goods sold ...

Starting with this provided code, add the following functionality

1.Starting with this provided code, add the following functionality: Replace hardcoded strings “Zero”, “One”, “Two”, “Three” in the ArrayList based on user typed input (use Scanner or JOptionPane classes). The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to continue to add items to the ArrayList until they just hit enter without typing anything. Once the user does this (hits enter without typing anything), the program will display all of the elements of the ArrayList, both the index and String values, in a table. It will do this via a single loop making use of an iterator method. 2. Starting with this provided code, add the following functionality: Use a Try/Catch block so that the exception is caught and the program exits a bit more gracefully. Save this file as TryCatch.java. (Be sure to rename the Public Class accordingly.) Starting with the provided code again (without the Try/Catch block), fix the code so that ...