Match the following terms to their meanings:

I. Aggregate functions
II. Expression
III. Field names
IV. String
V. Property Sheet

A. Series of characters
B. Included in square brackets in expressions
C. Group and perform calculations on multiple fields
D. Begins with an equal sign (=)
E. Displays the properties that affect the appearance and behavior of the form


C, D, B, A, E

Computer Science & Information Technology

You might also like to view...

Operator ________ enables the compiler to determine an expression’s type at compile time.

a. static_assert b. assert c. decltype d. typedef

Computer Science & Information Technology

addTogether(2,5);

By looking at the previous statement, you can tell that addTogether() ______. A. definitely returns a value B. may not return a value C. takes arguments D. does not take arguments E. It is not possible to tell whether or not it returns a value. F. It is not possible to tell whether or not it takes arguments.

Computer Science & Information Technology

__________ is the most common method used to conceal small blocks of data, such as encryption keys and hash function values, which are used in digital signatures.

A) Symmetric encryption B) Data integrity algorithms C) Asymmetric encryption D) Authentication protocols

Computer Science & Information Technology

A computer connected to the Internet directs e-mail to the correct destination using a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology