Match the following terms to their meanings:

I. site license
II. freeware
III. shareware
IV. trial version
V. license

A. software available for use for a limited time before purchase
B. software available for a voluntary fee
C. permit to install and use software
D. software available at no cost
E. permits software to be installed on a group of computers


E, D, B, A, C

Computer Science & Information Technology

You might also like to view...

[C#6] It’s common to include in an exception’s error message a variable’s or property’s identifier. This information can help a client-code programmer understand the context in which the exception occurred. Prior to C# 6, you had to hard code these identifiers into your error-message strings. As of C# 6, you can instead use the ________ operator, which returns a string representation of the identifier enclosed in parentheses.

a) valueof b) stringof c) characterof d) nameof

Computer Science & Information Technology

To join two similar fields in two separate tables:

A) drag the field of one table to the corresponding field in the other table. B) access will automatically link all similar fields. C) double click the field in one table then in the other table. D) hold down the Ctrl key while clicking the two similar fields.

Computer Science & Information Technology

In a moving average, the number range that is averaged is constantly changing, dropping off the first number and adding on the most ________ number

Fill in the blank(s) with correct word

Computer Science & Information Technology

____ is the mathematical process of adding or subtracting pixels in an image either to enlarge or reduce the size.

a. Concatenation b. Indexing c. Lossing d. Interpolation

Computer Science & Information Technology