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 real title of a button
command button
Tab index
Toolbox - Common Controls - PictureBox
code
2. Actions to which an object can respond (such as a click)
Toolbox - Containers - FlowLayoutPanel
label
event
MessageBox.Show("Hi there")
3. Loop to repeat a code block for a specified number of times
For...Next
Toolbox - Containers - TableLayoutPanel
method
controls
4. Property to display "My Form" in the title bar of a form
analysis
Application
Text = My Form
Class definition
5. __________________________ is a pattern or blueprint for creating an object.
Dim message As String
CheckedChanged
Ctrl-Shift-s
A class
6. You use the window to set the characteristics that control an object's appearance and behavior.
GUI
FlowDirector = RightToLeft
Properties
a program
7. Last line of a procedure. (end sub.)
decision
concatenation
method
procedure footer
8. The ___ information screen contains values that include the program name & description & company & product and copyright date.
parameters
assembly
concatenation
start/stop
9. Property to have controls appear in Flow Layout Panel justified = right
FlowDirector = RightToLeft
method
object
String
10. A description on an algorithm similar to a computer language.
an asterisk (*)
events
Toolbox - Containers - TableLayoutPanel
Pseudocode
11. What VB calls a window or a screen
form
Tab index
FlowDirector = RightToLeft
GUI
12. Expression that compares values and returns a true or false result
control
Me.Close( )
CheckedChanged
Boolean
13. This property of controls tells the oreder they receive the focus when the tab key is pressed during run time
GUI
procedure footer
command button
Tab index
14. Example of camel notation
Size Mode = StretchImage
Console.WriteLine(message)
frmMyFirstForm
Text
15. 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.
Toolbox - Containers - FlowLayoutPanel
AutoSize = True
code editor window
exitButtol1 System.Windows.Forms.Button
16. What you see and interact with when using an application
event
User interface
code editor window
Me.Close()
17. Get component to create a form inside of a table
ColumnSpan = 2
F5
Toolbox - Containers - TableLayoutPanel
.vb
18. Used to change how objects look and feel
Pseudocode
control
encapsulation
The Properties window
19. A property provides access to class data in a controlled manner through these
get and set accessors
class
decision
Ctrl-F5
20. The ___ exception type occurs when a variable is converted to another data type that is not possible.
Application
controltovalidate
format exception
method
21. A ___ procedure completes its task and returns a value of a specified data type
get and set accessors
Size Mode = StretchImage
function
Dim message As String
22. Use of properties to control access to class data
encapsulation
code
controls
Dim message As String
23. The circle flowchart symbol represents ______
Text
decision
class
parameters
24. In object-oriented programming anything that can be seen or touched or used
object
control
Text = My Form
solution
25. A group of classes or modules
String
to lower
frmMyFirstForm
namespace
26. Property to stretch an image to fill the size of the form
.vb
Size Mode = StretchImage
CheckedChanged
analysis
27. Member of a class that provides access to class data in a controlled manner
ColumnSpan = 2
checked
property
ID
28. The window in which you enter your application's code
Auto Hide
String
code editor window
class
29. Using the ___ procedure will cause the application to wait a specific amount of time.
Function
sleep
to lower
Text = My Form
30. Get a box for loading a picture into a form
operators
analysis
method
Toolbox - Common Controls - PictureBox
31. Property to merge two cells in a table
event
calendar
Console.WriteLine("")
ColumnSpan = 2
32. Keyboard shortcut to step through line by line
Solution Explorer Window
assignment operator
F8
class
33. A control that performs an immediate action when clicked
Microsoft.net
Button control
label
A class
34. A block of code that specifies (or defines) the appearance and behaviors of an object
Class definition
Me.Close( )
object
Console.WriteLine("")
35. In VB you first create the ________
object
user interface
event
Console.WriteLine(message)
36. The diamond flowchart symbol represents ______
Console.WriteLine(message)
user interface
decision
FlowDirector = RightToLeft
37. This feature in Visual Basic allows you to make more room on your screen by temporarily minimizing certain windows
assignment operator
an asterisk (*)
String
Auto Hide
38. Write a blank line on the command line
GUI
F5
Console.WriteLine("")
double click on it
39. 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
Keyword
Me.Close()
calendar
40. A word that has special meaning in a programming language
Dock = Fill
Button control
Keyword
Properties
41. Property to size buttons in a Flow Layout Panel to the text labels on them
AutoSize = True
User interface
analysis
Size Mode = StretchImage
42. Keyboard shortcut to Save All
Boolean
Ctrl-Shift-s
BorderStyle = Fixed3D
label
43. The text of a label or a button that appears on the form
executable file
Assignment operator
caption
User interface
44. The ___ property of a button object contains the name of the button.
command button
ID
camel
Console.WriteLine("")
45. To end an application when a button is clicked you enter the instruction in the button's click event procedure.
Text = My Form
encapsulation
Me.Close()
a program
46. The keyboard shortcut used to activate the Properties window.
object
F5
assignment statement
format exception
47. Equal sign
Dim (short for Dimension)
Auto Hide
Assignment operator
checked
48. Program instructions
get and set accessors
label
controltovalidate
code
49. Enter a comment or remark
50. The window lists the projects and files included in a solution
assignment statement
label
Ctrl-F5
Solution Explorer