__________ is a form of legal protection that grants the author of an original work exclusive rights that include distributing and performing that work.

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


Copyright

Computer Science & Information Technology

You might also like to view...

If string s1 has the value "computer" and string s2 has the value "promise", which call to insert will produce the string "compromise"?

a. s1.insert( 4, s2, 0, string::npos ); b. s1.insert( string::npos, s2, 0, 4 ); c. s2.insert( 0, s1, 0, 3 ); d. s2.insert( 3, s1, 0, 3 );

Computer Science & Information Technology

Which of the following is a Trojan horse that specifically affected computers running Mac OS X?

A) Net Bus B) Flash Back C) Brain Test D) Fin Fisher

Computer Science & Information Technology

?Which of the following style rules is used to draw a 1px red dotted line around every element on a web page along with a wildcard selector?

A. ?*{outline: 1px dotted red;} B. ?*{outline-style: 1px dotted red} C. ?*{outline-style="1px red dotted"} D. ?*{outline: 1px, red, dotted;}

Computer Science & Information Technology

Application software runs in the background at all times, making it possible for you to use your computer. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology