Exam 3: Program Design and Coding

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

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

In Visual Basic,capitalization of words is important.

(True/False)
4.8/5
(36)

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

(Multiple Choice)
4.8/5
(40)

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

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

(True/False)
4.8/5
(33)

Programming code is the set of rules used to specify how each statement must be written.

(True/False)
4.9/5
(30)

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

(True/False)
4.7/5
(35)

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

(Short Answer)
4.7/5
(33)

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 second image,you want no changes made to the image size or the size of the PictureBox object and you want Visual Studio to place the image in the PictureBox object with the upper-left corner of the image and the upper-left corner of the PictureBox object aligned.To which of the following SizeMode list options in the Properties window for the PictureBox object does Siobhan direct you?

(Multiple Choice)
4.8/5
(30)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -If this object property has a value of False,the object will not trigger an event

(Multiple Choice)
4.7/5
(27)

A(n)____ is used for denoting a comment statement.

(Multiple Choice)
4.8/5
(39)

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

(Multiple Choice)
4.7/5
(38)

The ____ property of an object controls the color of text that appears in the object.

(Multiple Choice)
4.8/5
(37)

____________________ are statements inside the code to help readers understand the code and how it accomplishes its tasks.

(Short Answer)
4.8/5
(30)

Using the ____________________ option of the SizeMode property of a PictureBox object may result in some distortion of the image.

(Short Answer)
4.9/5
(33)

When a user activates a Button object on a form,the Button's ____ event occurs.

(Multiple Choice)
4.9/5
(40)

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

(Multiple Choice)
4.9/5
(31)

In an assignment statement,the value appearing on the right of the equal sign receives the value of the object appearing to the left of the equal sign.

(True/False)
4.8/5
(34)

A set of braces at the end of a statement indicates that it is a procedure call statement._________________________

(True/False)
4.8/5
(31)

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

(Short Answer)
4.8/5
(22)
Showing 21 - 40 of 112
close modal

Filters

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