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

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

Android Architecture Stack

Hello Everyone! In this article we are discussing about the android architecture. It is essential for all the android application developers to understand the android architecture to get a clearer idea about the structure on which the application is made. From the exam point of view, the android architecture stack question has been asked several times (sometimes along with the Dalvik Virtual Machine ). Android operating system is a stack of software components which is roughly divided into five sections and four layers. The five sections of android architecture are- Linux kernel Libraries Android Runtime Application Framework Applications This is a layered architecture with each section having a different functionality. A) Linux Kernel - It is the bottom most layer of the architecture. This is the kernel on which android is based. This layer provides a level of abstraction between the hardware devices. It also contains all the l...