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. In VB you first create the ________
Ctrl-Shift-s
'
an asterisk (*)
user interface
2. Conditions can involve variables - _________ and functions
label
Keyword
operators
decision
3. What you see and interact with when using an application
Toolbox - Containers - FlowLayoutPanel
Ctrl-Shift-s
frmMyFirstForm
User interface
4. When the user clicks a button __________ is raised.
sequence
event
calendar
The Properties window
5. Another name for a program
sleep
exitButtol1 System.Windows.Forms.Button
Application
user interface
6. A ___ procedure completes its task and returns a value of a specified data type
parameters
function
Keyword
event
7. Write the value of a string variable called "message" on the command line
assignment statement
Microsoft.net
Console.WriteLine(message)
operators
8. 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
Camel case
Keyword
Properties
'
9. What VB calls a window or a screen
decision
A class
form
function
10. The set of directions given to a computer is called _____
Me.Close( )
code
a program
F8
11. The ___ object shows the days organized by month relevant to the year.
Shift-Alt-Enter
calendar
namespace
label
12. A property provides access to class data in a controlled manner through these
get and set accessors
sequence
FlowDirector = RightToLeft
Dim (short for Dimension)
13. Are found in the toolbox
Dock = Fill
Class definition
controls
property
14. A pattern or blueprint that the computer uses to create an object.
class
checked
parameters
input/output
15. Write a blank line on the command line
Console.WriteLine("")
assignment statement
user interface
camel
16. The ___ exception type occurs when a variable is converted to another data type that is not possible.
controls
format exception
Dim (short for Dimension)
FlowDirector = RightToLeft
17. Assume an application needs to calculate and display a sales tax amount. The application should display the calculated amount in a _________________ control.
label
Solution Explorer Window
command button
MessageBox.Show("Hi there")
18. Automatically inserting text and words that have similar meaning to those currently being entered by the programmer
While
get and set accessors
IntelliSense
analysis
19. When a form has been modified since the last time it was saved appears on its tab in the designer window
ID
Class definition
an asterisk (*)
label
20. Property to have controls appear in Flow Layout Panel justified = right
FlowDirector = RightToLeft
Console.WriteLine("")
Keyword
Me.Close( )
21. 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?
WindowsApplication (followed by a number)
User interface
Class definition
assignment statement
22. The proper syntax when using a message dialog box
MessageBox.Show("Hi there")
Solution Explorer
Tab index
procedure footer
23. Property to merge two cells in a table
solution
ColumnSpan = 2
an asterisk (*)
Text = My Form
24. Enter a comment or remark
Warning
: Invalid argument supplied for foreach() in
/var/www/html/basicversity.com/show_quiz.php
on line
183
25. To end an application when a button is clicked you enter the instruction in the button's click event procedure.
Me.Close()
Size Mode = StretchImage
IntelliSense
Solution Explorer Window
26. Framework 2.0 a platform on which you create applications
AutoSize = True
input/output
class
Microsoft.net
27. Assigns a value to a variable or property of a control
Function
assignment statement
decision
procedure header
28. The proper order of procedures used in the problem-solving process: _______ - design - coding - testing
Toolbox - Containers - FlowLayoutPanel
form
analysis
Dim message As String
29. The ___ property contains the name of the object to be validated when using any of the validation objects on a web form.
Console.WriteLine(message)
controltovalidate
form
analysis
30. A block of code that specifies (or defines) the appearance and behaviors of an object
Class definition
Auto Hide
user interface
Assignment operator
31. The three main logical operators are And - Or and _______
solution
an asterisk (*)
Not
Ctrl-F5
32. Can be run outside of visual studio 2005 has file extension of .exe
Application
Camel case
executable file
BorderStyle = Fixed3D
33. The ___ method converts a string to lower case letters.
encapsulation
Tab index
to lower
namespace
34. This feature in Visual Basic allows you to make more room on your screen by temporarily minimizing certain windows
.vb
Auto Hide
Tab index
Text
35. Declare a new variable
Dim (short for Dimension)
Dock = Fill
'
Dim message As String
36. In object-oriented programming anything that can be seen or touched or used
object
Shift-Alt-Enter
controltovalidate
Camel case
37. Actions such as clicking & double-clicking and scrolling are called _________
checked
user interface
Class definition
events
38. Loop to repeat a code block for an uncertain number of times
command button
For...Next
While
to lower
39. An object (such as a button)
ColumnSpan = 2
control
WindowsApplication (followed by a number)
assignment statement
40. A container that stores the projects and files for an entire application
format exception
Text
Tab index
solution
41. The ___ object should be used to ensure that the user enters data in a field .
Keyword
method
requiredfieldvalidator
control
42. The parallelogram flowchart symbol represents _______
Me.Close( )
method
Size Mode = StretchImage
input/output
43. Member of a class that provides access to class data in a controlled manner
Button control
property
F8
Size Mode = StretchImage
44. The three basic types of statement structures: decision - _______ - loop
F5
sequence
Assignment operator
analysis
45. The = symbol
WindowsApplication (followed by a number)
For...Next
ColumnSpan = 2
assignment operator
46. Used to change how objects look and feel
controls
While
The Properties window
Tab index
47. Using the ___ procedure will cause the application to wait a specific amount of time.
a program
Button control
Camel case
sleep
48. Property to display an empty frame when a Picture Box is empty
executable file
decision
BorderStyle = Fixed3D
property
49. Values (or variable values) passed to a subprogram when you call or invoke it
While
Ctrl-Shift-s
parameters
frmMyFirstForm
50. Program instructions
code
Dock = Fill
For...Next
Auto Hide