Exam 3: Program Design and Coding

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

The predefined procedure ____ will close the program.

(Multiple Choice)
4.8/5
(23)

The ____ feature displays all allowable entries you can make in a Visual Basic statement each time a dot, equal sign, or other special character required for the statement is typed.

(Multiple Choice)
4.8/5
(35)

The ____________________ feature helps to reduce coding errors and speeds up the process of writing program code by displaying a list of choices that will make the statement correct.

(Short Answer)
4.9/5
(32)

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

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

(True/False)
4.7/5
(35)

The event planning document describes what processing must occur for each event as well as the manner in which to accomplish it.

(True/False)
4.8/5
(36)

Which of the following is the correct general format for assigning a value to a property?

(Multiple Choice)
4.8/5
(44)

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

(True/False)
4.8/5
(37)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
If this object property has a value of False, the object will not trigger an event
Responses:
Enabled
introductory
syntax
Correct Answer:
Verified
Premises:
Responses:
If this object property has a value of False, the object will not trigger an event
Enabled
(Matching)
4.8/5
(39)

To use an image in a program, the image first must be ____ into the program.

(Multiple Choice)
4.8/5
(27)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
A set of instructions written by the developer that tells the program how to operate
Responses:
syntax
Select Resource
procedure call statement
Correct Answer:
Verified
Premises:
Responses:
A set of instructions written by the developer that tells the program how to operate
syntax
(Matching)
4.8/5
(32)

The ____ sign is used in an assignment statement.

(Multiple Choice)
4.9/5
(42)

In order to run a program, it first must be executed .

(True/False)
4.8/5
(35)

The ____________________ property determines whether a GUI object is displayed on the Form object.

(Short Answer)
4.9/5
(32)

A Button object that has been ____________________ will appear as a dimmed button on the form at runtime.

(Short Answer)
4.7/5
(48)

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

(Multiple Choice)
4.8/5
(33)

The forward slash (/) is used to identify a statement as a comment.

(True/False)
4.8/5
(35)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
A statement that executes a specific prewritten procedure
Responses:
same line
program code
Close
Correct Answer:
Verified
Premises:
Responses:
A statement that executes a specific prewritten procedure
same line
(Matching)
4.9/5
(34)

The ImageCollection folder holds all the images that the program uses.

(True/False)
4.9/5
(39)

Critical Thinking Questions Case 1 You are in the process of selecting the BackColors and ForeColors for your new application. When you originally learned to use Visual Studio, you were for some reason only aware of one of the palettes that was available to you, but your developer colleague informs you that you have more choices. You ask for some quick guidance to help sort through your options. It is very important to you that the colors you choose for your application be absolutely certain to display properly on every computer where your application is used. To which of the following palettes does your colleague direct you?

(Multiple Choice)
4.9/5
(39)
Showing 41 - 60 of 107
close modal

Filters

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