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. Four names for subprograms: subroutine - procedure - ____ - function
Boolean
method
decision
IntelliSense
2. A group of classes or modules
sequence
CheckedChanged
frmMyFirstForm
namespace
3. Actions to which an object can respond (such as a click)
Me.Close()
event
checked
Auto Hide
4. Are found in the toolbox
Shift-Alt-Enter
method
concatenation
controls
5. Zero or more characters enclosed in quotation marks
Camel case
code editor window
sleep
String
6. What VB calls a window or a screen
Camel case
form
sleep
IDE
7. Visual Basic code file extension
.vb
label
decision
BorderStyle = Fixed3D
8. 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)
Dock = Fill
Pascal case
Properties
CheckedChanged
9. When a form has been modified since the last time it was saved appears on its tab in the designer window
IDE
an asterisk (*)
format exception
parameters
10. Loop to repeat a code block for a specified number of times
frmMyFirstForm
function
For...Next
Not
11. The proper order of procedures used in the problem-solving process: _______ - design - coding - testing
analysis
format exception
code
executable file
12. To end an application when a button is clicked you enter the instruction in the button's click event procedure.
Me.Close()
Console.WriteLine("")
Ctrl-Shift-s
controls
13. You use _______________ case for control names.
camel
solution
double click on it
encapsulation
14. In object-oriented programming anything that can be seen or touched or used
analysis
Not
object
get and set accessors
15. A control that performs an immediate action when clicked
Button control
Me.Close()
Application
While
16. The window in which you enter your application's code
The Properties window
code editor window
parameters
Dock = Fill
17. Can be run outside of visual studio 2005 has file extension of .exe
Shift-Alt-Enter
executable file
Size Mode = StretchImage
Dim message As String
18. The window that displays a list of the projects contained in the current solution and the items contained in each project.
Solution Explorer Window
User interface
parameters
events
19. The three basic types of statement structures: decision - _______ - loop
sequence
Size Mode = StretchImage
camel
Auto Hide
20. This feature in Visual Basic allows you to make more room on your screen by temporarily minimizing certain windows
Button control
AutoSize = True
Camel case
Auto Hide
21. The set of directions given to a computer is called _____
The Properties window
start/stop
a program
method
22. Keyboard shortcut to make Form Design window full screen
Function
Shift-Alt-Enter
BorderStyle = Fixed3D
ID
23. Enter a comment or remark
Warning
: Invalid argument supplied for foreach() in
/var/www/html/basicversity.com/show_quiz.php
on line
183
24. The ___ property contains the name of the object to be validated when using any of the validation objects on a web form.
sequence
solution
controltovalidate
String
25. A block of code that specifies (or defines) the appearance and behaviors of an object
ID
Class definition
format exception
'
26. A description on an algorithm similar to a computer language.
Text
Class definition
function
Pseudocode
27. Get component to add multiple controls to a table cell
Toolbox - Containers - FlowLayoutPanel
an asterisk (*)
Function
Pascal case
28. The text that appears on the face of a button control is stored in the control's ___________________ property.
solution
F8
Text
AutoSize = True
29. The ___ object shows the days organized by month relevant to the year.
calendar
Shift-Alt-Enter
assignment statement
event
30. Automatically inserting text and words that have similar meaning to those currently being entered by the programmer
double click on it
an asterisk (*)
encapsulation
IntelliSense
31. The ___ property of a checkbox indicates where a checkbox has been checked.
checked
ID
controls
executable file
32. Subroutine that returns a value
Pseudocode
Function
A class
control
33. In VB you first create the ________
checked
user interface
function
decision
34. The real title of a button
GUI
assignment statement
Properties
command button
35. A pattern or blueprint that the computer uses to create an object.
object
class
caption
assignment statement
36. Using the ___ procedure will cause the application to wait a specific amount of time.
sleep
sequence
IDE
'
37. This property of controls tells the oreder they receive the focus when the tab key is pressed during run time
Tab index
calendar
events
to lower
38. Member of a class that provides access to class data in a controlled manner
property
label
Auto Hide
procedure footer
39. Declare a new variable
Dim (short for Dimension)
Assignment operator
'
procedure footer
40. An instruction that assigns a value to something such as a property of an object
GUI
assignment statement
Solution Explorer
property
41. Loop to repeat a code block for an uncertain number of times
While
assignment operator
calendar
Keyword
42. View the code associated with a form or control in design view
Ctrl-Shift-s
Toolbox - Containers - FlowLayoutPanel
Toolbox - Common Controls - PictureBox
double click on it
43. The = symbol
frmMyFirstForm
concatenation
assignment operator
FlowDirector = RightToLeft
44. Write the value of a string variable called "message" on the command line
input/output
frmMyFirstForm
Tab index
Console.WriteLine(message)
45. Values (or variable values) passed to a subprogram when you call or invoke it
Properties
parameters
a program
executable file
46. Program instructions
frmMyFirstForm
code
method
ColumnSpan = 2
47. Property to size buttons in a Flow Layout Panel to the text labels on them
Toolbox - Containers - FlowLayoutPanel
BorderStyle = Fixed3D
sequence
AutoSize = True
48. The ___ exception type occurs when a variable is converted to another data type that is not possible.
a program
procedure footer
checked
format exception
49. What you see and interact with when using an application
Solution Explorer Window
User interface
procedure footer
.vb
50. Get component to create a form inside of a table
operators
Solution Explorer Window
Toolbox - Containers - TableLayoutPanel
For...Next