Exam 11: Menu-Driven Programs
Exam 1: Introduction to Computers and Programming48 Questions
Exam 2: Input, processing, and Output48 Questions
Exam 3: Modules48 Questions
Exam 4: Decision Structures and Boolean Logic44 Questions
Exam 5: Repetition Structures44 Questions
Exam 6: Functions44 Questions
Exam 7: Input Validation44 Questions
Exam 8: Arrays46 Questions
Exam 9: Sorting and Searching Arrays43 Questions
Exam 10: Files43 Questions
Exam 11: Menu-Driven Programs43 Questions
Exam 12: Text Processing31 Questions
Exam 13: Recursion43 Questions
Exam 14: Object-Oriented Programming43 Questions
Exam 15: Gui Applications and Event-Driven Programming43 Questions
Select questions type
A(n)_______ program always starts off by displaying a list of operations the user can select from.
Free
(Multiple Choice)
4.7/5
(37)
Correct Answer:
A
The _______________ loop makes sure that the menuSelection variable is set to a value in the correct range of values before the program enters the case statement.
Free
(Short Answer)
4.8/5
(39)
Correct Answer:
input validation
The If-Then-Else If statement can be used as an alternative for performing the user's menu selection.
Free
(True/False)
4.8/5
(42)
Correct Answer:
True
What is the term used for a menu that has a main menu and several submenus?
(Multiple Choice)
4.7/5
(39)
Any program that allows the user to select an item from a menu should ____________ the user's selection.
(Multiple Choice)
4.9/5
(41)
Which loop is a posttest loop such that the menu is displayed at least once?
(Multiple Choice)
4.9/5
(25)
The _______ selection in the menu causes the loop with the menu to stop and end the program.
(Short Answer)
4.9/5
(41)
A series of nested _____________ statements can be used to process the menu selections in lieu of the case statement.
(Short Answer)
4.9/5
(34)
The user's menu selection can be validated using an input validation loop immediately after the Input statements.
(True/False)
4.9/5
(42)
If the program has only one menu structure,the menu system is termed a__________ menu.
(Short Answer)
4.8/5
(42)
A(n)___________ structure can be used to run a menu-driven program again in order to give the user a chance to make another selection.
(Short Answer)
4.9/5
(41)
What type of menu first displays the main menu and then,based on the user's selection,displays a submenu?
(Multiple Choice)
4.9/5
(46)
Modules cannot be executed from a case statement,so loops have to be used.
(True/False)
4.8/5
(43)
The ______________ program gives the user the option to select the task they would like to perform.
(Short Answer)
4.9/5
(45)
Most menu-driven programs use a ________ that redisplays the menu after the user selected action has been performed.
(Short Answer)
4.9/5
(33)
It is ideal to have one long menu in the program for users to see and make their selection.
(True/False)
4.8/5
(40)
When there is an input validation loop,the case structure does not need the Default clause.
(True/False)
4.9/5
(39)
An iteration structure is needed to process the menu selection made by the user.
(True/False)
4.9/5
(37)
A list of operations that is displayed on the screen is called a(n)_______________.
(Multiple Choice)
4.8/5
(25)
Showing 1 - 20 of 43
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)