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. A property provides access to class data in a controlled manner through these
Camel case
get and set accessors
executable file
Button control
2. Last line of a procedure. (end sub.)
encapsulation
A class
procedure footer
Application
3. Declare a string variable called message
double click on it
While
Text
Dim message As String
4. The ___ object shows the days organized by month relevant to the year.
controltovalidate
The Properties window
decision
calendar
5. The real title of a button
Dim (short for Dimension)
Toolbox - Containers - TableLayoutPanel
method
command button
6. The keyboard shortcut used to activate the Properties window.
class
F5
assignment statement
Properties
7. The ___ information screen contains values that include the program name & description & company & product and copyright date.
assembly
Dim message As String
Assignment operator
Application
8. Automatically inserting text and words that have similar meaning to those currently being entered by the programmer
IntelliSense
get and set accessors
Console.WriteLine(message)
Dim message As String
9. Enter a comment or remark
Warning
: Invalid argument supplied for foreach() in
/var/www/html/basicversity.com/show_quiz.php
on line
183
10. Assume an application needs to calculate and display a sales tax amount. The application should display the calculated amount in a _________________ control.
decision
GUI
solution
label
11. Get a box for loading a picture into a form
Properties
assignment statement
Toolbox - Common Controls - PictureBox
Pascal case
12. Example of camel notation
namespace
parameters
property
frmMyFirstForm
13. 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
exitButtol1 System.Windows.Forms.Button
Camel case
ColumnSpan = 2
Solution Explorer
14. Are found in the toolbox
controls
event
events
sleep
15. Write the value of a string variable called "message" on the command line
frmMyFirstForm
IDE
Console.WriteLine(message)
sleep
16. The attributes of an object that control the object's appearance and behavior
Class definition
Properties
Solution Explorer Window
AutoSize = True
17. What you see and interact with when using an application
User interface
Text
double click on it
get and set accessors
18. In object-oriented programming anything that can be seen or touched or used
MessageBox.Show("Hi there")
parameters
object
code editor window
19. __________________________ is a pattern or blueprint for creating an object.
code editor window
assignment operator
A class
ColumnSpan = 2
20. Equal sign
caption
Assignment operator
assignment statement
method
21. Actions to which an object can respond (such as a click)
solution
label
Not
event
22. Closes the the current form
Shift-Alt-Enter
Ctrl-F5
Console.WriteLine(message)
Me.Close( )
23. Loop to repeat a code block for an uncertain number of times
While
AutoSize = True
operators
requiredfieldvalidator
24. Property to size buttons in a Flow Layout Panel to the text labels on them
assignment statement
code editor window
AutoSize = True
F5
25. Loop to repeat a code block for a specified number of times
Text
For...Next
get and set accessors
Keyword
26. A block of code that specifies (or defines) the appearance and behaviors of an object
Class definition
analysis
String
Pascal case
27. This feature in Visual Basic allows you to make more room on your screen by temporarily minimizing certain windows
Auto Hide
object
Toolbox - Common Controls - PictureBox
exitButtol1 System.Windows.Forms.Button
28. Integrated development environment
Toolbox - Common Controls - PictureBox
solution
IDE
ColumnSpan = 2
29. Property to display "My Form" in the title bar of a form
Text = My Form
parameters
encapsulation
procedure header
30. The proper order of procedures used in the problem-solving process: _______ - design - coding - testing
user interface
The Properties window
analysis
F8
31. Program instructions
Toolbox - Common Controls - PictureBox
code
function
sequence
32. Subroutine that returns a value
FlowDirector = RightToLeft
Me.Close( )
Function
assignment operator
33. An instruction that assigns a value to something such as a property of an object
A class
Me.Close()
assignment statement
form
34. Assigns a value to a variable or property of a control
Camel case
Keyword
Boolean
assignment statement
35. An object (such as a button)
camel
Solution Explorer
control
events
36. A control that performs an immediate action when clicked
to lower
label
Button control
parameters
37. The ___ property contains the name of the object to be validated when using any of the validation objects on a web form.
Size Mode = StretchImage
Dim message As String
While
controltovalidate
38. A word that has special meaning in a programming language
code
Function
F8
Keyword
39. Use of properties to control access to class data
Keyword
form
encapsulation
F5
40. To end an application when a button is clicked you enter the instruction in the button's click event procedure.
code editor window
caption
Me.Close()
Ctrl-Shift-s
41. A is a container that stores the projects and files for an entire application.
controls
solution
Boolean
control
42. The default event procedure for a check box is __________
CheckedChanged
Solution Explorer
procedure footer
IntelliSense
43. The set of directions given to a computer is called _____
checked
controls
WindowsApplication (followed by a number)
a program
44. The window that displays a list of the projects contained in the current solution and the items contained in each project.
BorderStyle = Fixed3D
Solution Explorer Window
calendar
solution
45. Keyboard shortcut to step through line by line
Ctrl-Shift-s
user interface
F8
For...Next
46. Get component to add multiple controls to a table cell
Me.Close()
code editor window
Camel case
Toolbox - Containers - FlowLayoutPanel
47. The ___ property of a button object contains the name of the button.
While
ID
requiredfieldvalidator
solution
48. The ___ property of a checkbox indicates where a checkbox has been checked.
CheckedChanged
BorderStyle = Fixed3D
executable file
checked
49. When a form has been modified since the last time it was saved appears on its tab in the designer window
Pascal case
function
Not
an asterisk (*)
50. Zero or more characters enclosed in quotation marks
String
Tab index
AutoSize = True
procedure header