Which of the following are considered public domain?

a. Images posted on your social media profile
b. A newspaper article written in 1992.
c. A song written in 2015.
d. A book published in 1920.


d. A book published in 1920.

Computer Science & Information Technology

You might also like to view...

A while loop tests its condition before performing its statements making it a(n) ____ loop.

A. pretest B. posttest C. failsafe D. infinite

Computer Science & Information Technology

__________ is not an advantage of linked lists when compared to arrays.

a. Dynamic memory allocation. b. Efficient insertion and deletion. c. Direct access to any list element. d. No need to allocate extra space, “just in case.”

Computer Science & Information Technology

The sqrt function

a) is provided in the library header. b) returns the square of the argument c) returns the square root of the argument d) the argument type is int e) the return type is double.

Computer Science & Information Technology

__________ is where application programs and transient operating system routines are loaded.

a. The transient area b. High memory c. Low memory d. The premise of this question is false.

Computer Science & Information Technology