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. An application calculates and displays a sales tax amount. The application should display the calculated amount in a control.
While
label
analysis
ID
2. Property to have a table fill the entire form
event
Dock = Fill
events
FlowDirector = RightToLeft
3. You use the window to set the characteristics that control an object's appearance and behavior.
Properties
Toolbox - Containers - FlowLayoutPanel
label
The Properties window
4. To end an application when a button is clicked you enter the instruction in the button's click event procedure.
Me.Close()
input/output
property
user interface
5. The proper syntax when using a message dialog box
Pseudocode
Keyword
MessageBox.Show("Hi there")
object
6. Example of camel notation
event
User interface
frmMyFirstForm
Console.WriteLine(message)
7. The ___ method converts a string to lower case letters.
WindowsApplication (followed by a number)
calendar
Function
to lower
8. A ___ procedure completes its task and returns a value of a specified data type
procedure footer
double click on it
executable file
function
9. Another name for a program
assembly
Application
events
assignment operator
10. Keyboard shortcut to step through line by line
to lower
an asterisk (*)
function
F8
11. Loop to repeat a code block for a specified number of times
IDE
event
For...Next
GUI
12. Declare a new variable
GUI
ID
command button
Dim (short for Dimension)
13. Actions to which an object can respond (such as a click)
Dock = Fill
Pseudocode
exitButtol1 System.Windows.Forms.Button
event
14. The ___ information screen contains values that include the program name & description & company & product and copyright date.
Microsoft.net
MessageBox.Show("Hi there")
assembly
executable file
15. Property to have controls appear in Flow Layout Panel justified = right
solution
FlowDirector = RightToLeft
solution
BorderStyle = Fixed3D
16. When the user clicks a button __________ is raised.
function
event
F5
While
17. The default event procedure for a check box is __________
command button
Dock = Fill
CheckedChanged
input/output
18. Conditions can involve variables - _________ and functions
form
operators
F5
requiredfieldvalidator
19. Assume an application needs to calculate and display a sales tax amount. The application should display the calculated amount in a _________________ control.
property
F8
label
Ctrl-Shift-s
20. The three main logical operators are And - Or and _______
Not
event
label
sequence
21. Keyboard shortcut to run a program without debugging
Ctrl-F5
Toolbox - Containers - FlowLayoutPanel
Text
Shift-Alt-Enter
22. Write the value of a string variable called "message" on the command line
F8
code
executable file
Console.WriteLine(message)
23. Subroutine that returns a value
command button
String
event
Function
24. Property to display an empty frame when a Picture Box is empty
method
assignment operator
procedure header
BorderStyle = Fixed3D
25. The text that appears on the face of a button control is stored in the control's ___________________ property.
Text
assignment statement
double click on it
format exception
26. Begins with keyword Private. procedure name includes object name and event name. handle cause indicates for which objects events this code will execute.
camel
procedure header
Button control
get and set accessors
27. Graphical User Interface
Me.Close( )
Function
GUI
decision
28. Values (or variable values) passed to a subprogram when you call or invoke it
parameters
FlowDirector = RightToLeft
encapsulation
form
29. Closes the the current form
WindowsApplication (followed by a number)
Tab index
Me.Close( )
encapsulation
30. A description on an algorithm similar to a computer language.
Pseudocode
GUI
Class definition
'
31. Keyboard shortcut to Save All
Pascal case
sleep
AutoSize = True
Ctrl-Shift-s
32. Write a blank line on the command line
Console.WriteLine("")
MessageBox.Show("Hi there")
frmMyFirstForm
FlowDirector = RightToLeft
33. Visual Basic code file extension
User interface
Pseudocode
.vb
Not
34. __________________________ is a pattern or blueprint for creating an object.
Text = My Form
Console.WriteLine("")
sleep
A class
35. Loop to repeat a code block for an uncertain number of times
While
frmMyFirstForm
Size Mode = StretchImage
ColumnSpan = 2
36. The ___ object should be used to ensure that the user enters data in a field .
requiredfieldvalidator
Console.WriteLine(message)
Ctrl-F5
assignment statement
37. A word that has special meaning in a programming language
AutoSize = True
controls
'
Keyword
38. The window that displays a list of the projects contained in the current solution and the items contained in each project.
Solution Explorer Window
namespace
IntelliSense
Console.WriteLine(message)
39. You use _______________ case for control names.
While
controls
camel
A class
40. The window in which you enter your application's code
Properties
code editor window
namespace
double click on it
41. The keyboard shortcut used to activate the Properties window.
executable file
sleep
a program
F5
42. A container that stores the projects and files for an entire application
double click on it
CheckedChanged
camel
solution
43. This property of controls tells the oreder they receive the focus when the tab key is pressed during run time
analysis
Tab index
Assignment operator
Properties
44. The ___ object shows the days organized by month relevant to the year.
Microsoft.net
F5
calendar
Properties
45. The ___ property contains the name of the object to be validated when using any of the validation objects on a web form.
Pascal case
For...Next
AutoSize = True
controltovalidate
46. View the code associated with a form or control in design view
Camel case
CheckedChanged
double click on it
assignment statement
47. The joining of two strings together to form a new string is called _______
Toolbox - Containers - TableLayoutPanel
Properties
concatenation
Me.Close()
48. 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)
camel
Pascal case
For...Next
control
49. Used to change how objects look and feel
Console.WriteLine("")
events
The Properties window
sleep
50. Get component to create a form inside of a table
Toolbox - Containers - TableLayoutPanel
controls
input/output
get and set accessors