Exam 3: Program Design and Coding

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

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

(Multiple Choice)
4.7/5
(37)

A set of rules that specify how each code statement must be written is called the ____ of the programming language.

(Multiple Choice)
4.8/5
(42)

Case 3-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 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. -Your colleague tells you that there is a palette in which you can select your own color by right-clicking a white color chip and then identifying the exact color you want.Which palette does she tell you to use to accomplish this?

(Multiple Choice)
5.0/5
(36)

Which of the following color palettes for the BackColor and ForeColor properties is restricted to colors selected in other areas of the computer system?

(Multiple Choice)
4.8/5
(36)

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

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Procedure used to close the application

(Multiple Choice)
4.8/5
(41)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Changes program code statements into instructions that the computer can execute

(Multiple Choice)
4.9/5
(35)

The Error List window will display the ____ number where the error was detected.

(Multiple Choice)
4.8/5
(30)

Image file names should not contain spaces.

(True/False)
4.8/5
(36)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -A set of instructions written by the developer that tells the program how to operate

(Multiple Choice)
4.9/5
(28)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -The default color of the BackColor of a Windows Form object

(Multiple Choice)
4.7/5
(35)

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

Good coding practice dictates that elements within a statement should be separated by a space to make the statement easier to read,even though the space is not required.

(True/False)
4.9/5
(42)

When the ____ property of an object is set to False,the object will not appear on the form when the program starts.

(Multiple Choice)
4.8/5
(32)

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

IntelliSense choices can be selected by ____.

(Multiple Choice)
4.9/5
(33)

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

(True/False)
4.7/5
(37)

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

(Short Answer)
4.8/5
(38)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -A statement that executes a specific prewritten procedure

(Multiple Choice)
4.7/5
(35)

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

(Short Answer)
4.8/5
(37)
Showing 61 - 80 of 112
close modal

Filters

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