A sentinel is a special value that

A) is used for data validation.
B) must be Boolean.
C) marks the end of a list of values.
D) must be a negative number.
E) is all of the above.


C) marks the end of a list of values.

Computer Science & Information Technology

You might also like to view...

Design view is helpful when you prepare a worksheet for printing.

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

Computer Science & Information Technology

While you can provide any legal identifier you want for an array, conventional rules are typically followed. List and describe the naming conventions for naming arrays.

What will be an ideal response?

Computer Science & Information Technology

sum = addTogether();

By looking at the previous statement, you can tell that addTogether() ______. A. definitely returns a value B. does 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

A query datasheet is sometimes called a ____ of the data.

A. logical view B. duplicate copy C. table simulator D. warehouse

Computer Science & Information Technology