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. Using the ___ procedure will cause the application to wait a specific amount of time.
Properties
Toolbox - Containers - FlowLayoutPanel
form
sleep
2. The practice of uppercasing the first letter in a form's name as well as the first letter of each subsequent word in the name (i.e.: FileName)
Properties
Class definition
Pascal case
label
3. Closes the the current form
Me.Close( )
'
For...Next
frmMyFirstForm
4. The ___ information screen contains values that include the program name & description & company & product and copyright date.
assembly
User interface
namespace
code editor window
5. Begins with keyword Private. procedure name includes object name and event name. handle cause indicates for which objects events this code will execute.
frmMyFirstForm
assignment statement
procedure header
Text
6. The ___ method converts a string to lower case letters.
Text = My Form
to lower
IDE
Boolean
7. In VB you first create the ________
Console.WriteLine(message)
Me.Close( )
user interface
F5
8. The keyboard shortcut used to activate the Properties window.
WindowsApplication (followed by a number)
F5
decision
command button
9. The proper order of procedures used in the problem-solving process: _______ - design - coding - testing
Text
analysis
Toolbox - Containers - TableLayoutPanel
command button
10. Keyboard shortcut to Save All
AutoSize = True
Ctrl-Shift-s
Console.WriteLine(message)
label
11. A description on an algorithm similar to a computer language.
BorderStyle = Fixed3D
F5
method
Pseudocode
12. Subroutine that returns a value
Function
procedure header
to lower
Properties
13. The proper syntax when using a message dialog box
IntelliSense
assignment statement
WindowsApplication (followed by a number)
MessageBox.Show("Hi there")
14. What you see and interact with when using an application
Dim (short for Dimension)
User interface
controltovalidate
Toolbox - Containers - TableLayoutPanel
15. A word that has special meaning in a programming language
F5
Console.WriteLine("")
solution
Keyword
16. Another name for a program
Ctrl-F5
decision
Application
analysis
17. __________________________ is a pattern or blueprint for creating an object.
a program
assignment statement
frmMyFirstForm
A class
18. When the user clicks a button __________ is raised.
encapsulation
Button control
event
executable file
19. Zero or more characters enclosed in quotation marks
Solution Explorer
String
sleep
event
20. Equal sign
AutoSize = True
'
Button control
Assignment operator
21. An instruction that assigns a value to something such as a property of an object
Not
parameters
assignment statement
Dock = Fill
22. Get a box for loading a picture into a form
namespace
Properties
Toolbox - Common Controls - PictureBox
Properties
23. The attributes of an object that control the object's appearance and behavior
Toolbox - Containers - FlowLayoutPanel
calendar
executable file
Properties
24. You use _______________ case for control names.
F5
camel
Text
Microsoft.net
25. The ___ object should be used to ensure that the user enters data in a field .
exitButtol1 System.Windows.Forms.Button
IDE
requiredfieldvalidator
caption
26. The window that displays a list of the projects contained in the current solution and the items contained in each project.
event
method
Solution Explorer Window
Me.Close( )
27. 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.
exitButtol1 System.Windows.Forms.Button
label
a program
WindowsApplication (followed by a number)
28. A group of classes or modules
start/stop
namespace
form
Button control
29. Loop to repeat a code block for a specified number of times
class
sequence
analysis
For...Next
30. Member of a class that provides access to class data in a controlled manner
ColumnSpan = 2
namespace
property
procedure footer
31. Keyboard shortcut to run a program without debugging
object
Ctrl-F5
user interface
get and set accessors
32. Assigns a value to a variable or property of a control
assignment statement
Microsoft.net
Console.WriteLine("")
While
33. Can be run outside of visual studio 2005 has file extension of .exe
A class
executable file
For...Next
IntelliSense
34. The real title of a button
command button
Button control
Console.WriteLine("")
ID
35. In object-oriented programming anything that can be seen or touched or used
object
Properties
Me.Close( )
controls
36. Property to have controls appear in Flow Layout Panel justified = right
Dock = Fill
FlowDirector = RightToLeft
object
assembly
37. The ___ property of a checkbox indicates where a checkbox has been checked.
checked
start/stop
ID
concatenation
38. Actions to which an object can respond (such as a click)
For...Next
requiredfieldvalidator
Button control
event
39. To end an application when a button is clicked you enter the instruction in the button's click event procedure.
Me.Close()
camel
'
frmMyFirstForm
40. Declare a new variable
Dim (short for Dimension)
input/output
Boolean
GUI
41. An application calculates and displays a sales tax amount. The application should display the calculated amount in a control.
Button control
label
assembly
Assignment operator
42. Property to display an empty frame when a Picture Box is empty
Tab index
BorderStyle = Fixed3D
label
Solution Explorer Window
43. The three main logical operators are And - Or and _______
IntelliSense
Not
Pseudocode
a program
44. Property to size buttons in a Flow Layout Panel to the text labels on them
AutoSize = True
FlowDirector = RightToLeft
The Properties window
Auto Hide
45. You use the window to set the characteristics that control an object's appearance and behavior.
Ctrl-Shift-s
a program
Button control
Properties
46. Get component to create a form inside of a table
checked
Toolbox - Containers - TableLayoutPanel
events
Not
47. Property to merge two cells in a table
assignment statement
IDE
ColumnSpan = 2
Dim message As String
48. When a form has been modified since the last time it was saved appears on its tab in the designer window
assignment operator
frmMyFirstForm
an asterisk (*)
procedure header
49. The ___ object shows the days organized by month relevant to the year.
events
solution
requiredfieldvalidator
calendar
50. Framework 2.0 a platform on which you create applications
namespace
While
Microsoft.net
analysis