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 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)
label
Pascal case
Ctrl-Shift-s
analysis
2. What VB calls a window or a screen
Tab index
Solution Explorer Window
user interface
form
3. The ___ property of a button object contains the name of the button.
ID
Ctrl-Shift-s
procedure footer
Pascal case
4. The "rectangle with rounded sides" flowchart symbol represents ______
Boolean
event
start/stop
get and set accessors
5. Using the ___ procedure will cause the application to wait a specific amount of time.
caption
Keyword
sleep
assembly
6. __________________________ is a pattern or blueprint for creating an object.
A class
class
Toolbox - Containers - FlowLayoutPanel
camel
7. You use _______________ case for control names.
camel
function
Auto Hide
parameters
8. Declare a new variable
String
label
encapsulation
Dim (short for Dimension)
9. Closes the the current form
Me.Close( )
.vb
a program
Shift-Alt-Enter
10. 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.
assignment operator
exitButtol1 System.Windows.Forms.Button
'
Dim (short for Dimension)
11. Subroutine that returns a value
Function
Microsoft.net
User interface
CheckedChanged
12. Integrated development environment
IDE
For...Next
While
Boolean
13. When the user clicks a button __________ is raised.
assignment operator
event
Properties
While
14. Keyboard shortcut to step through line by line
Toolbox - Common Controls - PictureBox
events
F8
function
15. A pattern or blueprint that the computer uses to create an object.
class
double click on it
Solution Explorer Window
Me.Close( )
16. Property to size buttons in a Flow Layout Panel to the text labels on them
AutoSize = True
Properties
Button control
ColumnSpan = 2
17. An application calculates and displays a sales tax amount. The application should display the calculated amount in a control.
control
executable file
While
label
18. Are found in the toolbox
WindowsApplication (followed by a number)
format exception
controls
to lower
19. Conditions can involve variables - _________ and functions
operators
assembly
a program
encapsulation
20. When creating a new program in Visual Basic you are asked to supply a name for the program. If you do not specify a name a default name is used. What is the default name?
WindowsApplication (followed by a number)
Keyword
GUI
function
21. The keyboard shortcut used to activate the Properties window.
BorderStyle = Fixed3D
F5
Toolbox - Common Controls - PictureBox
FlowDirector = RightToLeft
22. The ___ property of a checkbox indicates where a checkbox has been checked.
double click on it
checked
Assignment operator
Properties
23. View the code associated with a form or control in design view
get and set accessors
double click on it
GUI
control
24. Property to have controls appear in Flow Layout Panel justified = right
Assignment operator
solution
FlowDirector = RightToLeft
object
25. An object (such as a button)
concatenation
control
Size Mode = StretchImage
a program
26. Write a blank line on the command line
Auto Hide
sleep
Dock = Fill
Console.WriteLine("")
27. Framework 2.0 a platform on which you create applications
MessageBox.Show("Hi there")
Microsoft.net
A class
CheckedChanged
28. Property to stretch an image to fill the size of the form
Button control
namespace
requiredfieldvalidator
Size Mode = StretchImage
29. Use of properties to control access to class data
Dock = Fill
camel
encapsulation
label
30. The real title of a button
'
command button
a program
Boolean
31. Used to change how objects look and feel
The Properties window
Keyword
executable file
ID
32. Declare a string variable called message
Dim message As String
Tab index
WindowsApplication (followed by a number)
Console.WriteLine(message)
33. Keyboard shortcut to make Form Design window full screen
CheckedChanged
Shift-Alt-Enter
command button
Dim message As String
34. The circle flowchart symbol represents ______
decision
Application
concatenation
encapsulation
35. 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
For...Next
assembly
Camel case
36. The three main logical operators are And - Or and _______
decision
label
F5
Not
37. Keyboard shortcut to run a program without debugging
Class definition
Ctrl-F5
sequence
code editor window
38. Another name for a program
Dock = Fill
sequence
Application
to lower
39. A is a container that stores the projects and files for an entire application.
Keyword
Class definition
solution
BorderStyle = Fixed3D
40. A property provides access to class data in a controlled manner through these
get and set accessors
Toolbox - Containers - FlowLayoutPanel
Toolbox - Containers - TableLayoutPanel
Auto Hide
41. The parallelogram flowchart symbol represents _______
controls
input/output
Ctrl-F5
sleep
42. This property of controls tells the oreder they receive the focus when the tab key is pressed during run time
form
Tab index
decision
User interface
43. The text of a label or a button that appears on the form
code
form
Text
caption
44. Expression that compares values and returns a true or false result
an asterisk (*)
decision
Boolean
decision
45. The text that appears on the face of a button control is stored in the control's ___________________ property.
Tab index
Text
calendar
object
46. Property to display "My Form" in the title bar of a form
F8
Text = My Form
event
Dim (short for Dimension)
47. Loop to repeat a code block for a specified number of times
For...Next
String
method
executable file
48. The practice of lowercasing the first word in an object's name and then uppercasing the first letter in each subsequent word in the name
command button
ColumnSpan = 2
String
Camel case
49. Program instructions
Ctrl-F5
code
Class definition
object
50. Write the value of a string variable called "message" on the command line
Keyword
controltovalidate
camel
Console.WriteLine(message)