Exam 1: Introduction to Visual Basic 2010
Exam 1: Introduction to Visual Basic 201054 Questions
Exam 2: User Interface Design74 Questions
Exam 3: Variables, Constants, and Calculations58 Questions
Exam 4: Decisions and Conditions51 Questions
Exam 5: Menus, Common Dialog Boxes, Sub Procedures, and Function38 Questions
Exam 6: Multiform Projects69 Questions
Exam 7: Lists, loops, and Printing76 Questions
Exam 8: Arrays and Collections50 Questions
Exam 9: Web Applications66 Questions
Exam 10: Database Applications43 Questions
Exam 11: Data Files43 Questions
Exam 12: OOP: Creating Object-Oriented Programs51 Questions
Exam 13: Graphics, Animation, Sound, and Drag-And-Drop62 Questions
Exam 14: Additional Topics in Visual Basic60 Questions
Select questions type
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:
False
How do the Editor and IntelliSense help you write Visual Basic code?
Free
(Essay)
4.8/5
(26)
Correct Answer:
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:
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)
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)
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)
Which of the following shows the correct order for creating a Visual Basic program?
(Multiple Choice)
4.8/5
(39)
Showing 1 - 20 of 54
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)