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. Property to display "My Form" in the title bar of a form
Text = My Form
property
solution
start/stop
2. Property to have a table fill the entire form
The Properties window
to lower
Dock = Fill
Text = My Form
3. 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
Ctrl-F5
an asterisk (*)
Microsoft.net
4. The ___ exception type occurs when a variable is converted to another data type that is not possible.
namespace
Properties
format exception
While
5. Get component to add multiple controls to a table cell
Toolbox - Containers - FlowLayoutPanel
assignment statement
Console.WriteLine("")
Boolean
6. When the user clicks a button __________ is raised.
requiredfieldvalidator
event
Class definition
FlowDirector = RightToLeft
7. You use the window to set the characteristics that control an object's appearance and behavior.
Me.Close( )
Properties
Text
sleep
8. The circle flowchart symbol represents ______
to lower
class
event
decision
9. In VB you first create the ________
object
user interface
BorderStyle = Fixed3D
Dim message As String
10. This feature in Visual Basic allows you to make more room on your screen by temporarily minimizing certain windows
Dock = Fill
sleep
frmMyFirstForm
Auto Hide
11. Values (or variable values) passed to a subprogram when you call or invoke it
parameters
Boolean
start/stop
Camel case
12. The joining of two strings together to form a new string is called _______
concatenation
event
Toolbox - Common Controls - PictureBox
object
13. A pattern or blueprint that the computer uses to create an object.
Me.Close()
operators
requiredfieldvalidator
class
14. The ___ object should be used to ensure that the user enters data in a field .
requiredfieldvalidator
AutoSize = True
procedure header
For...Next
15. Keyboard shortcut to Save All
ID
Console.WriteLine("")
code
Ctrl-Shift-s
16. A description on an algorithm similar to a computer language.
calendar
Console.WriteLine(message)
Microsoft.net
Pseudocode
17. The text that appears on the face of a button control is stored in the control's ___________________ property.
decision
MessageBox.Show("Hi there")
For...Next
Text
18. Automatically inserting text and words that have similar meaning to those currently being entered by the programmer
assignment operator
Microsoft.net
Console.WriteLine("")
IntelliSense
19. The set of directions given to a computer is called _____
Boolean
a program
Size Mode = StretchImage
Dim message As String
20. What you see and interact with when using an application
double click on it
User interface
A class
Keyword
21. Using the ___ procedure will cause the application to wait a specific amount of time.
decision
solution
sleep
FlowDirector = RightToLeft
22. Loop to repeat a code block for an uncertain number of times
Toolbox - Containers - FlowLayoutPanel
Not
While
A class
23. The = symbol
assignment operator
Camel case
operators
Toolbox - Containers - FlowLayoutPanel
24. Zero or more characters enclosed in quotation marks
encapsulation
Assignment operator
String
Application
25. A group of classes or modules
Boolean
Shift-Alt-Enter
event
namespace
26. The three basic types of statement structures: decision - _______ - loop
Me.Close()
start/stop
requiredfieldvalidator
sequence
27. Can be run outside of visual studio 2005 has file extension of .exe
executable file
Camel case
IDE
assignment statement
28. A block of code that specifies (or defines) the appearance and behaviors of an object
object
an asterisk (*)
Class definition
requiredfieldvalidator
29. The window in which you enter your application's code
code editor window
Shift-Alt-Enter
A class
Ctrl-F5
30. Get a box for loading a picture into a form
Boolean
Toolbox - Common Controls - PictureBox
method
concatenation
31. Expression that compares values and returns a true or false result
Properties
IntelliSense
user interface
Boolean
32. Property to stretch an image to fill the size of the form
Properties
Size Mode = StretchImage
Solution Explorer Window
property
33. Visual Basic code file extension
executable file
event
Assignment operator
.vb
34. An instruction that assigns a value to something such as a property of an object
BorderStyle = Fixed3D
executable file
Application
assignment statement
35. Write the value of a string variable called "message" on the command line
format exception
CheckedChanged
Console.WriteLine(message)
Dock = Fill
36. Used to change how objects look and feel
F5
input/output
The Properties window
String
37. An application calculates and displays a sales tax amount. The application should display the calculated amount in a control.
Ctrl-Shift-s
assignment operator
WindowsApplication (followed by a number)
label
38. Loop to repeat a code block for a specified number of times
String
Properties
Button control
For...Next
39. Assume an application needs to calculate and display a sales tax amount. The application should display the calculated amount in a _________________ control.
sleep
form
label
F5
40. Property to have controls appear in Flow Layout Panel justified = right
Tab index
FlowDirector = RightToLeft
String
Dim (short for Dimension)
41. What VB calls a window or a screen
Properties
analysis
label
form
42. The ___ object shows the days organized by month relevant to the year.
camel
While
calendar
exitButtol1 System.Windows.Forms.Button
43. Begins with keyword Private. procedure name includes object name and event name. handle cause indicates for which objects events this code will execute.
Text = My Form
camel
requiredfieldvalidator
procedure header
44. The parallelogram flowchart symbol represents _______
input/output
User interface
Camel case
Application
45. Assigns a value to a variable or property of a control
user interface
assignment statement
executable file
solution
46. The proper syntax when using a message dialog box
MessageBox.Show("Hi there")
operators
camel
code
47. The window lists the projects and files included in a solution
procedure header
calendar
F5
Solution Explorer
48. A control that performs an immediate action when clicked
code editor window
Button control
Dock = Fill
parameters
49. To end an application when a button is clicked you enter the instruction in the button's click event procedure.
Me.Close()
solution
ColumnSpan = 2
Properties
50. The "rectangle with rounded sides" flowchart symbol represents ______
exitButtol1 System.Windows.Forms.Button
decision
sleep
start/stop