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. To end an application when a button is clicked you enter the instruction in the button's click event procedure.
Ctrl-F5
Me.Close()
F8
to lower
2. Another name for a program
property
Size Mode = StretchImage
Application
IDE
3. A control that performs an immediate action when clicked
Dim (short for Dimension)
Boolean
Button control
calendar
4. Assigns a value to a variable or property of a control
assignment statement
FlowDirector = RightToLeft
label
Boolean
5. Enter a comment or remark
6. A word that has special meaning in a programming language
Keyword
MessageBox.Show("Hi there")
form
events
7. Property to stretch an image to fill the size of the form
BorderStyle = Fixed3D
Size Mode = StretchImage
input/output
namespace
8. The parallelogram flowchart symbol represents _______
solution
ID
input/output
User interface
9. Assume an application needs to calculate and display a sales tax amount. The application should display the calculated amount in a _________________ control.
assignment statement
assignment statement
Shift-Alt-Enter
label
10. An object (such as a button)
Boolean
control
frmMyFirstForm
assignment statement
11. 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
Toolbox - Common Controls - PictureBox
AutoSize = True
a program
12. The three basic types of statement structures: decision - _______ - loop
controls
Button control
sequence
GUI
13. Property to have a table fill the entire form
frmMyFirstForm
Keyword
Text
Dock = Fill
14. The proper order of procedures used in the problem-solving process: _______ - design - coding - testing
analysis
double click on it
assignment statement
property
15. Use of properties to control access to class data
ColumnSpan = 2
FlowDirector = RightToLeft
encapsulation
The Properties window
16. In VB you first create the ________
Dock = Fill
frmMyFirstForm
executable file
user interface
17. Actions such as clicking & double-clicking and scrolling are called _________
solution
analysis
requiredfieldvalidator
events
18. The window lists the projects and files included in a solution
command button
solution
Solution Explorer
Dim (short for Dimension)
19. Using the ___ procedure will cause the application to wait a specific amount of time.
Not
sleep
GUI
Properties
20. 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.
Application
procedure header
exitButtol1 System.Windows.Forms.Button
user interface
21. Keyboard shortcut to Save All
F8
caption
label
Ctrl-Shift-s
22. The text of a label or a button that appears on the form
caption
object
String
parameters
23. Begins with keyword Private. procedure name includes object name and event name. handle cause indicates for which objects events this code will execute.
property
Properties
to lower
procedure header
24. The three main logical operators are And - Or and _______
analysis
events
decision
Not
25. Four names for subprograms: subroutine - procedure - ____ - function
AutoSize = True
method
BorderStyle = Fixed3D
code
26. The diamond flowchart symbol represents ______
decision
Toolbox - Containers - FlowLayoutPanel
input/output
Camel case
27. Used to change how objects look and feel
Ctrl-Shift-s
Application
assignment statement
The Properties window
28. The proper syntax when using a message dialog box
MessageBox.Show("Hi there")
BorderStyle = Fixed3D
form
get and set accessors
29. Get component to add multiple controls to a table cell
Toolbox - Containers - FlowLayoutPanel
Properties
decision
Console.WriteLine(message)
30. The ___ exception type occurs when a variable is converted to another data type that is not possible.
camel
format exception
'
caption
31. Declare a new variable
Class definition
GUI
Dim (short for Dimension)
Ctrl-Shift-s
32. The ___ object should be used to ensure that the user enters data in a field .
AutoSize = True
Toolbox - Containers - FlowLayoutPanel
requiredfieldvalidator
Me.Close( )
33. Last line of a procedure. (end sub.)
sequence
procedure footer
User interface
requiredfieldvalidator
34. A container that stores the projects and files for an entire application
exitButtol1 System.Windows.Forms.Button
IntelliSense
solution
ID
35. The joining of two strings together to form a new string is called _______
concatenation
frmMyFirstForm
The Properties window
decision
36. 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?
Pascal case
user interface
WindowsApplication (followed by a number)
Solution Explorer Window
37. Are found in the toolbox
controls
parameters
Toolbox - Containers - TableLayoutPanel
Keyword
38. Property to display an empty frame when a Picture Box is empty
sequence
String
executable file
BorderStyle = Fixed3D
39. The window in which you enter your application's code
Solution Explorer Window
GUI
code editor window
Me.Close( )
40. This feature in Visual Basic allows you to make more room on your screen by temporarily minimizing certain windows
property
Auto Hide
Microsoft.net
Console.WriteLine("")
41. Actions to which an object can respond (such as a click)
event
caption
method
camel
42. Loop to repeat a code block for a specified number of times
procedure footer
start/stop
For...Next
ColumnSpan = 2
43. The ___ property of a checkbox indicates where a checkbox has been checked.
User interface
Class definition
Dock = Fill
checked
44. An instruction that assigns a value to something such as a property of an object
frmMyFirstForm
assignment statement
function
exitButtol1 System.Windows.Forms.Button
45. Get a box for loading a picture into a form
Toolbox - Common Controls - PictureBox
Pascal case
input/output
Size Mode = StretchImage
46. Property to size buttons in a Flow Layout Panel to the text labels on them
AutoSize = True
events
While
code
47. The = symbol
controltovalidate
Shift-Alt-Enter
assignment operator
Pseudocode
48. Property to have controls appear in Flow Layout Panel justified = right
ID
FlowDirector = RightToLeft
decision
.vb
49. Keyboard shortcut to run a program without debugging
assignment operator
to lower
Ctrl-F5
Me.Close( )
50. When a form has been modified since the last time it was saved appears on its tab in the designer window
Function
an asterisk (*)
Shift-Alt-Enter
decision