Created by Andrew Lewis
almost 4 years ago
|
||
Question | Answer |
A list of operations displayed on the screen that the user my choose from is known as a _____. | Menu |
When the user selects an item from a menu, the program must use a _____ structure to perform an action based on that selection. | Decision |
If a menu-driven program uses a loop to redisplay the menu after a selected operation has been performed, the menu should probably have an item that the user can select to _____. | End the program |
A menu-driven program displays the _____ when it starts. | Main Menu |
When the user selects an item from a multiple-level menu, a _____ might be displayed next. | Submenu |
When the user selects an operation from a _____, the program immediately performs that operation and then the program redisplays the menu (or the program ends if it doesn't use a loop to redisplay the menu). | Single-Level Menu |
When the user selects an operation from a _____, the program might display another menu. | Multiple-Level Menu |
A program that displays a list of operations that it can perform on the screen, and allows the user to select the operation that he/she wants the program to perform. | Menu-Driven Program |
What type of structure do you use in a program to perform the action that the user has selected from a menu? | Decision Structure |
The items displayed in a menu are often preceded by a number, letter, or other character. What is the purpose of this character? | The user types the character that corresponds to the menu item that he or she wants to select. |
When a program has a lot of items for the user to select from, why should you avoid displaying all of the items in one menu? | Users often have trouble sorting through the items in a menu when given too many choices. |
Want to create your own Flashcards for free with GoConqr? Learn more.