Exam 11: Menu-Driven Programs

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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:
Verified

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:
Verified

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:
Verified

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)

A __________ menu has a main menu and one or more submenus.

(Short Answer)
4.8/5
(44)
Showing 1 - 20 of 43
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)