Exam 5: Menus, Common Dialog Boxes, Sub Procedures, and Function

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

You can pass arguments to sub procedures and function procedures.

(True/False)
4.7/5
(44)

A function procedure may perform an action,but it only returns a value if the program code requests a value to be returned.

(True/False)
4.8/5
(33)

Explain the differences between ByVal and ByRef when passing arguments.B.ByRef sends a reference indicating where the value is stored in memory,allowing the called procedure to actually change the argument's original value.

(Essay)
4.8/5
(33)

When creating a menu,if an item named "Help" is listed,it should be at the far right and the H should have keyboard access.

(True/False)
4.8/5
(41)

You must declare the name of a function as a module-level variable if you want it to return values.

(True/False)
4.9/5
(48)

Which of the following statements about menus is NOT true?

(Multiple Choice)
4.9/5
(26)

Which of the following statements is NOT true?

(Multiple Choice)
5.0/5
(36)

Which of the following statements about context menus is NOT true?

(Multiple Choice)
4.8/5
(36)

Functions perform an action and return a value.

(True/False)
4.8/5
(44)

When creating menus with the MenuStrip component,the Name property is used to hold the words that will appear on the screen in the menu bar.

(True/False)
4.7/5
(36)

Which property of a menu must be set to True if you want an item to have a check mark next to it when the project runs?

(Multiple Choice)
4.8/5
(43)

Which of the following statements is NOT true?

(Multiple Choice)
4.9/5
(44)

Right-clicking on an object will usually pop up a context menu.

(True/False)
4.8/5
(38)

If you use the ShowDialog method to display a common dialog box,the window that is displayed is modal.

(True/False)
4.8/5
(44)

Of the following choices,which CANNOT be done with common dialog boxes?

(Multiple Choice)
4.9/5
(41)

Sub procedures can return a value.

(True/False)
4.8/5
(40)

After adding a common dialog component to a form,you can display a common dialog box at run time using the OpenDialog method.

(True/False)
5.0/5
(41)

The return value from a function procedure is contained in a variable with the same name as the function.

(True/False)
4.7/5
(41)
Showing 21 - 38 of 38
close modal

Filters

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