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. The attributes of an object that control the object's appearance and behavior
solution
Properties
IntelliSense
Button control
2. The keyboard shortcut used to activate the Properties window.
A class
Console.WriteLine(message)
Microsoft.net
F5
3. Write the value of a string variable called "message" on the command line
ID
exitButtol1 System.Windows.Forms.Button
Console.WriteLine(message)
event
4. Keyboard shortcut to make Form Design window full screen
Shift-Alt-Enter
double click on it
event
Function
5. The proper order of procedures used in the problem-solving process: _______ - design - coding - testing
A class
analysis
control
Toolbox - Containers - TableLayoutPanel
6. Declare a new variable
Dim (short for Dimension)
exitButtol1 System.Windows.Forms.Button
Properties
CheckedChanged
7. Enter a comment or remark
Warning
: Invalid argument supplied for foreach() in
/var/www/html/basicversity.com/show_quiz.php
on line
183
8. Property to have controls appear in Flow Layout Panel justified = right
GUI
FlowDirector = RightToLeft
Button control
Camel case
9. The proper syntax when using a message dialog box
Dim (short for Dimension)
event
calendar
MessageBox.Show("Hi there")
10. View the code associated with a form or control in design view
double click on it
IDE
procedure header
assignment operator
11. Framework 2.0 a platform on which you create applications
events
operators
to lower
Microsoft.net
12. The text that appears on the face of a button control is stored in the control's ___________________ property.
Text
Auto Hide
Ctrl-F5
IntelliSense
13. The ___ object shows the days organized by month relevant to the year.
WindowsApplication (followed by a number)
events
format exception
calendar
14. Get a box for loading a picture into a form
event
Toolbox - Common Controls - PictureBox
The Properties window
MessageBox.Show("Hi there")
15. Property to display an empty frame when a Picture Box is empty
Dim (short for Dimension)
BorderStyle = Fixed3D
IDE
a program
16. Keyboard shortcut to run a program without debugging
Auto Hide
Ctrl-F5
requiredfieldvalidator
decision
17. The ___ property of a checkbox indicates where a checkbox has been checked.
executable file
While
solution
checked
18. This property of controls tells the oreder they receive the focus when the tab key is pressed during run time
event
control
Dim (short for Dimension)
Tab index
19. Property to display "My Form" in the title bar of a form
Text = My Form
assignment statement
Pseudocode
For...Next
20. A control that performs an immediate action when clicked
Button control
Camel case
Dim (short for Dimension)
Solution Explorer
21. The default event procedure for a check box is __________
CheckedChanged
assignment statement
code editor window
Dim message As String
22. The ___ object should be used to ensure that the user enters data in a field .
decision
While
Class definition
requiredfieldvalidator
23. Graphical User Interface
solution
GUI
label
Toolbox - Containers - TableLayoutPanel
24. To end an application when a button is clicked you enter the instruction in the button's click event procedure.
Ctrl-Shift-s
Me.Close()
MessageBox.Show("Hi there")
ColumnSpan = 2
25. The real title of a button
start/stop
BorderStyle = Fixed3D
For...Next
command button
26. What you see and interact with when using an application
form
decision
User interface
concatenation
27. The text of a label or a button that appears on the form
assembly
caption
Not
Boolean
28. An application calculates and displays a sales tax amount. The application should display the calculated amount in a control.
Boolean
label
ID
form
29. Assume an application needs to calculate and display a sales tax amount. The application should display the calculated amount in a _________________ control.
label
Tab index
Toolbox - Common Controls - PictureBox
to lower
30. Program instructions
label
User interface
code
sequence
31. Automatically inserting text and words that have similar meaning to those currently being entered by the programmer
User interface
F5
IntelliSense
Solution Explorer Window
32. A word that has special meaning in a programming language
Text
start/stop
Keyword
event
33. Keyboard shortcut to step through line by line
to lower
CheckedChanged
F8
For...Next
34. Values (or variable values) passed to a subprogram when you call or invoke it
String
requiredfieldvalidator
parameters
property
35. A container that stores the projects and files for an entire application
Me.Close( )
Toolbox - Containers - FlowLayoutPanel
control
solution
36. The diamond flowchart symbol represents ______
decision
While
Keyword
FlowDirector = RightToLeft
37. The parallelogram flowchart symbol represents _______
input/output
Application
Function
solution
38. The window lists the projects and files included in a solution
Ctrl-F5
property
Solution Explorer
IntelliSense
39. Can be run outside of visual studio 2005 has file extension of .exe
Ctrl-Shift-s
executable file
Toolbox - Containers - TableLayoutPanel
Text
40. The ___ information screen contains values that include the program name & description & company & product and copyright date.
control
F8
assembly
IntelliSense
41. An object (such as a button)
namespace
event
control
WindowsApplication (followed by a number)
42. The window that displays a list of the projects contained in the current solution and the items contained in each project.
Console.WriteLine("")
namespace
format exception
Solution Explorer Window
43. You use _______________ case for control names.
Keyword
operators
camel
events
44. Actions such as clicking & double-clicking and scrolling are called _________
events
While
encapsulation
'
45. The = symbol
The Properties window
Text = My Form
assignment operator
code
46. Subroutine that returns a value
Function
controls
object
Keyword
47. Used to change how objects look and feel
Toolbox - Common Controls - PictureBox
event
The Properties window
assignment statement
48. __________________________ is a pattern or blueprint for creating an object.
A class
Dim (short for Dimension)
user interface
controls
49. In VB you first create the ________
Toolbox - Containers - FlowLayoutPanel
analysis
input/output
user interface
50. You use the window to set the characteristics that control an object's appearance and behavior.
code
Properties
assignment statement
Shift-Alt-Enter