SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
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. Member of a class that provides access to class data in a controlled manner
checked
property
label
solution
2. A property provides access to class data in a controlled manner through these
get and set accessors
caption
.vb
Application
3. The window that displays a list of the projects contained in the current solution and the items contained in each project.
sleep
to lower
Solution Explorer Window
Dim (short for Dimension)
4. When a form has been modified since the last time it was saved appears on its tab in the designer window
object
Toolbox - Common Controls - PictureBox
an asterisk (*)
Console.WriteLine("")
5. The diamond flowchart symbol represents ______
Dim message As String
ID
decision
label
6. The default event procedure for a check box is __________
CheckedChanged
GUI
WindowsApplication (followed by a number)
namespace
7. In object-oriented programming anything that can be seen or touched or used
assignment statement
events
object
method
8. Use of properties to control access to class data
Solution Explorer Window
encapsulation
label
Ctrl-F5
9. View the code associated with a form or control in design view
double click on it
object
encapsulation
assignment statement
10. Begins with keyword Private. procedure name includes object name and event name. handle cause indicates for which objects events this code will execute.
object
procedure header
a program
MessageBox.Show("Hi there")
11. A block of code that specifies (or defines) the appearance and behaviors of an object
Class definition
CheckedChanged
controltovalidate
Toolbox - Containers - FlowLayoutPanel
12. Graphical User Interface
assembly
Me.Close()
GUI
Toolbox - Containers - FlowLayoutPanel
13. The ___ object should be used to ensure that the user enters data in a field .
Solution Explorer
requiredfieldvalidator
F8
Pseudocode
14. This property of controls tells the oreder they receive the focus when the tab key is pressed during run time
Tab index
.vb
property
While
15. Last line of a procedure. (end sub.)
procedure footer
Size Mode = StretchImage
format exception
While
16. Property to merge two cells in a table
ColumnSpan = 2
control
Auto Hide
event
17. Get a box for loading a picture into a form
Toolbox - Containers - TableLayoutPanel
Toolbox - Common Controls - PictureBox
F8
sleep
18. The set of directions given to a computer is called _____
code
calendar
assembly
a program
19. The window lists the projects and files included in a solution
Toolbox - Containers - TableLayoutPanel
Solution Explorer
FlowDirector = RightToLeft
label
20. Assigns a value to a variable or property of a control
Size Mode = StretchImage
command button
assignment statement
Properties
21. Framework 2.0 a platform on which you create applications
Microsoft.net
code editor window
method
Button control
22. The proper order of procedures used in the problem-solving process: _______ - design - coding - testing
sleep
Pseudocode
analysis
Ctrl-Shift-s
23. Example of camel notation
frmMyFirstForm
IntelliSense
checked
Toolbox - Containers - FlowLayoutPanel
24. The text of a label or a button that appears on the form
method
assembly
caption
get and set accessors
25. Integrated development environment
assembly
IDE
control
GUI
26. The keyboard shortcut used to activate the Properties window.
Toolbox - Containers - FlowLayoutPanel
form
F5
assignment operator
27. Declare a new variable
Button control
format exception
Dim (short for Dimension)
assembly
28. Keyboard shortcut to step through line by line
F8
Toolbox - Containers - TableLayoutPanel
class
Pseudocode
29. The ___ property contains the name of the object to be validated when using any of the validation objects on a web form.
controltovalidate
user interface
F5
Toolbox - Common Controls - PictureBox
30. Loop to repeat a code block for an uncertain number of times
Not
exitButtol1 System.Windows.Forms.Button
While
Ctrl-F5
31. Property to have controls appear in Flow Layout Panel justified = right
Class definition
Text = My Form
a program
FlowDirector = RightToLeft
32. Expression that compares values and returns a true or false result
Boolean
BorderStyle = Fixed3D
F5
event
33. Conditions can involve variables - _________ and functions
class
operators
Pascal case
Dock = Fill
34. Values (or variable values) passed to a subprogram when you call or invoke it
parameters
User interface
The Properties window
procedure header
35. 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?
assembly
WindowsApplication (followed by a number)
BorderStyle = Fixed3D
'
36. A group of classes or modules
For...Next
Dim (short for Dimension)
Solution Explorer
namespace
37. Subroutine that returns a value
A class
While
controls
Function
38. Keyboard shortcut to Save All
Ctrl-Shift-s
form
camel
operators
39. 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.
Properties
user interface
exitButtol1 System.Windows.Forms.Button
assembly
40. Program instructions
F8
code
Toolbox - Containers - TableLayoutPanel
Properties
41. The window in which you enter your application's code
label
FlowDirector = RightToLeft
code editor window
namespace
42. Loop to repeat a code block for a specified number of times
For...Next
Class definition
CheckedChanged
caption
43. Actions such as clicking & double-clicking and scrolling are called _________
events
F5
start/stop
event
44. Write a blank line on the command line
Ctrl-F5
Console.WriteLine("")
controls
Dim (short for Dimension)
45. Property to stretch an image to fill the size of the form
sleep
controls
Size Mode = StretchImage
Camel case
46. You use the window to set the characteristics that control an object's appearance and behavior.
Me.Close()
FlowDirector = RightToLeft
Properties
AutoSize = True
47. Equal sign
namespace
procedure footer
GUI
Assignment operator
48. Property to size buttons in a Flow Layout Panel to the text labels on them
ColumnSpan = 2
Toolbox - Containers - FlowLayoutPanel
AutoSize = True
Ctrl-F5
49. Get component to create a form inside of a table
Ctrl-Shift-s
assembly
Toolbox - Containers - TableLayoutPanel
assignment statement
50. The ___ information screen contains values that include the program name & description & company & product and copyright date.
concatenation
solution
analysis
assembly