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. Loop to repeat a code block for a specified number of times
Auto Hide
controltovalidate
For...Next
FlowDirector = RightToLeft
2. In VB you first create the ________
concatenation
Ctrl-Shift-s
Auto Hide
user interface
3. Integrated development environment
format exception
Microsoft.net
IDE
requiredfieldvalidator
4. The diamond flowchart symbol represents ______
camel
Boolean
WindowsApplication (followed by a number)
decision
5. You use _______________ case for control names.
sleep
Console.WriteLine("")
camel
Toolbox - Containers - TableLayoutPanel
6. Are found in the toolbox
exitButtol1 System.Windows.Forms.Button
object
controls
Properties
7. The "rectangle with rounded sides" flowchart symbol represents ______
MessageBox.Show("Hi there")
requiredfieldvalidator
concatenation
start/stop
8. When the user clicks a button __________ is raised.
Properties
sleep
event
ID
9. Graphical User Interface
executable file
GUI
Class definition
input/output
10. Write the value of a string variable called "message" on the command line
to lower
caption
Console.WriteLine(message)
.vb
11. Program instructions
code
exitButtol1 System.Windows.Forms.Button
FlowDirector = RightToLeft
'
12. Automatically inserting text and words that have similar meaning to those currently being entered by the programmer
WindowsApplication (followed by a number)
start/stop
Console.WriteLine(message)
IntelliSense
13. 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
camel
The Properties window
Function
14. This feature in Visual Basic allows you to make more room on your screen by temporarily minimizing certain windows
sleep
caption
sequence
Auto Hide
15. Actions to which an object can respond (such as a click)
Dock = Fill
F5
event
Me.Close( )
16. The text of a label or a button that appears on the form
Toolbox - Common Controls - PictureBox
For...Next
calendar
caption
17. Property to display "My Form" in the title bar of a form
Text = My Form
For...Next
decision
label
18. The three main logical operators are And - Or and _______
Not
CheckedChanged
caption
camel
19. Property to stretch an image to fill the size of the form
Camel case
Size Mode = StretchImage
sleep
Me.Close()
20. An object (such as a button)
class
event
control
Assignment operator
21. Property to have a table fill the entire form
MessageBox.Show("Hi there")
event
Boolean
Dock = Fill
22. The window lists the projects and files included in a solution
'
F8
Console.WriteLine(message)
Solution Explorer
23. What VB calls a window or a screen
Dim message As String
form
input/output
AutoSize = True
24. Zero or more characters enclosed in quotation marks
get and set accessors
String
Application
Toolbox - Containers - FlowLayoutPanel
25. An instruction that assigns a value to something such as a property of an object
assignment statement
controls
Function
Dim (short for Dimension)
26. The ___ information screen contains values that include the program name & description & company & product and copyright date.
assembly
double click on it
While
Dim (short for Dimension)
27. The ___ object shows the days organized by month relevant to the year.
calendar
Me.Close()
F8
Solution Explorer
28. A group of classes or modules
Application
sequence
input/output
namespace
29. Property to display an empty frame when a Picture Box is empty
String
Toolbox - Containers - TableLayoutPanel
BorderStyle = Fixed3D
Ctrl-F5
30. Subroutine that returns a value
ColumnSpan = 2
checked
user interface
Function
31. Get component to add multiple controls to a table cell
event
operators
Toolbox - Containers - FlowLayoutPanel
BorderStyle = Fixed3D
32. Declare a new variable
Dim (short for Dimension)
form
IDE
procedure footer
33. The ___ object should be used to ensure that the user enters data in a field .
GUI
requiredfieldvalidator
start/stop
operators
34. Property to merge two cells in a table
ColumnSpan = 2
String
class
input/output
35. The circle flowchart symbol represents ______
decision
MessageBox.Show("Hi there")
CheckedChanged
object
36. 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)
method
analysis
sleep
37. 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
solution
Dock = Fill
Camel case
code
38. Closes the the current form
Me.Close( )
sleep
Solution Explorer
'
39. The = symbol
User interface
Application
assignment operator
Tab index
40. What you see and interact with when using an application
User interface
Keyword
assignment statement
double click on it
41. A is a container that stores the projects and files for an entire application.
format exception
get and set accessors
Ctrl-F5
solution
42. The joining of two strings together to form a new string is called _______
sequence
concatenation
code editor window
Ctrl-Shift-s
43. Conditions can involve variables - _________ and functions
Camel case
code
A class
operators
44. The proper syntax when using a message dialog box
MessageBox.Show("Hi there")
label
procedure header
The Properties window
45. Last line of a procedure. (end sub.)
Assignment operator
procedure footer
start/stop
camel
46. Equal sign
Assignment operator
F8
Solution Explorer Window
procedure header
47. Visual Basic code file extension
.vb
Size Mode = StretchImage
Console.WriteLine(message)
decision
48. A block of code that specifies (or defines) the appearance and behaviors of an object
event
Shift-Alt-Enter
sleep
Class definition
49. The default event procedure for a check box is __________
Text = My Form
While
Console.WriteLine(message)
CheckedChanged
50. To end an application when a button is clicked you enter the instruction in the button's click event procedure.
operators
While
Camel case
Me.Close()