Exam 3: Program Design and Coding

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

Visual Studio 2008 offers three ____ of colors to use for the BackColor and ForeColor properties.

(Multiple Choice)
4.8/5
(40)

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

(Short Answer)
4.8/5
(36)

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.9/5
(40)

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

(Multiple Choice)
4.9/5
(40)

  Figure 3-2 As shown in the accompanying figure, ____________________ 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. Figure 3-2 As shown in the accompanying figure, ____________________ 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.8/5
(39)

The only valid procedures are the prewritten procedures included in Visual Studio 2008.

(True/False)
4.9/5
(40)

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

____________________ is the set of instructions written by the developer that direct the program to accomplish its tasks.

(Short Answer)
4.9/5
(32)

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

(Multiple Choice)
4.9/5
(33)

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

(Multiple Choice)
4.9/5
(38)

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)

The ____ button on the Standard toolbar causes the program to be compiled and saved and then run on the computer.

(Multiple Choice)
4.8/5
(38)

Visual Studio 2008 displays a pop-up message in the corner of the work area whenever it detects an error in your code.

(True/False)
4.7/5
(29)

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

(Short Answer)
4.9/5
(42)

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

When a user interacts with a program, a(n) ___________________ is triggered.

(Short Answer)
4.9/5
(52)

The Enabled property has the same effect on a GUI object as the Visible property.

(True/False)
4.9/5
(42)

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

A ____ object is used to display an image on a Windows Form object.

(Multiple Choice)
4.8/5
(35)

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

(True/False)
4.9/5
(34)
Showing 21 - 40 of 107
close modal

Filters

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