The ____________________ extended copyright protection to nonpublished works, so, immediately after creating a work in some type of material form, the creator automatically owns the copyright of that work.

Fill in the blank(s) with the appropriate word(s).


1976 Copyright Act

Computer Science & Information Technology

You might also like to view...

Which of the following is not a compilation error?

a. Neglecting to initialize a local variable in a method before it is used. b. Placing a semicolon at the end of the first line of an if statement. c. Omitting the left and right parenthesis for the condition of an if statement. d. All are compilation errors.

Computer Science & Information Technology

Which of the following statements is false?

a. Lambda expressions can be used anywhere functional interfaces are expected. b. A lambda consists of a parameter list followed by the arrow token and a body, as in: [parameterList] -> {statements} c.Method references are specialized shorthand forms of lambdas. d. Each of the above statements is true.

Computer Science & Information Technology

When a user clicks a ____, a task is performed, such as clearing the form.

A. form field B. radio button C. button D. list

Computer Science & Information Technology

Clicking a row heading ________

A) deletes the row B) selects the row C) inserts a row above the clicked row D) bolds the content of the entire row

Computer Science & Information Technology