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. What VB calls a window or a screen
function
requiredfieldvalidator
form
Keyword
2. Property to size buttons in a Flow Layout Panel to the text labels on them
AutoSize = True
start/stop
Function
Toolbox - Containers - FlowLayoutPanel
3. 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.
label
procedure header
Function
exitButtol1 System.Windows.Forms.Button
4. Keyboard shortcut to make Form Design window full screen
form
Shift-Alt-Enter
user interface
procedure footer
5. Actions such as clicking & double-clicking and scrolling are called _________
code
an asterisk (*)
events
double click on it
6. Can be run outside of visual studio 2005 has file extension of .exe
object
executable file
command button
Function
7. The set of directions given to a computer is called _____
a program
label
Me.Close()
label
8. Subroutine that returns a value
IDE
Function
Camel case
concatenation
9. Last line of a procedure. (end sub.)
decision
property
procedure footer
For...Next
10. The diamond flowchart symbol represents ______
decision
Properties
form
assignment statement
11. You use _______________ case for control names.
requiredfieldvalidator
WindowsApplication (followed by a number)
double click on it
camel
12. A description on an algorithm similar to a computer language.
concatenation
Keyword
Pseudocode
User interface
13. The "rectangle with rounded sides" flowchart symbol represents ______
Camel case
start/stop
property
event
14. The three basic types of statement structures: decision - _______ - loop
Console.WriteLine(message)
sequence
GUI
FlowDirector = RightToLeft
15. This feature in Visual Basic allows you to make more room on your screen by temporarily minimizing certain windows
decision
Auto Hide
label
Text
16. A word that has special meaning in a programming language
function
label
Keyword
decision
17. Program instructions
executable file
sequence
code
The Properties window
18. Property to display an empty frame when a Picture Box is empty
F5
form
BorderStyle = Fixed3D
Size Mode = StretchImage
19. The default event procedure for a check box is __________
object
calendar
decision
CheckedChanged
20. __________________________ is a pattern or blueprint for creating an object.
A class
Camel case
Application
Shift-Alt-Enter
21. Four names for subprograms: subroutine - procedure - ____ - function
method
WindowsApplication (followed by a number)
assembly
Pascal case
22. What you see and interact with when using an application
User interface
Tab index
Size Mode = StretchImage
Function
23. Use of properties to control access to class data
events
GUI
encapsulation
assignment statement
24. A property provides access to class data in a controlled manner through these
Me.Close( )
get and set accessors
Application
BorderStyle = Fixed3D
25. Declare a new variable
Application
code
Dim (short for Dimension)
Properties
26. An application calculates and displays a sales tax amount. The application should display the calculated amount in a control.
code editor window
object
function
label
27. Visual Basic code file extension
.vb
Auto Hide
operators
to lower
28. The window in which you enter your application's code
code editor window
checked
Ctrl-Shift-s
Auto Hide
29. A control that performs an immediate action when clicked
Pascal case
get and set accessors
Button control
Ctrl-F5
30. The circle flowchart symbol represents ______
input/output
events
decision
AutoSize = True
31. Keyboard shortcut to run a program without debugging
Dock = Fill
property
Ctrl-F5
solution
32. Member of a class that provides access to class data in a controlled manner
Me.Close()
property
assignment operator
AutoSize = True
33. The keyboard shortcut used to activate the Properties window.
an asterisk (*)
F5
BorderStyle = Fixed3D
code editor window
34. When a form has been modified since the last time it was saved appears on its tab in the designer window
an asterisk (*)
requiredfieldvalidator
Solution Explorer Window
assignment statement
35. The ___ exception type occurs when a variable is converted to another data type that is not possible.
CheckedChanged
format exception
Button control
Ctrl-Shift-s
36. Conditions can involve variables - _________ and functions
Solution Explorer
object
operators
AutoSize = True
37. Using the ___ procedure will cause the application to wait a specific amount of time.
Solution Explorer Window
sleep
Keyword
procedure header
38. Equal sign
GUI
Assignment operator
class
Boolean
39. The text of a label or a button that appears on the form
'
ID
controls
caption
40. The = symbol
IDE
method
assignment operator
requiredfieldvalidator
41. This property of controls tells the oreder they receive the focus when the tab key is pressed during run time
namespace
control
Not
Tab index
42. Another name for a program
controls
concatenation
Application
While
43. Loop to repeat a code block for a specified number of times
MessageBox.Show("Hi there")
label
For...Next
Toolbox - Common Controls - PictureBox
44. Automatically inserting text and words that have similar meaning to those currently being entered by the programmer
function
F5
IDE
IntelliSense
45. Property to have controls appear in Flow Layout Panel justified = right
Solution Explorer Window
assembly
FlowDirector = RightToLeft
procedure header
46. Get component to create a form inside of a table
controltovalidate
Toolbox - Containers - TableLayoutPanel
frmMyFirstForm
Boolean
47. The text that appears on the face of a button control is stored in the control's ___________________ property.
label
Keyword
FlowDirector = RightToLeft
Text
48. Enter a comment or remark
49. Keyboard shortcut to Save All
Text = My Form
Ctrl-Shift-s
requiredfieldvalidator
to lower
50. Framework 2.0 a platform on which you create applications
F8
BorderStyle = Fixed3D
control
Microsoft.net