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. Program instructions
Not
label
checked
code
2. A control that performs an immediate action when clicked
F8
assignment statement
Button control
Dim (short for Dimension)
3. 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)
Keyword
BorderStyle = Fixed3D
Console.WriteLine(message)
4. The text of a label or a button that appears on the form
Function
Class definition
Tab index
caption
5. Visual Basic code file extension
frmMyFirstForm
Tab index
.vb
decision
6. Another name for a program
double click on it
Application
Me.Close()
Dim (short for Dimension)
7. The window that displays a list of the projects contained in the current solution and the items contained in each project.
method
Solution Explorer Window
form
Dock = Fill
8. Declare a new variable
Toolbox - Common Controls - PictureBox
to lower
events
Dim (short for Dimension)
9. Are found in the toolbox
method
sleep
controls
caption
10. The default event procedure for a check box is __________
CheckedChanged
user interface
decision
caption
11. The ___ exception type occurs when a variable is converted to another data type that is not possible.
Boolean
calendar
format exception
events
12. Member of a class that provides access to class data in a controlled manner
object
assembly
start/stop
property
13. Graphical User Interface
start/stop
GUI
Auto Hide
event
14. 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)
Console.WriteLine(message)
command button
Pascal case
Text
15. Closes the the current form
start/stop
Me.Close( )
Keyword
procedure footer
16. A pattern or blueprint that the computer uses to create an object.
class
Tab index
executable file
Boolean
17. The ___ method converts a string to lower case letters.
to lower
MessageBox.Show("Hi there")
solution
encapsulation
18. The parallelogram flowchart symbol represents _______
'
AutoSize = True
namespace
input/output
19. The ___ property of a checkbox indicates where a checkbox has been checked.
frmMyFirstForm
Solution Explorer Window
checked
IDE
20. Keyboard shortcut to make Form Design window full screen
user interface
Shift-Alt-Enter
Toolbox - Common Controls - PictureBox
Function
21. A block of code that specifies (or defines) the appearance and behaviors of an object
Me.Close()
Keyword
Class definition
command button
22. Property to size buttons in a Flow Layout Panel to the text labels on them
While
assembly
AutoSize = True
Me.Close( )
23. The diamond flowchart symbol represents ______
Not
sleep
decision
event
24. The real title of a button
Microsoft.net
command button
String
concatenation
25. The proper syntax when using a message dialog box
procedure footer
MessageBox.Show("Hi there")
F8
label
26. 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
Text = My Form
MessageBox.Show("Hi there")
Camel case
input/output
27. An application calculates and displays a sales tax amount. The application should display the calculated amount in a control.
label
control
Text
input/output
28. Integrated development environment
While
IDE
Text
requiredfieldvalidator
29. Last line of a procedure. (end sub.)
user interface
Auto Hide
procedure footer
ID
30. The attributes of an object that control the object's appearance and behavior
Properties
Size Mode = StretchImage
solution
code
31. Enter a comment or remark
Warning
: Invalid argument supplied for foreach() in
/var/www/html/basicversity.com/show_quiz.php
on line
183
32. A ___ procedure completes its task and returns a value of a specified data type
concatenation
function
events
Pascal case
33. View the code associated with a form or control in design view
double click on it
'
Application
Properties
34. Zero or more characters enclosed in quotation marks
WindowsApplication (followed by a number)
Me.Close()
Toolbox - Containers - TableLayoutPanel
String
35. Declare a string variable called message
Dim message As String
Toolbox - Containers - FlowLayoutPanel
events
Tab index
36. The ___ property contains the name of the object to be validated when using any of the validation objects on a web form.
controltovalidate
command button
IntelliSense
method
37. Property to display "My Form" in the title bar of a form
Toolbox - Containers - FlowLayoutPanel
Application
label
Text = My Form
38. What you see and interact with when using an application
GUI
executable file
User interface
class
39. Property to stretch an image to fill the size of the form
Pascal case
Size Mode = StretchImage
F5
parameters
40. 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
class
assignment operator
BorderStyle = Fixed3D
41. The proper order of procedures used in the problem-solving process: _______ - design - coding - testing
Tab index
F8
analysis
Text = My Form
42. Equal sign
F5
Class definition
encapsulation
Assignment operator
43. The keyboard shortcut used to activate the Properties window.
Keyword
ID
For...Next
F5
44. Begins with keyword Private. procedure name includes object name and event name. handle cause indicates for which objects events this code will execute.
Dock = Fill
a program
procedure header
solution
45. Property to have controls appear in Flow Layout Panel justified = right
a program
label
FlowDirector = RightToLeft
ColumnSpan = 2
46. A is a container that stores the projects and files for an entire application.
namespace
a program
solution
Dock = Fill
47. The circle flowchart symbol represents ______
events
F5
decision
to lower
48. Actions such as clicking & double-clicking and scrolling are called _________
assignment operator
events
get and set accessors
parameters
49. Keyboard shortcut to step through line by line
Button control
F8
A class
User interface
50. The three basic types of statement structures: decision - _______ - loop
sequence
double click on it
Size Mode = StretchImage
Tab index