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 menu-driven program that uses a multiple-level menu displays the ___________ when it starts.
(Short Answer)
4.7/5
(37)
Which statement provides a Default section to validate the user's menu selection?
(Multiple Choice)
4.7/5
(39)
In the GUI program,the user can just _________on their choice using a mouse.
(Short Answer)
4.9/5
(35)
In a menu-driven program the user would have to usually type the word 'end' to stop the program.
(True/False)
4.9/5
(32)
It is a cumbersome process for a user has to make selection from a menu because the user has to type the selection out.
(True/False)
4.8/5
(37)
A case structure is the only decision structure that can be used in a menu-driven program.
(True/False)
4.8/5
(39)
In most cases,menu-driven programs should be broken down into modules that perform individual tasks.
(Short Answer)
4.7/5
(43)
It is not possible to give the user an opportunity to make additional selections from the menu without having to run the program.
(True/False)
4.9/5
(39)
Which of the following decision structures could be used in a menu-driven program?
(Multiple Choice)
4.8/5
(34)
When the user makes a selection from the main menu in a multiple-level menu,a ______ might be displayed next.
(Multiple Choice)
4.8/5
(33)
What is the method used to make sure that valid selections are processed?
(Multiple Choice)
4.8/5
(39)
The ____________ statement is the easiest and most straightforward method to process a user's menu selection.
(Short Answer)
4.9/5
(43)
Which symbol in flowcharting is appropriate to use to represent the display of each of the selections of the menu?
(Multiple Choice)
4.8/5
(35)
Usually a submenu is executed by the selection made by the user from the _________.
(Multiple Choice)
4.9/5
(39)
The items displayed in a menu are often preceded by a __________.
(Multiple Choice)
4.7/5
(37)
Menu-driven programs should be broken down into ________ that perform individual tasks.
(Multiple Choice)
4.8/5
(37)
What is capable of performing several tasks and allows the user to select the task?
(Multiple Choice)
4.9/5
(39)
What is the structure that is needed to process a menu selection?
(Multiple Choice)
4.8/5
(36)
When using a While loop to repeatedly process a user's menu selections,the menuSelection variable need to be initialized.
(True/False)
4.8/5
(34)
Showing 21 - 40 of 43
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)