Nick works for a software development company that has just created a new application that will revolutionize the computer security industry. Nick’s company owns the patent for the software and has a copyright for the software. The company would like to sell this new software but they are concerned about someone pirating the software.
?
What can Nick’s company use to prevent software piracy?

A. Copyright
B. EULA
C. DRM
D. Issue a license

Answer: C

Computer Science & Information Technology

You might also like to view...

All touch gestures may also be completed with a pen or stylus

Indicate whether the statement is true or false

Computer Science & Information Technology

Given the function prototype and variable declarations, which of the following is a valid function call?

void compute (int, float, char&, int& ); // function prototype int x, y; //variable declarations float p, q; char r, s; a) compute (x, 7.3, ‘c’, y); b) compute (y, p, s, x + y); c) compute (5, p + q, r, y); d) compute (x , s, r, 8);

Computer Science & Information Technology