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. Keyboard shortcut to make Form Design window full screen
procedure header
Shift-Alt-Enter
decision
Console.WriteLine(message)
2. Assigns a value to a variable or property of a control
The Properties window
assignment statement
class
A class
3. The ___ property contains the name of the object to be validated when using any of the validation objects on a web form.
user interface
Camel case
controltovalidate
assignment operator
4. The circle flowchart symbol represents ______
analysis
an asterisk (*)
decision
controls
5. A container that stores the projects and files for an entire application
caption
function
solution
Camel case
6. The ___ object should be used to ensure that the user enters data in a field .
code editor window
requiredfieldvalidator
IDE
get and set accessors
7. Automatically inserting text and words that have similar meaning to those currently being entered by the programmer
code
String
checked
IntelliSense
8. Write a blank line on the command line
user interface
code
property
Console.WriteLine("")
9. Property to stretch an image to fill the size of the form
procedure footer
Size Mode = StretchImage
.vb
concatenation
10. Keyboard shortcut to Save All
Button control
decision
Ctrl-Shift-s
get and set accessors
11. Declare a new variable
IntelliSense
Function
property
Dim (short for Dimension)
12. To end an application when a button is clicked you enter the instruction in the button's click event procedure.
code editor window
Function
Me.Close()
Me.Close( )
13. The proper order of procedures used in the problem-solving process: _______ - design - coding - testing
analysis
Ctrl-Shift-s
Dim (short for Dimension)
Console.WriteLine(message)
14. A ___ procedure completes its task and returns a value of a specified data type
operators
function
code editor window
event
15. An instruction that assigns a value to something such as a property of an object
User interface
namespace
CheckedChanged
assignment statement
16. Can be run outside of visual studio 2005 has file extension of .exe
Pascal case
executable file
CheckedChanged
Ctrl-F5
17. The joining of two strings together to form a new string is called _______
Shift-Alt-Enter
Text = My Form
IDE
concatenation
18. The three basic types of statement structures: decision - _______ - loop
CheckedChanged
Assignment operator
parameters
sequence
19. Keyboard shortcut to run a program without debugging
caption
Boolean
executable file
Ctrl-F5
20. Graphical User Interface
Size Mode = StretchImage
GUI
Class definition
an asterisk (*)
21. The diamond flowchart symbol represents ______
.vb
decision
A class
sleep
22. The text of a label or a button that appears on the form
BorderStyle = Fixed3D
The Properties window
Me.Close()
caption
23. Four names for subprograms: subroutine - procedure - ____ - function
object
method
.vb
procedure header
24. Declare a string variable called message
Dim message As String
code editor window
method
GUI
25. Subroutine that returns a value
Function
calendar
decision
Properties
26. The keyboard shortcut used to activate the Properties window.
F5
sequence
calendar
assignment statement
27. Values (or variable values) passed to a subprogram when you call or invoke it
object
event
The Properties window
parameters
28. Loop to repeat a code block for a specified number of times
For...Next
procedure header
event
camel
29. The window in which you enter your application's code
code editor window
GUI
control
Text
30. An application calculates and displays a sales tax amount. The application should display the calculated amount in a control.
label
Dim message As String
decision
procedure header
31. Closes the the current form
ID
solution
Dock = Fill
Me.Close( )
32. Integrated development environment
IDE
caption
event
'
33. Conditions can involve variables - _________ and functions
procedure header
operators
WindowsApplication (followed by a number)
MessageBox.Show("Hi there")
34. The three main logical operators are And - Or and _______
code editor window
Not
an asterisk (*)
F5
35. This property of controls tells the oreder they receive the focus when the tab key is pressed during run time
get and set accessors
Toolbox - Containers - TableLayoutPanel
Size Mode = StretchImage
Tab index
36. A property provides access to class data in a controlled manner through these
Toolbox - Common Controls - PictureBox
get and set accessors
Application
Dim message As String
37. Property to size buttons in a Flow Layout Panel to the text labels on them
format exception
assembly
IDE
AutoSize = True
38. This feature in Visual Basic allows you to make more room on your screen by temporarily minimizing certain windows
analysis
procedure header
Toolbox - Containers - TableLayoutPanel
Auto Hide
39. Property to merge two cells in a table
object
A class
ColumnSpan = 2
Properties
40. Get component to add multiple controls to a table cell
Camel case
Toolbox - Containers - FlowLayoutPanel
Ctrl-F5
function
41. Visual Basic code file extension
solution
sleep
ID
.vb
42. 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
Class definition
concatenation
label
43. You use _______________ case for control names.
camel
class
IDE
assignment statement
44. Member of a class that provides access to class data in a controlled manner
requiredfieldvalidator
property
procedure footer
F5
45. The ___ property of a checkbox indicates where a checkbox has been checked.
assignment operator
Function
checked
Ctrl-Shift-s
46. Are found in the toolbox
IntelliSense
controls
encapsulation
function
47. Use of properties to control access to class data
Auto Hide
Assignment operator
encapsulation
decision
48. Zero or more characters enclosed in quotation marks
String
Console.WriteLine("")
Function
BorderStyle = Fixed3D
49. When a form has been modified since the last time it was saved appears on its tab in the designer window
MessageBox.Show("Hi there")
frmMyFirstForm
an asterisk (*)
Assignment operator
50. Framework 2.0 a platform on which you create applications
While
Microsoft.net
FlowDirector = RightToLeft
user interface