Although ____ law protects all software, developers can ease the restrictions on copying by creating freeware or shareware.

A. software
B. copyright
C. agreement
D. license


Answer: B

Computer Science & Information Technology

You might also like to view...

The below question refer to the program segment. (Assume that all variables are of type int.)

``` z = 0; g = 0; s = 0; i = 0; while (i < 50) { cin >> t; s += t; if (t >= 0) g++; else z++; i++; } ``` The value stored in variable s at the end of the execution of the loop could best be described as the ________________ . a. average of the numbers read b. largest of all numbers read c. sum of all numbers read d. number of numbers read e. sentinel value terminating the loop

Computer Science & Information Technology

In the Action Arguments section of the Macro window, the ________ argument allows the ability to type a specific file path and filename for the output document

Fill in the blank(s) with correct word

Computer Science & Information Technology

____ was a scaled-down version of FORTRAN intended as an introductory language for college students.

a. COBOL b. BASIC c. ALGOL d. C

Computer Science & Information Technology

Microsoft Expression Web 3  is a Web design program for creating modern, standards-compliant Web sites and is a part of a suite of programs called ____________________.

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

Computer Science & Information Technology