Question
What are core values?

Answers

If an organisation wants to take ethics seriously, it needs to identify the core values or principles to which it wishes to be committed and held accountable. It then needs to translate those values into guidance for all employees so that they are helped with discretionary decisions i.e. when there are no rules or when facing an ethical dilemma.  These form the foundation for a set of corporate ethical commitments and the organisation's approach to corporate responsibility.
Commonly used value words found in introductions/preambles to codes of ethics include: responsibility, integrity, honesty, respect, trust, openness, fairness and transparency. Organisations may also articulate a set of business values, such as quality, profitability, efficiency, reliability and customer service.   Your Comment






Search
Can you Answer!!
  • Q Why does heat rise'?
  • Q _____ living dog is better than a dead lion.
  • Q What are the advantages of SVG?
  • Q What's the best stores to shop for a college girl??
  • Q Is it possible to use ms sql server as dehydration store with soa suite ?if yes how?
  • Q Discuss the neuroendocrine coordination of homeothermy
  • Q Microsoft Chief ?
  • Q What are the building blocks of Client/Server?
  • Q Which of the following audit procedures would MOST likely be used in an audit of a systems development project? A. Develop test transactions B. Use code comparison utilities C. Develop audit software programs D. Review functional requirements documentation
  • Q What is the difference between 'company code' and 'company id' when in the fi global settings in the img?
  • Q You create an ASP.NET application named TimeSheet for TestKings intranet. The application will be used only by employees of your company. You want the application to recognize the user without forcing the user to enter a name and password. You write the following code to save the users Microsoft Windows login name in the Session object: Session.Item(User)=User.Identity.Name; When you run the TimeSheet, the Session.Item(User) variable returns an empty string. You want to configure Internet Information Services (IIS) and your application to be able to retrieve the user name automatically. What should you do? A. Disable Anonymous Access for the application in IIS- B. Enable Basic authentication for the application in IIS C. Add the following element to the Web.config file for TimeSheet: D. Add the following element to the Web.config file for TimeSheet: