SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
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. Conditions can involve variables - _________ and functions
While
Pascal case
operators
'
2. The diamond flowchart symbol represents ______
double click on it
procedure footer
Camel case
decision
3. The window that displays a list of the projects contained in the current solution and the items contained in each project.
frmMyFirstForm
assignment operator
events
Solution Explorer Window
4. Closes the the current form
Me.Close( )
event
method
label
5. Keyboard shortcut to Save All
assembly
Shift-Alt-Enter
Ctrl-Shift-s
label
6. Property to have a table fill the entire form
Dock = Fill
encapsulation
get and set accessors
Text = My Form
7. Member of a class that provides access to class data in a controlled manner
Not
property
a program
decision
8. An instruction that assigns a value to something such as a property of an object
assignment statement
Console.WriteLine("")
IntelliSense
FlowDirector = RightToLeft
9. The proper syntax when using a message dialog box
IntelliSense
User interface
MessageBox.Show("Hi there")
calendar
10. In object-oriented programming anything that can be seen or touched or used
calendar
'
a program
object
11. Expression that compares values and returns a true or false result
calendar
Boolean
Microsoft.net
Application
12. Automatically inserting text and words that have similar meaning to those currently being entered by the programmer
Dim (short for Dimension)
controls
Pseudocode
IntelliSense
13. Actions to which an object can respond (such as a click)
property
method
label
event
14. Write the value of a string variable called "message" on the command line
property
Boolean
Size Mode = StretchImage
Console.WriteLine(message)
15. Integrated development environment
format exception
BorderStyle = Fixed3D
IDE
Console.WriteLine(message)
16. A is a container that stores the projects and files for an entire application.
a program
Button control
GUI
solution
17. Values (or variable values) passed to a subprogram when you call or invoke it
parameters
procedure footer
frmMyFirstForm
Application
18. 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
assembly
Camel case
Keyword
A class
19. The circle flowchart symbol represents ______
Not
Toolbox - Containers - FlowLayoutPanel
decision
Size Mode = StretchImage
20. The window lists the projects and files included in a solution
sequence
Solution Explorer
code
solution
21. To end an application when a button is clicked you enter the instruction in the button's click event procedure.
events
BorderStyle = Fixed3D
control
Me.Close()
22. __________________________ is a pattern or blueprint for creating an object.
ID
Console.WriteLine("")
A class
events
23. The ___ object shows the days organized by month relevant to the year.
Size Mode = StretchImage
calendar
Dim message As String
Text = My Form
24. A pattern or blueprint that the computer uses to create an object.
Solution Explorer Window
Console.WriteLine(message)
class
to lower
25. When the user clicks a button __________ is raised.
sleep
requiredfieldvalidator
function
event
26. Property to stretch an image to fill the size of the form
command button
object
Size Mode = StretchImage
Toolbox - Common Controls - PictureBox
27. A description on an algorithm similar to a computer language.
an asterisk (*)
Pseudocode
concatenation
controls
28. A control that performs an immediate action when clicked
User interface
Button control
parameters
decision
29. Example of camel notation
Tab index
Function
frmMyFirstForm
WindowsApplication (followed by a number)
30. The window in which you enter your application's code
code editor window
Dim (short for Dimension)
User interface
assignment statement
31. The proper order of procedures used in the problem-solving process: _______ - design - coding - testing
requiredfieldvalidator
analysis
label
Pseudocode
32. When a form has been modified since the last time it was saved appears on its tab in the designer window
assignment statement
operators
an asterisk (*)
controltovalidate
33. Property to display an empty frame when a Picture Box is empty
get and set accessors
IntelliSense
command button
BorderStyle = Fixed3D
34. Used to change how objects look and feel
solution
The Properties window
AutoSize = True
procedure footer
35. The ___ information screen contains values that include the program name & description & company & product and copyright date.
IntelliSense
calendar
Ctrl-F5
assembly
36. Keyboard shortcut to make Form Design window full screen
Me.Close()
double click on it
Shift-Alt-Enter
controls
37. Assigns a value to a variable or property of a control
CheckedChanged
.vb
assignment statement
procedure header
38. The ___ exception type occurs when a variable is converted to another data type that is not possible.
decision
Keyword
double click on it
format exception
39. Get a box for loading a picture into a form
.vb
assignment statement
get and set accessors
Toolbox - Common Controls - PictureBox
40. Property to have controls appear in Flow Layout Panel justified = right
FlowDirector = RightToLeft
a program
controls
Me.Close()
41. The "rectangle with rounded sides" flowchart symbol represents ______
start/stop
IntelliSense
BorderStyle = Fixed3D
class
42. The text that appears on the face of a button control is stored in the control's ___________________ property.
Text
Button control
controltovalidate
assignment statement
43. Can be run outside of visual studio 2005 has file extension of .exe
form
executable file
procedure footer
command button
44. Assume an application needs to calculate and display a sales tax amount. The application should display the calculated amount in a _________________ control.
controls
label
String
form
45. In VB you first create the ________
IntelliSense
user interface
decision
solution
46. Last line of a procedure. (end sub.)
Auto Hide
Properties
format exception
procedure footer
47. Zero or more characters enclosed in quotation marks
Solution Explorer
Boolean
String
user interface
48. Actions such as clicking & double-clicking and scrolling are called _________
events
F5
Toolbox - Containers - TableLayoutPanel
Dim message As String
49. A property provides access to class data in a controlled manner through these
get and set accessors
Size Mode = StretchImage
FlowDirector = RightToLeft
MessageBox.Show("Hi there")
50. The = symbol
a program
Button control
ColumnSpan = 2
assignment operator