Exam 3: Program Design and Coding

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags
Identify the letter of the choice that best matches the phrase or definition.
Premises:
Procedure used to close the application
Responses:
Select Resource
introductory
procedure call statement
Correct Answer:
Verified
Premises:
Responses:
Procedure used to close the application
Select Resource
(Matching)
4.8/5
(34)

IntelliSense was created primarily to speed up the development process for developers.

(True/False)
4.9/5
(39)

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

(Essay)
4.9/5
(31)

A(n) ____ is an action by the user that causes the program to execute specific code.

(Multiple Choice)
4.8/5
(42)

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

(Short Answer)
4.9/5
(41)

  Figure 3-1 In the accompanying figure, clicking the Ellipsis button at the end of the Image property of the PictureBox object will display the ____ dialog box. Figure 3-1 In the accompanying figure, clicking the Ellipsis button at the end of the Image property of the PictureBox object will display the ____ dialog box.

(Multiple Choice)
4.8/5
(40)

A(n) ____ document consists of a table that specifies an object in the user interface that will cause an event, the action taken by the user to trigger the event, and the event processing that must occur.

(Multiple Choice)
4.9/5
(35)

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

(Short Answer)
4.8/5
(44)

Critical Thinking Questions Case 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 first image, you want the entire image to be visible and to fit precisely in the PictureBox object. 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
(32)

____ comments appear at the beginning of the program, and contain the developer's name, the date, and the purpose of the program.

(Multiple Choice)
4.7/5
(34)

Visual Studio 2008 does not provide a way to print form images.

(True/False)
4.9/5
(45)

Using the ___________________ keyword allows the developer to take full advantage of IntelliSense to list all objects quickly on the form.

(Short Answer)
5.0/5
(47)

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

(Multiple Choice)
4.8/5
(42)

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

  Figure 3-3 As shown in the accompanying figure, all characters in a line of code following an apostrophe will not be ____________________ or executed. Figure 3-3 As shown in the accompanying figure, all characters in a line of code following an apostrophe will not be ____________________ or executed.

(Short Answer)
4.9/5
(29)

A(n) ____ statement is used to set the value of an object's property with the desired value.

(Multiple Choice)
5.0/5
(33)

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

(Multiple Choice)
4.7/5
(34)

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

(Multiple Choice)
4.9/5
(41)

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 equals sign.

(Short Answer)
4.9/5
(40)

____ error messages indicate errors detected by the compiler.

(Multiple Choice)
4.9/5
(35)
Showing 81 - 100 of 107
close modal

Filters

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