Selection lists are used for long lists of options, usually appearing in a(n) ____________________ list box.

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


drop down

Computer Science & Information Technology

You might also like to view...

MC Given a user-defined container object, which of the following operators would be best suited to overload for the purpose of removing an object from the container?

a) /. b) -. c) +. d) None of the above.

Computer Science & Information Technology

The following code segment is syntactically correct, but difficult to read. Rewrite the segment using indentation that improves its readability.

``` if (road_stat == 's') if (temp > 0) printf("Roads wet.\n"); else printf("Roads icy.\n"); else printf("Roads dry.\n"); ```

Computer Science & Information Technology

Before buying a digital camera, it is important to know the types of pictures you plan to take in order to select the right camera

Indicate whether the statement is true or false

Computer Science & Information Technology

The intersection of a row and column in a spreadsheet is called a(n) ________

A) source B) cell C) address D) field

Computer Science & Information Technology