Multiple choice

A _______ displays a list of program functions from which the user can choose one.

  1. collating sequence

  2. boolean operator

  3. menu

  4. relational operator

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A menu is a user interface element that displays a list of available program functions or options. Users select one item from the menu to invoke that specific function. Collating sequences determine character ordering, boolean operators combine logical conditions, and relational operators compare values - none of these display selectable function lists.