Exam 3: Program Design and Coding

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

Which of the following color palettes for the BackColor and ForeColor properties contains colors that are guaranteed to be displayed properly on every computer?

Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
Verified

D

Use the Print choice on the ____ menu to print the Visual Basic code.

Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
Verified

A

To hide an object on a form, you should set the __________________ property to False.

Free
(Essay)
4.8/5
(32)
Correct Answer:
Verified

Visible

The ____ option of the SizeMode property of the PictureBox object will increase or decrease the size of the PictureBox object to accommodate the size of the image.

(Multiple Choice)
4.8/5
(35)

____ error messages indicate coding errors detected by the compiler.

(Multiple Choice)
4.9/5
(34)

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

(Essay)
4.7/5
(38)

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 places the image in the center of the PictureBox object.

(Multiple Choice)
4.7/5
(38)

When the ____ property of an object is set to False, the object will appear dimmed on the form.

(Multiple Choice)
4.8/5
(33)

IntelliSense choices can be selected by ____.

(Multiple Choice)
4.9/5
(32)

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.

(Essay)
4.9/5
(33)

____ is a choice on the SizeMode list in the Properties window for PictureBox objects.

(Multiple Choice)
4.9/5
(27)

The ____ attribute of the SizeMode property of a PictureBox object will enlarge or shrink the image.

(Multiple Choice)
4.9/5
(46)

Image file names should not contain spaces.

(True/False)
4.7/5
(39)

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

(Multiple Choice)
4.8/5
(32)

The unit of measurement for a selected PictureBox object is ____.

(Multiple Choice)
4.8/5
(40)

When using an assignment statement to set the value of an object's property, the property will be set to the value which appears on the ____________________ side of the equal sign.

(Essay)
4.7/5
(40)

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

(True/False)
4.8/5
(34)

Even if some entries within a program statement are not correct, the program will still compile.

(True/False)
4.9/5
(39)

The CenterImage attribute for the SizeMode property of a PictureBox object centers the image and stretches it to fit the PictureBox.

(True/False)
4.9/5
(33)

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

(True/False)
4.8/5
(36)
Showing 1 - 20 of 111
close modal

Filters

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