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. Framework 2.0 a platform on which you create applications
encapsulation
Properties
Microsoft.net
events
2. You use the window to set the characteristics that control an object's appearance and behavior.
Boolean
MessageBox.Show("Hi there")
AutoSize = True
Properties
3. Use of properties to control access to class data
Me.Close()
encapsulation
get and set accessors
Dock = Fill
4. Keyboard shortcut to step through line by line
F8
controltovalidate
user interface
assignment statement
5. Property to stretch an image to fill the size of the form
Size Mode = StretchImage
WindowsApplication (followed by a number)
Text
assignment operator
6. The = symbol
code
assignment operator
concatenation
Text = My Form
7. Conditions can involve variables - _________ and functions
operators
format exception
solution
Size Mode = StretchImage
8. A container that stores the projects and files for an entire application
ColumnSpan = 2
Toolbox - Containers - FlowLayoutPanel
solution
Me.Close( )
9. Zero or more characters enclosed in quotation marks
String
checked
'
User interface
10. When creating a new program in Visual Basic you are asked to supply a name for the program. If you do not specify a name a default name is used. What is the default name?
procedure header
an asterisk (*)
WindowsApplication (followed by a number)
form
11. Are found in the toolbox
controls
Me.Close( )
solution
concatenation
12. Keyboard shortcut to Save All
MessageBox.Show("Hi there")
Ctrl-Shift-s
Boolean
Console.WriteLine(message)
13. The ___ property of a button object contains the name of the button.
checked
For...Next
ID
Tab index
14. __________________________ is a pattern or blueprint for creating an object.
WindowsApplication (followed by a number)
String
Application
A class
15. The text of a label or a button that appears on the form
code
Function
command button
caption
16. Subroutine that returns a value
Function
parameters
IDE
Button control
17. Write the value of a string variable called "message" on the command line
Function
Toolbox - Containers - TableLayoutPanel
Console.WriteLine(message)
solution
18. A is a container that stores the projects and files for an entire application.
Toolbox - Containers - TableLayoutPanel
Toolbox - Containers - FlowLayoutPanel
event
solution
19. In VB you first create the ________
format exception
user interface
code editor window
Keyword
20. The proper order of procedures used in the problem-solving process: _______ - design - coding - testing
analysis
input/output
Camel case
command button
21. In object-oriented programming anything that can be seen or touched or used
encapsulation
format exception
object
Camel case
22. A word that has special meaning in a programming language
Assignment operator
Keyword
assembly
IDE
23. Get a box for loading a picture into a form
Toolbox - Common Controls - PictureBox
IntelliSense
sequence
operators
24. The ___ property of a checkbox indicates where a checkbox has been checked.
Boolean
checked
assignment statement
executable file
25. View the code associated with a form or control in design view
Console.WriteLine("")
requiredfieldvalidator
double click on it
Properties
26. Example of camel notation
The Properties window
procedure header
frmMyFirstForm
double click on it
27. The attributes of an object that control the object's appearance and behavior
String
start/stop
solution
Properties
28. Using the ___ procedure will cause the application to wait a specific amount of time.
to lower
Toolbox - Containers - TableLayoutPanel
sleep
decision
29. Property to size buttons in a Flow Layout Panel to the text labels on them
Boolean
encapsulation
calendar
AutoSize = True
30. Last line of a procedure. (end sub.)
assignment statement
'
procedure header
procedure footer
31. Write a blank line on the command line
Console.WriteLine("")
Solution Explorer
CheckedChanged
Pseudocode
32. Automatically inserting text and words that have similar meaning to those currently being entered by the programmer
Dock = Fill
Properties
IntelliSense
a program
33. When the user clicks a button __________ is raised.
event
encapsulation
user interface
Shift-Alt-Enter
34. The ___ property contains the name of the object to be validated when using any of the validation objects on a web form.
Ctrl-F5
command button
namespace
controltovalidate
35. The three basic types of statement structures: decision - _______ - loop
Dim (short for Dimension)
control
sequence
event
36. The window lists the projects and files included in a solution
Dim (short for Dimension)
Solution Explorer
assignment statement
Auto Hide
37. The keyboard shortcut used to activate the Properties window.
F5
IntelliSense
Toolbox - Containers - TableLayoutPanel
an asterisk (*)
38. Another name for a program
Boolean
a program
object
Application
39. Used to change how objects look and feel
.vb
The Properties window
exitButtol1 System.Windows.Forms.Button
Dock = Fill
40. The text that appears on the face of a button control is stored in the control's ___________________ property.
checked
Text
Tab index
BorderStyle = Fixed3D
41. A property provides access to class data in a controlled manner through these
Dock = Fill
get and set accessors
Solution Explorer Window
Camel case
42. Property to have controls appear in Flow Layout Panel justified = right
GUI
calendar
command button
FlowDirector = RightToLeft
43. 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)
Pascal case
control
input/output
class
44. Actions such as clicking & double-clicking and scrolling are called _________
Button control
events
Toolbox - Containers - TableLayoutPanel
requiredfieldvalidator
45. What you see and interact with when using an application
User interface
requiredfieldvalidator
solution
label
46. A control that performs an immediate action when clicked
Button control
class
object
sequence
47. The joining of two strings together to form a new string is called _______
camel
concatenation
property
label
48. Values (or variable values) passed to a subprogram when you call or invoke it
double click on it
checked
parameters
ID
49. The window in which you enter your application's code
code
frmMyFirstForm
ColumnSpan = 2
code editor window
50. Get component to create a form inside of a table
a program
assignment statement
Toolbox - Containers - TableLayoutPanel
Properties