Exam 3: Program Design and Coding

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

Open and close ____ immediately following the name of a procedure identify a Visual Basic statement as a procedure call statement.

(Multiple Choice)
4.8/5
(30)

Visual Studio 2015 provides a tool to print the user interface designed in the application.

(True/False)
4.8/5
(37)

The ___________________ option of the SizeMode property adjusts the size of the PictureBox object to fit the image precisely.

(Short Answer)
4.9/5
(35)

A comment can exist on the same line as a code statement if the comment is placed first and then followed by another apostrophe.

(True/False)
4.9/5
(40)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
Procedure used to close the application
Responses:
introductory
procedure call statement
program code
Correct Answer:
Verified
Premises:
Responses:
Procedure used to close the application
introductory
(Matching)
4.9/5
(30)

The ____________________ option of the SizeMode property of a PictureBox object will increase or decrease the image size to make it fit into the PictureBox object.

(Short Answer)
5.0/5
(33)

Changing the value of the Enabled property of an object in code statements can be used to make an object appear on the form during program execution. _________________________

(True/False)
4.8/5
(27)

The ____ operator separates the name of the object from the next entry in the statement.

(Multiple Choice)
4.8/5
(28)

A code handler is a section of the program that handles user actions by executing code.

(True/False)
4.9/5
(32)

Case 3-2 You are having a lot of trouble placing images in your Visual Basic application. You ask your programming partner Siobhan what might be going on. With your first image, you want the entire image to be visible and to fit precisely in the PictureBox object. To which of the following SizeMode list options in the Properties window for the PictureBox object does Siobhan direct you?

(Multiple Choice)
4.7/5
(34)

IntelliSense choices can be selected by ____.

(Multiple Choice)
4.8/5
(38)

A(n) ____ document is a table that specifies objects in the user interface that will cause events, the actions taken by the user to trigger the events, and the event processing that must occur.

(Multiple Choice)
4.7/5
(33)

The predefined ____ procedure will terminate the program and close the window.

(Multiple Choice)
4.8/5
(42)

The ____________________ property determines whether or not an object can trigger an event.

(Short Answer)
4.8/5
(31)

The use of IntelliSense is the standard within the software industry.

(True/False)
4.8/5
(43)

IntelliSense allows you to type the first few letters of an object name, and then it displays a list of all the entries that can be specified in the statement.

(True/False)
4.8/5
(44)

When you type the first few letters of the ____ name, IntelliSense displays a list of all the entries that can be specified in the statement.

(Multiple Choice)
4.9/5
(30)

The default value of the SizeMode property is CenterImage. _________________________

(True/False)
4.8/5
(24)

The ____ option of the SizeMode property of the PictureBox object will adjust the size of the image to match the size of the PictureBox object.

(Multiple Choice)
4.7/5
(40)

The ____________________ property controls whether a GUI object is displayed on the Windows Form object.

(Short Answer)
4.7/5
(38)
Showing 41 - 60 of 112
close modal

Filters

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