What question should you ask yourself when deciding whether to use someone else’s work?

What will be an ideal response?


“Will copying of this image (or text, font, music, video, or data) make me money or take money out of someone else’s pocket?” If the answer is “yes” to either or both of these scenarios, proceed with caution. In other words, get permission and credit the author of the work.

Computer Science & Information Technology

You might also like to view...

Select the code below that uses CSS to configure a class called “offer” with blue text that uses the Arial or sans-serif font typeface.

a. ``` #offer { color:blue; font-family:Arial,sans-serif;} ``` b. ``` .offer { color:blue; font-family:Arial,sans-serif;} ``` c. ``` .offer { text:blue; font-family:Arial,sans-serif;} ``` d. ``` #offer { color:blue; font-family:Arial,sans-serif;} ```

Computer Science & Information Technology

A bulleted list is sometimes called an ordered list

Indicate whether the statement is true or false

Computer Science & Information Technology

What advantages does the CSS Designer have over the Code Navigator in

troubleshooting CSS styling? What will be an ideal response?

Computer Science & Information Technology

Passcode is another term for a(n) ______.

A. user name B. encryption algorithm C. passphrase D. PIN

Computer Science & Information Technology