Which of the following is an assumption you should make about downloading media from the Internet? ____
A. Every text and media file is protected by some form of intellectual property.
B. I can use it if it does not have a copyright symbol.
C. I can always apply a fair use argument to use the work.
D. I'm not making money off of the work, so it's OK to use it.
Answer: A
You might also like to view...
A well-designed method ________.
a. performs multiple unrelated tasks b. repeats code found in other methods c. contains thousands of lines of code d. performs a single, well-defined task
What is the problem with this code?
``` int temp = 90; float *temp_ptr = &temp; ``` A. The address operator is in the wrong place. B. You can’t declare a pointer that way. C. Compile error - Cannot convert int to float. D. Compile error – Cannot convert from int * to int
A _________ is a barrier between your network and the outside world
a. Firewall b. Web server c. File server d. None of the above
Which of the following is the path to the Handout Master button?
A. (VIEW tab | Handout group) B. (VIEW tab | Master Views group) C. (HANDOUT tab | View group) D. (HOME tab | Layout group)