Match the following terms to their meanings:

I. If...Then structure
II. If...Then...Else structure
III. Select Case structure
IV. Data validation
V. IsNumeric function

A. The simplest kind of decision structure
B. Checks data entered to ensure it meets certain conditions
C. Compares an expression or a value to a case block
D. Tests for a condition and specifies one option if the test evaluates to True
and another if it evaluates to False
E. Only requires one argument


A, D, C, B, E

Computer Science & Information Technology

You might also like to view...

Sorted data can be ordered

A) from lowest to highest value. B) from highest to lowest value. C) using a bubble sort algorithm. D) using a selection sort algorithm. E) in all of the above ways.

Computer Science & Information Technology

A(n) ________ is a flaw in the software programming

Fill in the blank(s) with correct word

Computer Science & Information Technology

The SUM function

A) identifies the midpoint value in a set of values. B) displays the lowest value in a range. C) calculates the arithmetic mean or average of values in a range. D) calculates the total of values contained in two or more cells.

Computer Science & Information Technology

Members of a class are usually classified into three categories: public, private, and static.

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

Computer Science & Information Technology