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 an uncertain number of times
assignment operator
While
method
assignment statement
2. A property provides access to class data in a controlled manner through these
get and set accessors
an asterisk (*)
namespace
form
3. Another name for a program
assignment operator
Application
code
Tab index
4. The proper order of procedures used in the problem-solving process: _______ - design - coding - testing
BorderStyle = Fixed3D
analysis
procedure footer
Shift-Alt-Enter
5. View the code associated with a form or control in design view
checked
double click on it
frmMyFirstForm
form
6. Keyboard shortcut to run a program without debugging
namespace
Shift-Alt-Enter
Ctrl-F5
assignment statement
7. Visual Basic code file extension
Class definition
AutoSize = True
caption
.vb
8. Property to size buttons in a Flow Layout Panel to the text labels on them
Not
a program
AutoSize = True
assignment statement
9. Subroutine that returns a value
code editor window
Solution Explorer Window
caption
Function
10. Last line of a procedure. (end sub.)
label
procedure footer
For...Next
camel
11. Property to have controls appear in Flow Layout Panel justified = right
.vb
FlowDirector = RightToLeft
Solution Explorer Window
an asterisk (*)
12. The three main logical operators are And - Or and _______
Not
to lower
Keyword
Tab index
13. 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
procedure footer
sleep
Camel case
label
14. When a form has been modified since the last time it was saved appears on its tab in the designer window
Auto Hide
an asterisk (*)
start/stop
decision
15. Get component to add multiple controls to a table cell
IntelliSense
Assignment operator
Toolbox - Containers - FlowLayoutPanel
Dock = Fill
16. A group of classes or modules
namespace
form
sequence
code
17. Declare a new variable
ColumnSpan = 2
caption
controls
Dim (short for Dimension)
18. The = symbol
Ctrl-Shift-s
MessageBox.Show("Hi there")
assignment operator
Class definition
19. The ___ property contains the name of the object to be validated when using any of the validation objects on a web form.
controltovalidate
IDE
to lower
a program
20. The joining of two strings together to form a new string is called _______
events
concatenation
Me.Close()
object
21. Use of properties to control access to class data
Function
Button control
procedure footer
encapsulation
22. When the user clicks a button __________ is raised.
get and set accessors
IDE
'
event
23. The proper syntax when using a message dialog box
encapsulation
MessageBox.Show("Hi there")
procedure header
executable file
24. __________________________ is a pattern or blueprint for creating an object.
'
A class
F8
code editor window
25. Used to change how objects look and feel
frmMyFirstForm
The Properties window
ID
Function
26. Can be run outside of visual studio 2005 has file extension of .exe
checked
Assignment operator
executable file
label
27. The circle flowchart symbol represents ______
.vb
BorderStyle = Fixed3D
decision
Shift-Alt-Enter
28. A pattern or blueprint that the computer uses to create an object.
property
class
IDE
F5
29. The ___ information screen contains values that include the program name & description & company & product and copyright date.
Application
assembly
Dock = Fill
class
30. An instruction that assigns a value to something such as a property of an object
ID
checked
F5
assignment statement
31. Framework 2.0 a platform on which you create applications
calendar
solution
Microsoft.net
Pascal case
32. Actions such as clicking & double-clicking and scrolling are called _________
A class
events
sequence
Solution Explorer
33. An object (such as a button)
Dim (short for Dimension)
WindowsApplication (followed by a number)
event
control
34. Actions to which an object can respond (such as a click)
While
to lower
event
Dim message As String
35. The window lists the projects and files included in a solution
Console.WriteLine("")
Application
Solution Explorer
function
36. Get component to create a form inside of a table
Dim (short for Dimension)
controls
Toolbox - Containers - TableLayoutPanel
caption
37. What VB calls a window or a screen
method
form
IDE
Me.Close()
38. To end an application when a button is clicked you enter the instruction in the button's click event procedure.
A class
F5
calendar
Me.Close()
39. A word that has special meaning in a programming language
solution
Keyword
assembly
code editor window
40. The window in which you enter your application's code
Ctrl-Shift-s
Dim message As String
Properties
code editor window
41. The default event procedure for a check box is __________
CheckedChanged
to lower
controltovalidate
command button
42. A container that stores the projects and files for an entire application
assignment statement
solution
Toolbox - Common Controls - PictureBox
assembly
43. A description on an algorithm similar to a computer language.
Keyword
operators
Pseudocode
procedure header
44. Write the value of a string variable called "message" on the command line
Console.WriteLine(message)
property
checked
get and set accessors
45. The text that appears on the face of a button control is stored in the control's ___________________ property.
Text
events
a program
Assignment operator
46. Expression that compares values and returns a true or false result
assignment statement
Boolean
executable file
ID
47. Property to merge two cells in a table
ColumnSpan = 2
BorderStyle = Fixed3D
calendar
Console.WriteLine(message)
48. A block of code that specifies (or defines) the appearance and behaviors of an object
encapsulation
Ctrl-Shift-s
Class definition
Button control
49. Assume an application needs to calculate and display a sales tax amount. The application should display the calculated amount in a _________________ control.
Tab index
property
CheckedChanged
label
50. Equal sign
Assignment operator
Properties
label
analysis