A ________ provides legal protection to a written or artistic work, including pictures, novels, movies, songs, and computer software
A) trademark
B) patent
C) copyright
D) charter
Answer: C) copyright
You might also like to view...
Who will be responsible for creating the disaster recovery plan and will likely be responsible for testing it and keeping up with its ongoing maintenance?
A) The disaster recovery planning team B) The insurance company C) The disaster recovery team D) Upper management
Why would you select a Center on page option on the Margins tab within the Page Setup dialog box if you have already set the margins?
What will be an ideal response?
Suppose the following code is embedded in an otherwise correct and complete program. Answer below the question about what version of f()is called in g().
``` void f(); //in the global namespace namespace A { void f(); void g() { f(); //Does this call A::f()? Or the global f()? ``` a) The call is to the global f(); b) The call is to the namespace A version of f(), i.e., A::f(); c) There is an error. There is a conflict between the namespace f() and the global f(), so there is no call made at all d) There are other errors that prevent the code from running.
An answer file is an XML file that scripts the answers normally provided for questions asked by the Setup Wizard during Windows installation
Indicate whether the statement is true or false