Exam 3: Program Design and Coding

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

The Coding Problem window identifies the number of errors that occurred during compilation and displays a description of each error.

(True/False)
4.8/5
(39)

The ____ option of the SizeMode property of the PictureBox object does not change the size of the image or the size of the PictureBox object, and aligns the center of the image with the center of the PictureBox object.

(Multiple Choice)
4.7/5
(28)

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

(Short Answer)
4.9/5
(35)

A(n) ____________________ is a set of prewritten code that can be called by a statement in the Visual Basic program.

(Short Answer)
4.9/5
(43)

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

(True/False)
4.7/5
(35)

Programs written using a GUI normally are event-driven programs.

(True/False)
4.9/5
(41)

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
(32)

To use an image in a program, the image first must be ____ into the Resources folder.

(Multiple Choice)
4.8/5
(41)

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

(Multiple Choice)
4.8/5
(32)

Lines of code that begin with the ____________________ character are comments.

(Short Answer)
4.9/5
(41)

The ____ feature displays all allowable entries you can make in a Visual Basic statement each time a dot, equal sign, or other special character required for the statement is typed.

(Multiple Choice)
4.8/5
(32)

When build errors occur, Visual Studio will display the errors in the ____ window.

(Multiple Choice)
5.0/5
(26)

The ____________________ feature assists you when entering code by considerably reducing the likelihood of coding errors.

(Short Answer)
4.9/5
(41)

A Label can be hidden by setting the ____ property to False.

(Multiple Choice)
4.9/5
(38)

A(n) ___________________ means the user has initiated an action that causes the program to perform the type of processing called for by the user's action.

(Short Answer)
4.9/5
(34)

In Visual Basic, capitalization of words is important.

(True/False)
4.9/5
(42)

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)
Identify the letter of the choice that best matches the phrase or definition.
The kind of comment that appears on the same line as executable code
Enabled
The dialog box used to select images that have been imported
compiling
Changes program code statements into instructions that the computer can execute
Select Resource
Correct Answer:
Verified
Premises:
Responses:
The kind of comment that appears on the same line as executable code
Enabled
The dialog box used to select images that have been imported
compiling
Changes program code statements into instructions that the computer can execute
Select Resource
If this object property has a value of False, the object will not trigger an event
procedure call statement
A statement that executes a specific prewritten procedure
Control
The default color of the BackColor of a Windows Form object
error
The kind of comment that describes the purpose of a program
introductory
A set of instructions written by the developer that tells the program how to operate
same-line
The location of this is noted by a red squiggly line
Close
Procedure used to close the application
program code
(Matching)
4.8/5
(39)

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)
4.9/5
(28)

The event-planning document describes what processing must occur for each event as well as the manner in which to accomplish it.

(True/False)
4.7/5
(32)
Showing 41 - 60 of 103
close modal

Filters

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