The ____________________ is a list of values for a text box that are displayed when the text box is selected.

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

data list

Computer Science & Information Technology

You might also like to view...

What would be the return of the following function in C3?

A B C 1 First Name Last Name 2 james Turner 3 Aaron STEWART ? 4 tasha mccall =LOWER(B3 ) A) stewart B) Stewart C) STEWART D) Aaron Stewart

Computer Science & Information Technology

The recursive Sierpinski gasket algorithm is an example of ____ because it calls itself three times.

A. linear recursion B. mutual recursion C. exponential recursion D. iteration

Computer Science & Information Technology