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. __________________________ is a pattern or blueprint for creating an object.
event
A class
WindowsApplication (followed by a number)
User interface
2. When the user clicks a button __________ is raised.
event
FlowDirector = RightToLeft
ID
sequence
3. Actions to which an object can respond (such as a click)
namespace
event
concatenation
Solution Explorer Window
4. The ___ property contains the name of the object to be validated when using any of the validation objects on a web form.
controltovalidate
Microsoft.net
event
assignment operator
5. A is a container that stores the projects and files for an entire application.
controls
Application
Text
solution
6. The ___ property of a checkbox indicates where a checkbox has been checked.
caption
Class definition
checked
Pascal case
7. A group of classes or modules
an asterisk (*)
concatenation
requiredfieldvalidator
namespace
8. 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?
Function
sleep
Dim message As String
WindowsApplication (followed by a number)
9. This feature in Visual Basic allows you to make more room on your screen by temporarily minimizing certain windows
Size Mode = StretchImage
Auto Hide
Tab index
Button control
10. Framework 2.0 a platform on which you create applications
Microsoft.net
Camel case
assignment operator
Not
11. Conditions can involve variables - _________ and functions
.vb
Text = My Form
operators
User interface
12. The text that appears on the face of a button control is stored in the control's ___________________ property.
label
Tab index
Text
code
13. An object (such as a button)
User interface
executable file
procedure header
control
14. Member of a class that provides access to class data in a controlled manner
property
solution
Toolbox - Containers - TableLayoutPanel
F5
15. A pattern or blueprint that the computer uses to create an object.
Toolbox - Containers - FlowLayoutPanel
'
Keyword
class
16. The circle flowchart symbol represents ______
Me.Close()
Shift-Alt-Enter
decision
to lower
17. The three main logical operators are And - Or and _______
Boolean
sleep
CheckedChanged
Not
18. What you see and interact with when using an application
User interface
FlowDirector = RightToLeft
analysis
WindowsApplication (followed by a number)
19. Integrated development environment
encapsulation
frmMyFirstForm
controls
IDE
20. Enter a comment or remark
21. A ___ procedure completes its task and returns a value of a specified data type
function
ID
A class
Not
22. Last line of a procedure. (end sub.)
procedure footer
command button
Toolbox - Common Controls - PictureBox
String
23. A word that has special meaning in a programming language
code editor window
get and set accessors
solution
Keyword
24. The window in which you enter your application's code
Keyword
.vb
code editor window
command button
25. The three basic types of statement structures: decision - _______ - loop
user interface
sequence
command button
caption
26. A description on an algorithm similar to a computer language.
assignment statement
Pascal case
Pseudocode
Toolbox - Containers - FlowLayoutPanel
27. The window lists the projects and files included in a solution
Keyword
control
event
Solution Explorer
28. The set of directions given to a computer is called _____
Toolbox - Containers - FlowLayoutPanel
a program
F5
command button
29. Property to stretch an image to fill the size of the form
Application
sleep
Size Mode = StretchImage
analysis
30. Expression that compares values and returns a true or false result
input/output
Ctrl-Shift-s
Boolean
Dock = Fill
31. Keyboard shortcut to Save All
Ctrl-Shift-s
Me.Close( )
format exception
event
32. Write a blank line on the command line
Me.Close( )
Keyword
to lower
Console.WriteLine("")
33. Use of properties to control access to class data
encapsulation
start/stop
FlowDirector = RightToLeft
operators
34. Property to display "My Form" in the title bar of a form
Text = My Form
object
solution
event
35. What VB calls a window or a screen
form
camel
Function
Dim message As String
36. View the code associated with a form or control in design view
checked
double click on it
label
to lower
37. When a form has been modified since the last time it was saved appears on its tab in the designer window
namespace
procedure footer
an asterisk (*)
event
38. The joining of two strings together to form a new string is called _______
concatenation
Dim (short for Dimension)
Function
Toolbox - Common Controls - PictureBox
39. The = symbol
'
assignment operator
start/stop
IntelliSense
40. In object-oriented programming anything that can be seen or touched or used
events
object
namespace
Solution Explorer Window
41. Declare a new variable
Dim (short for Dimension)
Not
The Properties window
Console.WriteLine(message)
42. Keyboard shortcut to step through line by line
to lower
F5
parameters
F8
43. Used to change how objects look and feel
The Properties window
format exception
Toolbox - Containers - FlowLayoutPanel
Not
44. Get component to add multiple controls to a table cell
Size Mode = StretchImage
frmMyFirstForm
label
Toolbox - Containers - FlowLayoutPanel
45. 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)
String
For...Next
checked
Pascal case
46. The "rectangle with rounded sides" flowchart symbol represents ______
checked
start/stop
label
decision
47. The real title of a button
BorderStyle = Fixed3D
requiredfieldvalidator
command button
camel
48. The window that displays a list of the projects contained in the current solution and the items contained in each project.
events
Solution Explorer Window
method
User interface
49. A container that stores the projects and files for an entire application
.vb
solution
Auto Hide
Application
50. Get component to create a form inside of a table
CheckedChanged
sleep
A class
Toolbox - Containers - TableLayoutPanel