Skip to main content

Ethical Issues in Information System

This article is based on the Ethical Issues encountered in Information System. 

In University Exams "Different Ethical Issues in Information System" is frequently asked question along with Information System Types.

Ethics is moral rules, standards, codes or principles which provide guidelines for right and truthful behavior in specific situations. Ethical issues occur when a given decision, scenario or activity creates a conflict with a society's moral principles.

There are four categories of ethical issues-

    a) Privacy issues

    b) Accuracy issues

    c) Property issues

    d) Accessibility issues

 

A) Privacy Issues -

It involves collecting, storing and distributing Information about individuals or organizations. It includes what information must be revealed to others and what information must be kept safeguard from others.

B) Accuracy Issues -

It involves the authenticity, fidelity and accuracy of information that is collected and processed.

C) Property Issues -

It involves the ownership and rights of the information.

D) Accessibility Issues –

It involves who should have access to what information and whether that access must be free or paid.

 

Tenets are the beliefs which the organization or individuals follow. The fundamental tenets of ethics are –

a. Responsibility - It means that one should accept the consequences of their decisions and actions.

b. Accountability - It refers to determining who is responsible for actions that were taken.

c. Liability - It gives the Individual, the right to recover the damages done to them by other individuals or organizations.


There are four widely used ethical standards to minimize ethical issues.

They are - Utilitarian approach, Rights approach, Fairness approach and Common good approach.

a) Utilitarian Approach- The utilitarian approach states that an ethical action is the one that provides the most good or does the least harm.

b) Rights Approach - The rights approach maintains that on ethical action is the one that best protects and respects the moral rights of the affected parties.

c) Fairness Approach - The fairness approach posits that ethical actions treat all individuals equally and if treated unequally then it must be fair on some standard basis.

d) Common good approach - The common good approach highlights the interlocking relationships that underlie all societies. This approach argues that respect and compassion for all others is the basis for ethical actions.

Comments

Popular posts from this blog

How to Download and Install Jenkins on Windows Operating System.

Hello Everyone, This is a tutorial about how to download and install Jenkins on Windows Operating System. Jenkins is an open-source automation tool written in Java with plugins built for Continuous Integration purposes. Jenkins is used to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. PREREQUISITE- Java Development Kit (JDK) and Java Runtime Environment (JRE). Currently 1.8 and 1.11 versions are supported by Jenkins. If other versions are installed, kindly reinstall 1.8 or 1.11. DOWNLOADING JENKINS- Step 1) Go to the website https://www.jenkins.io/ and click on the download option. Step 2) In the Downloading Jenkins section, select the LTS (Long Term Support) version for Windows. It is a more stable version with new updates every 2 or 3 months. Step 3) The Jenkins windows installer will be dow

IoE (Internet of Everything) Question Paper Solution (MCQs) for 2020 Mumbai University Examination Information Technology Semester 8

Hello Everyone! This article is based on the Multiple Choice Questions asked in the University Exam for the subject Internet of Everything. These MCQs were asked in the 2020 Mumbai University-BE-Information Technology-Semester 8 Exam for the subject- Internet of Everything. The question paper for each cluster is different. These MCQs were asked in the examination of one cluster. The question paper had 25 MCQs of 2 marks each. Q 1) ________ involves making smaller and smaller things with the ability to connect and interact. a. Smart Tech b. Micro Tech c. RFID Tech d. Nano Tech Solution: d) Nano Tech Q 2) RFID stands for? a. Radio frequency identification b. Random frequency identification c. Random frequen

How to add Python Plugins in Jenkins

Hello Everyone, This tutorial is based on the different plugins required to execute python programs on Jenkins. Jenkins is an open-source automation tool written in Java with plugins built for Continuous Integration purposes. Jenkins is used to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. To execute any Python Code on Jenkins, there are two essential plugins which must be installed. The two plugins are - Shining Panda plugin and Python plugin. Following are the steps to install the plugins on Jenkins. (These steps are common for the installation of all the plugins). Step 1) Select Manage Jenkins option from the dashboard. Step 2) In Manage Jenkins, select Manage Plugins. Step 3) Now click on the Available tab. In the search bar, enter Python. (If the plugins are already installe