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.
form
label
Not
assignment statement
2. Get component to add multiple controls to a table cell
User interface
Class definition
Toolbox - Containers - FlowLayoutPanel
Text = My Form
3. To end an application when a button is clicked you enter the instruction in the button's click event procedure.
Me.Close()
operators
A class
Class definition
4. The ___ property of a button object contains the name of the button.
ID
For...Next
camel
A class
5. A pattern or blueprint that the computer uses to create an object.
Me.Close( )
camel
class
Size Mode = StretchImage
6. A description on an algorithm similar to a computer language.
form
Pseudocode
Ctrl-F5
Keyword
7. The "rectangle with rounded sides" flowchart symbol represents ______
.vb
The Properties window
Dock = Fill
start/stop
8. Declare a new variable
Application
concatenation
IDE
Dim (short for Dimension)
9. The proper order of procedures used in the problem-solving process: _______ - design - coding - testing
Console.WriteLine("")
Tab index
analysis
AutoSize = True
10. Keyboard shortcut to run a program without debugging
Tab index
Text
MessageBox.Show("Hi there")
Ctrl-F5
11. Graphical User Interface
Console.WriteLine(message)
function
IDE
GUI
12. A group of classes or modules
Boolean
namespace
Button control
property
13. A ___ procedure completes its task and returns a value of a specified data type
function
Tab index
sleep
caption
14. The = symbol
executable file
assignment operator
BorderStyle = Fixed3D
Text
15. The circle flowchart symbol represents ______
assignment statement
Dock = Fill
decision
user interface
16. The three main logical operators are And - Or and _______
input/output
Not
get and set accessors
WindowsApplication (followed by a number)
17. Property to have controls appear in Flow Layout Panel justified = right
event
Not
FlowDirector = RightToLeft
GUI
18. Assume an application needs to calculate and display a sales tax amount. The application should display the calculated amount in a _________________ control.
start/stop
label
Button control
Function
19. Equal sign
Assignment operator
caption
double click on it
AutoSize = True
20. Property to stretch an image to fill the size of the form
sleep
analysis
Size Mode = StretchImage
controltovalidate
21. __________________________ is a pattern or blueprint for creating an object.
A class
requiredfieldvalidator
WindowsApplication (followed by a number)
operators
22. Use of properties to control access to class data
encapsulation
Console.WriteLine("")
'
assembly
23. Begins with keyword Private. procedure name includes object name and event name. handle cause indicates for which objects events this code will execute.
procedure header
code
Boolean
assignment statement
24. The ___ information screen contains values that include the program name & description & company & product and copyright date.
assembly
Boolean
Tab index
assignment statement
25. Integrated development environment
IDE
double click on it
Microsoft.net
camel
26. 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)
code editor window
F5
Auto Hide
27. Actions such as clicking & double-clicking and scrolling are called _________
events
double click on it
Pseudocode
assignment statement
28. Write a blank line on the command line
Shift-Alt-Enter
code editor window
Console.WriteLine("")
Ctrl-Shift-s
29. Subroutine that returns a value
ColumnSpan = 2
get and set accessors
Function
decision
30. The ___ object should be used to ensure that the user enters data in a field .
assignment statement
Ctrl-Shift-s
requiredfieldvalidator
concatenation
31. Closes the the current form
Me.Close( )
requiredfieldvalidator
Function
A class
32. Using the ___ procedure will cause the application to wait a specific amount of time.
label
sleep
String
F8
33. Member of a class that provides access to class data in a controlled manner
frmMyFirstForm
concatenation
property
Solution Explorer Window
34. Write the value of a string variable called "message" on the command line
Console.WriteLine(message)
'
Pseudocode
Toolbox - Common Controls - PictureBox
35. Can be run outside of visual studio 2005 has file extension of .exe
executable file
Dim message As String
GUI
Ctrl-Shift-s
36. Used to change how objects look and feel
Boolean
decision
namespace
The Properties window
37. The text of a label or a button that appears on the form
command button
caption
analysis
procedure header
38. Example of camel notation
frmMyFirstForm
checked
Size Mode = StretchImage
analysis
39. Are found in the toolbox
controls
encapsulation
analysis
calendar
40. A is a container that stores the projects and files for an entire application.
F5
label
solution
controls
41. Property to merge two cells in a table
camel
procedure header
control
ColumnSpan = 2
42. A property provides access to class data in a controlled manner through these
caption
encapsulation
Dim (short for Dimension)
get and set accessors
43. Loop to repeat a code block for a specified number of times
For...Next
solution
label
event
44. Enter a comment or remark
Warning
: Invalid argument supplied for foreach() in
/var/www/html/basicversity.com/show_quiz.php
on line
183
45. The set of directions given to a computer is called _____
double click on it
Text
a program
Me.Close( )
46. The parallelogram flowchart symbol represents _______
F5
procedure footer
String
input/output
47. The window in which you enter your application's code
Camel case
code editor window
Properties
Microsoft.net
48. Zero or more characters enclosed in quotation marks
requiredfieldvalidator
String
Dim message As String
executable file
49. 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.
assembly
solution
exitButtol1 System.Windows.Forms.Button
object
50. Framework 2.0 a platform on which you create applications
Microsoft.net
exitButtol1 System.Windows.Forms.Button
BorderStyle = Fixed3D
Button control