Match each of the following ethical systems with one of its basic tenets:

I. relativism
II. divine command theory
III. utilitarianism
IV. virtue ethics
V. deontology

A. actions are judged solely by consequences
B. morals are internal
C. God is all-knowing and sets moral standards
D. morals should apply to everyone equally
E. no universal moral truth


E, C, A, B, D

Computer Science & Information Technology

You might also like to view...

Which of the following is necessary to keep in mind as you choose a selection tool?

a. the destination of the paste b. the background around the selection c. the contrast between the selection and its surroundings d. the format of the source document

Computer Science & Information Technology

What will be the output of the following program when the button is clicked on?

``` Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim word As String word = "hairbrush" Decapitate(word) txtBox.Text = word End Sub Sub Decapitate(ByRef word As String) 'Chop the first letter off the word. word = word.Substring(1) End Sub ``` (A) airbrush (B) hairbrush (C) hairbrus (D) h

Computer Science & Information Technology

When computers went mobile, this popular device was now a problem.

a. printer b. keyboard c. power cord d. mouse

Computer Science & Information Technology

The term ____ refers to a personal journal focusing on a single topic or a variety of topics.

A. wiki B. blog C. grid D. MMS

Computer Science & Information Technology