Which ethical theory focuses on adherence to moral duties and rights?

a. deontology
b. divine command theory
c. utilitarianism
d. relativism

A

Computer Science & Information Technology

You might also like to view...

A run-time error occurs because a formula or function does not follow the rules of construction

Indicate whether the statement is true or false

Computer Science & Information Technology

How many times is the println statement executed?

for (int i = 0; i < 10; i++) for (int j = 0; j < 10; j++) System.out.println(i * j); a. 100 b. 20 c. 10 d. 45

Computer Science & Information Technology