Exam 3: Program Design and Coding

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

Discuss the considerations as you choose the BackColor of a window.

(Essay)
4.8/5
(24)

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.8/5
(35)

You should match a light BackColor with a light ForeColor property for the best usability.

(True/False)
4.9/5
(33)

To make an image available for display in a PictureBox object, the image should be imported into the ____ folder.

(Multiple Choice)
4.9/5
(30)

A Visual Basic 2017 coding statement contains instructions that the computer eventually executes.

(True/False)
4.8/5
(48)

An event-planning document 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.

(True/False)
4.8/5
(31)

An event ____ takes care of the event that a user action triggers by executing code that performs the required processing.

(Multiple Choice)
4.8/5
(31)

When you enter a statement using IntelliSense, by default, the feature will format the statement after you press the ___________________ key.

(Short Answer)
5.0/5
(33)

The property value specified in an assignment statement must be a valid value for the property identified on the left side of the equal sign.

(True/False)
4.8/5
(42)

The Normal attribute of the SizeMode property places the image in the ____ corner of the PictureBox object without any changes.

(Multiple Choice)
4.8/5
(37)

Good coding practice dictates that elements within a statement should be separated by a space to make the statement easier to read, even though the space is not required.

(True/False)
4.8/5
(34)

The ____________________ of an object is the color that is displayed in its background.

(Short Answer)
4.9/5
(28)

When you see the build errors message in Visual Basic, you should always click the _____ button.

(Multiple Choice)
4.9/5
(33)

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

(True/False)
4.9/5
(46)

What is the function of line numbers in the coding window? What are the steps to make them display?

(Essay)
4.8/5
(37)

IntelliSense choices can be selected by ____.

(Multiple Choice)
4.7/5
(35)

Every program should begin with ____ comments.

(Multiple Choice)
4.7/5
(28)

The AutoSize attribute of the SizeMode property of a PictureBox object may cause distortion of an image. _________________________

(True/False)
4.8/5
(35)

In order to write the code for an event handler, a developer first must identify the GUI object that will be used to trigger the event.

(True/False)
4.8/5
(30)

____________________ is a feature of Visual Studio that displays all allowable entries when you type a period, equal sign, or other special character required in a statement.

(Short Answer)
4.9/5
(37)
Showing 21 - 40 of 103
close modal

Filters

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