SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Visual Basic
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. The default event procedure for a check box is __________
solution
Camel case
controls
CheckedChanged
2. Four names for subprograms: subroutine - procedure - ____ - function
method
requiredfieldvalidator
label
IDE
3. Last line of a procedure. (end sub.)
frmMyFirstForm
procedure footer
operators
Size Mode = StretchImage
4. Keyboard shortcut to Save All
While
checked
String
Ctrl-Shift-s
5. Visual Basic code file extension
requiredfieldvalidator
a program
.vb
For...Next
6. Zero or more characters enclosed in quotation marks
String
form
operators
method
7. Keyboard shortcut to run a program without debugging
GUI
Ctrl-F5
BorderStyle = Fixed3D
While
8. Keyboard shortcut to step through line by line
Class definition
A class
decision
F8
9. Assume an application needs to calculate and display a sales tax amount. The application should display the calculated amount in a _________________ control.
start/stop
label
camel
Pascal case
10. The window lists the projects and files included in a solution
User interface
parameters
encapsulation
Solution Explorer
11. Property to display "My Form" in the title bar of a form
Button control
Text = My Form
Dim (short for Dimension)
code
12. Loop to repeat a code block for a specified number of times
WindowsApplication (followed by a number)
For...Next
Keyword
property
13. Get a box for loading a picture into a form
namespace
Dim message As String
Auto Hide
Toolbox - Common Controls - PictureBox
14. Declare a string variable called message
Auto Hide
CheckedChanged
analysis
Dim message As String
15. Actions such as clicking & double-clicking and scrolling are called _________
For...Next
a program
events
Properties
16. Begins with keyword Private. procedure name includes object name and event name. handle cause indicates for which objects events this code will execute.
procedure header
events
Not
Dim (short for Dimension)
17. The diamond flowchart symbol represents ______
'
decision
Me.Close()
format exception
18. In VB you first create the ________
property
user interface
Dock = Fill
GUI
19. Member of a class that provides access to class data in a controlled manner
form
operators
property
event
20. __________________________ is a pattern or blueprint for creating an object.
Properties
A class
Camel case
control
21. Framework 2.0 a platform on which you create applications
Microsoft.net
Dim (short for Dimension)
Not
a program
22. A form contains a button control named exit Button. When the button is selected in the interface or ___________________ will appear in the Object box in the Properties window.
double click on it
Camel case
Me.Close( )
exitButtol1 System.Windows.Forms.Button
23. Integrated development environment
operators
IDE
Tab index
While
24. The ___ object shows the days organized by month relevant to the year.
For...Next
WindowsApplication (followed by a number)
calendar
Size Mode = StretchImage
25. When the user clicks a button __________ is raised.
events
F8
event
label
26. The ___ object should be used to ensure that the user enters data in a field .
IntelliSense
camel
requiredfieldvalidator
to lower
27. The ___ property of a checkbox indicates where a checkbox has been checked.
String
Pseudocode
checked
'
28. Example of camel notation
input/output
Dock = Fill
Text
frmMyFirstForm
29. The text of a label or a button that appears on the form
start/stop
caption
calendar
method
30. The joining of two strings together to form a new string is called _______
Ctrl-F5
code
While
concatenation
31. The window that displays a list of the projects contained in the current solution and the items contained in each project.
Assignment operator
Solution Explorer Window
IDE
operators
32. Enter a comment or remark
Warning
: Invalid argument supplied for foreach() in
/var/www/html/basicversity.com/show_quiz.php
on line
183
33. The ___ exception type occurs when a variable is converted to another data type that is not possible.
Ctrl-Shift-s
to lower
format exception
assignment statement
34. The window in which you enter your application's code
assembly
code editor window
Keyword
Solution Explorer
35. Write the value of a string variable called "message" on the command line
Dim message As String
Console.WriteLine(message)
to lower
The Properties window
36. Write a blank line on the command line
.vb
Camel case
Console.WriteLine("")
label
37. Property to stretch an image to fill the size of the form
Microsoft.net
ID
label
Size Mode = StretchImage
38. Subroutine that returns a value
Function
analysis
decision
For...Next
39. The three basic types of statement structures: decision - _______ - loop
sequence
start/stop
assignment statement
For...Next
40. What you see and interact with when using an application
parameters
exitButtol1 System.Windows.Forms.Button
User interface
Class definition
41. The ___ method converts a string to lower case letters.
to lower
form
F5
Keyword
42. This property of controls tells the oreder they receive the focus when the tab key is pressed during run time
Ctrl-Shift-s
Camel case
Tab index
ColumnSpan = 2
43. Another name for a program
Properties
Application
Class definition
AutoSize = True
44. Conditions can involve variables - _________ and functions
operators
Camel case
controls
GUI
45. A pattern or blueprint that the computer uses to create an object.
class
input/output
camel
property
46. The = symbol
Dock = Fill
ColumnSpan = 2
Console.WriteLine("")
assignment operator
47. The proper order of procedures used in the problem-solving process: _______ - design - coding - testing
Toolbox - Common Controls - PictureBox
Tab index
input/output
analysis
48. Actions to which an object can respond (such as a click)
form
event
a program
sleep
49. Declare a new variable
encapsulation
exitButtol1 System.Windows.Forms.Button
Dim (short for Dimension)
Toolbox - Containers - FlowLayoutPanel
50. Get component to create a form inside of a table
For...Next
Toolbox - Containers - TableLayoutPanel
code editor window
Solution Explorer Window