Exam 3: Program Design and Coding

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

Open and close ____ immediately following the name of a procedure identify a Visual Basic statement as a procedure call statement.

(Multiple Choice)
4.8/5
(32)

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

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

(Multiple Choice)
4.7/5
(33)

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

(True/False)
4.9/5
(29)

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

(Multiple Choice)
4.9/5
(34)

Provide the steps for displaying an image in a PictureBox object.

(Essay)
4.8/5
(35)

Use the Print choice on the ____ menu to print the Visual Basic code.

(Multiple Choice)
4.9/5
(37)

____ automatically creates indentations in program code to make it easier to read and understand.

(Multiple Choice)
4.8/5
(41)

The first code written for an event should be ____ code that identifies the event and the processing that will occur.

(Multiple Choice)
4.9/5
(41)

Procedures written by a developer cannot be stored in a Visual Basic library; only prewritten procedures provided by Microsoft can be stored in a library.

(True/False)
4.7/5
(42)

The default value of the SizeMode property is CenterImage . _________________________

(True/False)
4.9/5
(38)

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

(Multiple Choice)
4.9/5
(37)

The Disabled property controls whether an object can trigger an event.

(True/False)
4.7/5
(33)

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

Even if some entries within a program statement are not correct, the program will still compile.

(True/False)
4.7/5
(34)

The unit of measurement for a selected PictureBox object is ____.

(Multiple Choice)
4.9/5
(36)

____ error messages indicate coding errors detected by the compiler.

(Multiple Choice)
4.8/5
(41)

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

(Short Answer)
4.8/5
(32)

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

(True/False)
4.9/5
(40)
Showing 61 - 80 of 103
close modal

Filters

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