Rules of conduct describing what people ought and ought not to do in various situations are called

a. denominations.
b. ideals.
c. morality.
d. philosophy.
e. virtues.


C

Computer Science & Information Technology

You might also like to view...

MC An exception is__________ ,__________ and__________ (in sequential order).

a) handled, thrown, caught. b) thrown, handled, caught. c) caught, thrown, handled. d) thrown, caught, handled.

Computer Science & Information Technology

To declare an array that will store students' last names of up to 25 characters in length, which is an appropriate statement?

A) char last Name[25]; B) string last Name[25]; C) char last Name[26]; D) string last Name[24]; E) None of the above

Computer Science & Information Technology

One method of displaying the entire contents of a window is to ____ it.

A. extend B. restore C. maximize D. navigate

Computer Science & Information Technology

Which of the following is NOT true about how Twitter works?

A) Tweets are like short text-only blog posts made to the Twitter site. B) Twitter works much like a blogging service but with restrictions on what can be posted. C) A tweet feed can be viewed on a follower's computer or on all mobile phones. D) People who subscribe to a given user see a feed of a user's tweets, much as a subscriber to a blog sees a feed of blog posts.

Computer Science & Information Technology