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. 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.
Console.WriteLine(message)
Class definition
exitButtol1 System.Windows.Forms.Button
While
2. Property to stretch an image to fill the size of the form
Size Mode = StretchImage
F5
Shift-Alt-Enter
Dim message As String
3. A pattern or blueprint that the computer uses to create an object.
Boolean
GUI
class
user interface
4. The three main logical operators are And - Or and _______
Not
CheckedChanged
Dim message As String
encapsulation
5. Assigns a value to a variable or property of a control
double click on it
assignment statement
Toolbox - Common Controls - PictureBox
sequence
6. Use of properties to control access to class data
encapsulation
code
.vb
Button control
7. Framework 2.0 a platform on which you create applications
For...Next
Microsoft.net
input/output
analysis
8. Loop to repeat a code block for a specified number of times
event
Properties
For...Next
code editor window
9. A group of classes or modules
double click on it
String
namespace
For...Next
10. The ___ property of a button object contains the name of the button.
Me.Close( )
requiredfieldvalidator
ID
events
11. The ___ property contains the name of the object to be validated when using any of the validation objects on a web form.
command button
function
controltovalidate
control
12. An application calculates and displays a sales tax amount. The application should display the calculated amount in a control.
GUI
label
input/output
F5
13. Property to merge two cells in a table
executable file
ColumnSpan = 2
Text = My Form
Pseudocode
14. Expression that compares values and returns a true or false result
control
Boolean
User interface
user interface
15. Example of camel notation
frmMyFirstForm
parameters
Properties
Ctrl-F5
16. Write the value of a string variable called "message" on the command line
Console.WriteLine(message)
ColumnSpan = 2
decision
Me.Close( )
17. The three basic types of statement structures: decision - _______ - loop
sequence
Application
calendar
Ctrl-Shift-s
18. An object (such as a button)
control
Keyword
The Properties window
CheckedChanged
19. The = symbol
assignment operator
event
Camel case
executable file
20. Used to change how objects look and feel
controls
.vb
The Properties window
Class definition
21. Get component to add multiple controls to a table cell
For...Next
Toolbox - Containers - FlowLayoutPanel
Pseudocode
F8
22. Graphical User Interface
GUI
assembly
event
F8
23. Program instructions
Console.WriteLine(message)
concatenation
label
code
24. Integrated development environment
sequence
IDE
controltovalidate
an asterisk (*)
25. The "rectangle with rounded sides" flowchart symbol represents ______
exitButtol1 System.Windows.Forms.Button
Auto Hide
start/stop
ColumnSpan = 2
26. You use _______________ case for control names.
Pseudocode
event
camel
requiredfieldvalidator
27. The default event procedure for a check box is __________
FlowDirector = RightToLeft
CheckedChanged
an asterisk (*)
parameters
28. Keyboard shortcut to make Form Design window full screen
MessageBox.Show("Hi there")
property
The Properties window
Shift-Alt-Enter
29. Property to display "My Form" in the title bar of a form
requiredfieldvalidator
frmMyFirstForm
Text = My Form
form
30. Zero or more characters enclosed in quotation marks
procedure header
String
AutoSize = True
label
31. Equal sign
Camel case
Assignment operator
Keyword
Pascal case
32. An instruction that assigns a value to something such as a property of an object
assignment statement
requiredfieldvalidator
command button
Dim message As String
33. The attributes of an object that control the object's appearance and behavior
class
String
Properties
encapsulation
34. Get component to create a form inside of a table
Pascal case
Toolbox - Containers - TableLayoutPanel
Keyword
method
35. A container that stores the projects and files for an entire application
user interface
label
solution
concatenation
36. 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
executable file
AutoSize = True
parameters
Camel case
37. The keyboard shortcut used to activate the Properties window.
IntelliSense
caption
A class
F5
38. View the code associated with a form or control in design view
Class definition
double click on it
get and set accessors
Boolean
39. Visual Basic code file extension
ColumnSpan = 2
.vb
F5
IntelliSense
40. Values (or variable values) passed to a subprogram when you call or invoke it
label
property
CheckedChanged
parameters
41. A is a container that stores the projects and files for an entire application.
F8
solution
function
controls
42. Member of a class that provides access to class data in a controlled manner
property
format exception
Camel case
Me.Close()
43. Declare a new variable
solution
Dim (short for Dimension)
method
A class
44. 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)
Pascal case
decision
to lower
calendar
45. The diamond flowchart symbol represents ______
Pascal case
Toolbox - Containers - TableLayoutPanel
decision
controltovalidate
46. The set of directions given to a computer is called _____
Console.WriteLine("")
object
a program
Class definition
47. What you see and interact with when using an application
requiredfieldvalidator
encapsulation
.vb
User interface
48. Are found in the toolbox
caption
user interface
controls
MessageBox.Show("Hi there")
49. Last line of a procedure. (end sub.)
Text
Solution Explorer Window
camel
procedure footer
50. When the user clicks a button __________ is raised.
solution
Shift-Alt-Enter
event
assignment statement