Exam 2: Creating Applications With Visual Basic
Exam 1: Introduction to Programming and Visual Basic40 Questions
Exam 2: Creating Applications With Visual Basic36 Questions
Exam 3: Variables and Calculations41 Questions
Exam 4: Making Decisions39 Questions
Exam 5: Lists and Loops36 Questions
Exam 6: Procedures and Functions31 Questions
Exam 7: Multiple Forms, Modules, and Menus36 Questions
Exam 8: Arrays and More34 Questions
Exam 9: Files, Printing, and Structures36 Questions
Exam 10: Working With Databases32 Questions
Exam 11: Developing Web Applications33 Questions
Exam 12: Classes, Collections, and Inheritance36 Questions
Select questions type
What will the following section of code do? Private Sub btnExit_ClickByVal sender As System.Object, _
ByVal e as System.EventArgs) Handles btnExit.Click
Me)Close)
End Sub
(Multiple Choice)
4.7/5
(30)
Which of the following is not a valid value for the FormBorderStyle property?
(Multiple Choice)
4.9/5
(38)
Which value of the SizeMode property is used to automatically adjust the size of a PictureBox control to fit the size of the image?
(Multiple Choice)
4.9/5
(41)
A Visual Studio project may be saved in all of the following ways except ___.
(Multiple Choice)
4.7/5
(31)
When you have an item selected and press the F1 key, you get __.
(Multiple Choice)
4.9/5
(42)
The code that is executed when the user clicks a button is known as .
(Multiple Choice)
4.7/5
(36)
You can display the Code window in all of the following ways except __.
(Multiple Choice)
4.8/5
(33)
The color of the text in a Label control is determined by the _property.
(Multiple Choice)
4.7/5
(35)
Which property determines the characters that appear in the title bar of Form1?
(Multiple Choice)
4.8/5
(32)
If the Visible property of a control is set to false, it _in the Designer window.
(Multiple Choice)
4.9/5
(49)
When Visual Studio displays a new project, a blank form is shown in the _window.
(Multiple Choice)
4.7/5
(41)
A Label control's _property allows a label to change size to fit the text in its text property.
(Multiple Choice)
4.9/5
(40)
Showing 21 - 36 of 36
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)