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. Write the value of a string variable called "message" on the command line
frmMyFirstForm
Not
Console.WriteLine(message)
property
2. Get component to add multiple controls to a table cell
format exception
namespace
Toolbox - Containers - FlowLayoutPanel
sequence
3. Loop to repeat a code block for a specified number of times
For...Next
Microsoft.net
sequence
method
4. A control that performs an immediate action when clicked
procedure footer
Button control
For...Next
Pascal case
5. Begins with keyword Private. procedure name includes object name and event name. handle cause indicates for which objects events this code will execute.
Dim message As String
procedure header
A class
Dock = Fill
6. Write a blank line on the command line
get and set accessors
Console.WriteLine("")
parameters
Solution Explorer
7. The window that displays a list of the projects contained in the current solution and the items contained in each project.
decision
ColumnSpan = 2
Solution Explorer Window
F8
8. A ___ procedure completes its task and returns a value of a specified data type
function
CheckedChanged
label
F8
9. The ___ information screen contains values that include the program name & description & company & product and copyright date.
an asterisk (*)
controls
assembly
While
10. The keyboard shortcut used to activate the Properties window.
F5
label
object
Me.Close()
11. You use _______________ case for control names.
caption
Console.WriteLine("")
camel
Size Mode = StretchImage
12. Property to have a table fill the entire form
Dock = Fill
.vb
While
code editor window
13. The default event procedure for a check box is __________
CheckedChanged
F5
Dim message As String
assembly
14. A word that has special meaning in a programming language
.vb
Keyword
Not
command button
15. The three basic types of statement structures: decision - _______ - loop
sequence
an asterisk (*)
solution
Shift-Alt-Enter
16. This property of controls tells the oreder they receive the focus when the tab key is pressed during run time
Toolbox - Containers - TableLayoutPanel
MessageBox.Show("Hi there")
For...Next
Tab index
17. A group of classes or modules
IntelliSense
namespace
Console.WriteLine(message)
function
18. Property to display an empty frame when a Picture Box is empty
Application
BorderStyle = Fixed3D
start/stop
IntelliSense
19. Four names for subprograms: subroutine - procedure - ____ - function
Class definition
camel
MessageBox.Show("Hi there")
method
20. When the user clicks a button __________ is raised.
exitButtol1 System.Windows.Forms.Button
event
encapsulation
object
21. Get component to create a form inside of a table
code editor window
WindowsApplication (followed by a number)
encapsulation
Toolbox - Containers - TableLayoutPanel
22. Subroutine that returns a value
Assignment operator
Auto Hide
Function
controltovalidate
23. Expression that compares values and returns a true or false result
code editor window
Boolean
double click on it
F8
24. The window lists the projects and files included in a solution
Solution Explorer
Shift-Alt-Enter
frmMyFirstForm
Microsoft.net
25. An object (such as a button)
Text = My Form
control
Me.Close( )
.vb
26. The diamond flowchart symbol represents ______
procedure footer
Keyword
decision
Boolean
27. Integrated development environment
calendar
sequence
IDE
function
28. The joining of two strings together to form a new string is called _______
String
Button control
concatenation
Toolbox - Containers - FlowLayoutPanel
29. Used to change how objects look and feel
form
The Properties window
double click on it
Me.Close()
30. An instruction that assigns a value to something such as a property of an object
get and set accessors
assignment statement
WindowsApplication (followed by a number)
code editor window
31. Values (or variable values) passed to a subprogram when you call or invoke it
parameters
function
Dim (short for Dimension)
event
32. The ___ method converts a string to lower case letters.
String
events
to lower
The Properties window
33. A property provides access to class data in a controlled manner through these
get and set accessors
Me.Close( )
AutoSize = True
code
34. Equal sign
Assignment operator
Not
solution
MessageBox.Show("Hi there")
35. The circle flowchart symbol represents ______
sequence
decision
Dock = Fill
exitButtol1 System.Windows.Forms.Button
36. A description on an algorithm similar to a computer language.
Pseudocode
executable file
Console.WriteLine(message)
AutoSize = True
37. The ___ property of a checkbox indicates where a checkbox has been checked.
Camel case
label
sleep
checked
38. 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)
events
label
event
39. Keyboard shortcut to Save All
event
operators
Not
Ctrl-Shift-s
40. Visual Basic code file extension
.vb
requiredfieldvalidator
an asterisk (*)
namespace
41. Use of properties to control access to class data
Solution Explorer Window
a program
get and set accessors
encapsulation
42. __________________________ is a pattern or blueprint for creating an object.
Pseudocode
A class
ColumnSpan = 2
'
43. Declare a new variable
calendar
Tab index
Dim (short for Dimension)
form
44. Property to stretch an image to fill the size of the form
executable file
sleep
IDE
Size Mode = StretchImage
45. This feature in Visual Basic allows you to make more room on your screen by temporarily minimizing certain windows
Auto Hide
Dim message As String
F5
start/stop
46. Assume an application needs to calculate and display a sales tax amount. The application should display the calculated amount in a _________________ control.
While
get and set accessors
label
frmMyFirstForm
47. You use the window to set the characteristics that control an object's appearance and behavior.
Function
Keyword
label
Properties
48. The ___ property contains the name of the object to be validated when using any of the validation objects on a web form.
controltovalidate
Boolean
Function
label
49. Using the ___ procedure will cause the application to wait a specific amount of time.
Microsoft.net
While
sleep
to lower
50. Property to size buttons in a Flow Layout Panel to the text labels on them
assembly
get and set accessors
AutoSize = True
concatenation