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

Connecting GitHub with Jenkins - Step by step Tutorial

Hello Everyone, In this tutorial, we will learn how to create a New Item (Project), connect Git and GitHub to Jenkins and run the files from the Git repository 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. Facing trouble with the installation of Jenkins? Click here to know more. NOTE: It is mandatory to install plugins for Git and GitHub before connecting your GitHub repository to Jenkins. If you're using Jenkins for the first time, you need to install the plugins. To know more about these plugins, check out Git and GitHub Plugins for Jenkins . This tutorial demonstrates executing python code which requires separate plugins. Know more about Python Plugi...

Statistics - MCQs

STATISTICS  This article contains few statistics MCQs related to mean, median, mode and standard deviation, asked in TCS Freshers placements. Q 1) The mean of the median, the mode and the range of the following data: 15, 10, 17, 13, 25, 17, 11, 18, 14, 19, 12, 20 a. 15 b. 16(2/3) c. 16 d. 15(1/3) Solution: c) 16 Arrange the data in increasing order- 10,11,12,13,14,15,17,17,18,19,20,25 Median = (Sum of the middle two terms)/2 = (15+17) /2 = 16 Mode = Number repeating the most number of times = 17 Range =10 to 25 = 15 Mean of median, mode and range = (16+17+15) /3 =16 Q 2) What is the mean of the mode and the median on the following data? 12, 28, 26, 27, 17, 16, 22, 25, 15, 16,...

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...