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. Integrated development environment
class
event
IDE
frmMyFirstForm
2. The ___ exception type occurs when a variable is converted to another data type that is not possible.
Text = My Form
Class definition
format exception
function
3. Keyboard shortcut to make Form Design window full screen
Shift-Alt-Enter
Ctrl-Shift-s
procedure header
decision
4. Zero or more characters enclosed in quotation marks
solution
String
User interface
BorderStyle = Fixed3D
5. When a form has been modified since the last time it was saved appears on its tab in the designer window
an asterisk (*)
events
Keyword
Console.WriteLine(message)
6. Actions such as clicking & double-clicking and scrolling are called _________
F8
Microsoft.net
events
Size Mode = StretchImage
7. Property to size buttons in a Flow Layout Panel to the text labels on them
AutoSize = True
operators
encapsulation
ColumnSpan = 2
8. To end an application when a button is clicked you enter the instruction in the button's click event procedure.
Me.Close()
Solution Explorer Window
controls
analysis
9. The text of a label or a button that appears on the form
Solution Explorer Window
caption
ColumnSpan = 2
solution
10. What you see and interact with when using an application
Dim (short for Dimension)
encapsulation
Me.Close()
User interface
11. A group of classes or modules
While
controltovalidate
namespace
User interface
12. __________________________ is a pattern or blueprint for creating an object.
A class
Dim message As String
parameters
input/output
13. The three basic types of statement structures: decision - _______ - loop
Properties
procedure footer
sequence
form
14. Property to display "My Form" in the title bar of a form
Keyword
Text
Text = My Form
solution
15. 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
Camel case
event
Dim message As String
Me.Close( )
16. A description on an algorithm similar to a computer language.
frmMyFirstForm
encapsulation
Pseudocode
requiredfieldvalidator
17. A property provides access to class data in a controlled manner through these
Pseudocode
get and set accessors
FlowDirector = RightToLeft
Toolbox - Containers - FlowLayoutPanel
18. What VB calls a window or a screen
method
Me.Close( )
form
FlowDirector = RightToLeft
19. Four names for subprograms: subroutine - procedure - ____ - function
class
object
code editor window
method
20. An object (such as a button)
Ctrl-Shift-s
solution
Keyword
control
21. Keyboard shortcut to run a program without debugging
Keyword
Microsoft.net
Ctrl-F5
class
22. Begins with keyword Private. procedure name includes object name and event name. handle cause indicates for which objects events this code will execute.
procedure header
namespace
assembly
assignment statement
23. Get component to create a form inside of a table
a program
Console.WriteLine("")
Toolbox - Containers - TableLayoutPanel
analysis
24. Actions to which an object can respond (such as a click)
procedure header
event
function
property
25. A block of code that specifies (or defines) the appearance and behaviors of an object
Class definition
The Properties window
code
property
26. In object-oriented programming anything that can be seen or touched or used
assignment operator
user interface
object
IDE
27. A pattern or blueprint that the computer uses to create an object.
Tab index
assembly
class
ColumnSpan = 2
28. Another name for a program
operators
encapsulation
Application
sleep
29. The proper syntax when using a message dialog box
Size Mode = StretchImage
Assignment operator
caption
MessageBox.Show("Hi there")
30. The text that appears on the face of a button control is stored in the control's ___________________ property.
Assignment operator
Text
Shift-Alt-Enter
Toolbox - Containers - FlowLayoutPanel
31. The parallelogram flowchart symbol represents _______
'
exitButtol1 System.Windows.Forms.Button
input/output
Function
32. Assume an application needs to calculate and display a sales tax amount. The application should display the calculated amount in a _________________ control.
label
String
Properties
Me.Close( )
33. Using the ___ procedure will cause the application to wait a specific amount of time.
sleep
BorderStyle = Fixed3D
ID
checked
34. 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)
to lower
Not
code
35. Last line of a procedure. (end sub.)
procedure header
Keyword
procedure footer
operators
36. Subroutine that returns a value
Function
Application
object
solution
37. The circle flowchart symbol represents ______
Button control
decision
operators
command button
38. Are found in the toolbox
get and set accessors
Auto Hide
user interface
controls
39. Equal sign
Assignment operator
sleep
Tab index
command button
40. The proper order of procedures used in the problem-solving process: _______ - design - coding - testing
controls
calendar
analysis
AutoSize = True
41. Declare a new variable
Dim (short for Dimension)
input/output
concatenation
frmMyFirstForm
42. Write the value of a string variable called "message" on the command line
.vb
Console.WriteLine(message)
Toolbox - Common Controls - PictureBox
caption
43. An application calculates and displays a sales tax amount. The application should display the calculated amount in a control.
AutoSize = True
label
assignment statement
Pseudocode
44. Declare a string variable called message
Dim message As String
namespace
assignment statement
concatenation
45. An instruction that assigns a value to something such as a property of an object
assignment statement
concatenation
command button
solution
46. The ___ object should be used to ensure that the user enters data in a field .
requiredfieldvalidator
Keyword
Assignment operator
Text = My Form
47. 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.
Solution Explorer
frmMyFirstForm
Assignment operator
exitButtol1 System.Windows.Forms.Button
48. Get component to add multiple controls to a table cell
start/stop
label
Not
Toolbox - Containers - FlowLayoutPanel
49. You use the window to set the characteristics that control an object's appearance and behavior.
ColumnSpan = 2
Properties
frmMyFirstForm
Boolean
50. A word that has special meaning in a programming language
object
controls
frmMyFirstForm
Keyword