Exam 6: Multiform Projects

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

Using a static local variable is better than using a module-level variable because it is always best to keep the scope of a variable as narrow as possible.

(True/False)
4.8/5
(38)

No other program code can execute until the modal form has been responded to and hidden or closed.

(True/False)
4.9/5
(38)

Which of the following is the correct statement to declare a variable that will keep track of the number of books sold at a school bookstore,and that will be available in order to display the total on a summary form?

(Multiple Choice)
4.8/5
(39)

The project's assembly information can be retrieved by using the _______ object.

(Multiple Choice)
4.8/5
(33)

The ShowDialog method displays a form as modal and is a good choice when you need the user to respond to the form before continuing.

(True/False)
4.9/5
(43)

A form's Close method removes the form from the screen and from memory.

(True/False)
4.7/5
(41)

Forms can be deleted by choosing "Exclude from project" from the "Project" menu.

(True/False)
4.9/5
(35)

In order to make a variable available to other forms in a project,it must be declared as Static.

(True/False)
4.8/5
(43)

The user must respond to the form in some way when it is displayed as modeless.

(True/False)
4.9/5
(39)

Variables that are declared locally and that will retain their values for multiple calls to the procedure should be declared as _______.

(Multiple Choice)
4.8/5
(43)

In a project with multiple forms,the _____________ form is the first form loaded into the computer's memory and displayed on the desktop.

(Multiple Choice)
4.9/5
(32)

If forms are hidden,it is possible to have multiple forms in system memory and no forms appearing on the screen.

(True/False)
4.8/5
(32)

If you declare a variable in a local procedure as Static,each call to the procedure preserves the previous value of the variable.

(True/False)
4.8/5
(30)

The first form a project displays is called the default form.

(True/False)
4.9/5
(40)

The programmer can change the program's version by modifying the Assembly Information.

(True/False)
4.9/5
(38)

Where may Static statements appear?

(Multiple Choice)
4.8/5
(43)

Write code in the form's Activated event if you want to set the focus in a specific object when a form appears.

(True/False)
4.8/5
(36)

If you need the user to respond to a form before continuing,you should display the form as _______.

(Multiple Choice)
4.9/5
(33)

Which of the following is the correct order of events that occur when a form is displayed?

(Multiple Choice)
4.9/5
(42)

Splash screens are widely used to give the user the indication that the program is loading and starting.

(True/False)
4.7/5
(43)
Showing 21 - 40 of 69
close modal

Filters

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