Exam 1: Introduction to Visual Basic 2010

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

The Solution Explorer window is used to design a form that makes up your user interface.

Free
(True/False)
4.8/5
(39)
Correct Answer:
Verified

False

How do the Editor and IntelliSense help you write Visual Basic code?

Free
(Essay)
4.8/5
(26)
Correct Answer:
Verified

The Visual Studio editor automatically displays remarks in green.The editor will also automatically indent lines between Private Sub and End Sub.If an object name matches a defined object,the Editor fixes the capitalization.The editor adds a blue squiggly line under the part of a line of code that the editor cannot interpret and a message will appear in the Task list at the bottom of the screen.The IntelliSense list pops up when you type a period after an object name.If IntelliSense does not pop up,it is likely that the control's name is misspelled.An entry in the IntelliSense is selected by pressing the spacebar key or by selecting it with the mouse.

A project in Visual Basic contains _______.

Free
(Multiple Choice)
4.8/5
(30)
Correct Answer:
Verified

D

Which of the following choices CANNOT be used to start running a project?

(Multiple Choice)
4.8/5
(41)

When you break VB's rules for punctuation,format,or spelling,you generate a(n)_______.

(Multiple Choice)
4.8/5
(39)

If a project runs,but the results are not correct,this is called a(n)_______.

(Multiple Choice)
4.8/5
(32)

Where does the Text property for a form appear?

(Multiple Choice)
4.8/5
(33)

You can use the Properties window to change the properties of controls during run time.

(True/False)
4.8/5
(39)

A form in a project needs a label,a text box,and a button.Explain how you will add the objects,set their properties,and reference the object in the basic code.

(Essay)
4.9/5
(34)

The property used to display information in the title bar of a form is _______.

(Multiple Choice)
4.9/5
(31)

If a project runs without a syntax error,you can be certain that the code has performed the project's task correctly.

(True/False)
4.8/5
(36)

After you have added a label to a form,you can change the words that are displayed inside the button by changing the Text property.

(True/False)
4.8/5
(31)

To print a form,add a _______ component to the component tray.

(Multiple Choice)
4.9/5
(41)

You are in run time when you design the user interface.

(True/False)
4.8/5
(43)

In order to properly save changes that have been made to a Visual Basic project,you should choose Save All from the File menu.

(True/False)
4.7/5
(31)

Snap lines are blue lines that assist the programmer in aligning controls.

(True/False)
4.7/5
(38)

With Visual Basic context-sensitive Help,you can view a Help topic by placing the insertion point in a word in the code window and pressing _______.

(Multiple Choice)
4.9/5
(35)

Visual Basic is a(n)_______.

(Multiple Choice)
4.7/5
(36)

Which of the following shows the correct order for creating a Visual Basic program?

(Multiple Choice)
4.8/5
(39)

Visual Basic is an object-oriented programming language.

(True/False)
4.8/5
(38)
Showing 1 - 20 of 54
close modal

Filters

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