You are on page 1of 3

Quia - Worksheet

Name ________________________ Date ________________

Visual Basic Test

No other window or browser tab is allowed open during this test. If you are observed with another
window or browser tab opened, your test will be ended and you will receive zero credit for this
test.

1. Enter a comment or remark line by placing a(n) ______ at the start of the line. (1point)
apostrophe

@ symbol

ampresand

asterisk

2. What window lists all designed properties? (1point)


_______________

3. How would you set the property to size an object to a height of 200 and width of 400 pixels?
(1point)
400, 200

400w x 200h

400 x 200

200 H, 400 W

4. Specify the line number to insert the "End Class" instruction in this code set:
1 Class bankAccount
2
3 Private accountBalance As Decimal
4
5 Public ReadOnly Property balance() As Decimal
6 Get
7 Return accountBalance
8 End Get
9
(1point)
_______________

5. In programming, What two words comprise the last line of an If statement (i.e. terminates
the If statement)? (1point)
_______________

6. What property sets the border to be placed around an object? (1point)
Borders and Shading

BorderText

BorderStyle

Border

BorderColor

7. A programming language's rules are its _____.


(1point)
Format

https://www.quia.com/servlets/quia.worksheet.WSManager?tagActivityId=13537240&tagPageTypeCode=quiz[4/19/2017 4:00:52 PM]


Quia - Worksheet

logic

syntax

options

8. After a successful debugging in VB, it is good practice to select File > ___________ (or click
the icon that performs this same function). (1point)
_______________

9. What window contains tools that you use to draw controls on the form? (1point)
_______________

10.What symbol follows a method? (1point)
()

""

11.Matching: (8points)

_____ ColumnSpan = 2 a. End a subroutine


b. Get an Open File Dialog Box to add to a
_____ Public form
c. Property to have a table fill the entire form
_____ End Sub d. Add an Event Handler to a control code
e. Property to merge two cells in a table
_____ .vb
f. Get component to add multiple controls to a
table cell
_____ Dock = Fill
g. Visual Basic code file extension
_____ Double click it h. Default access level for class members

_____ Toolbox - Dialogs -


OpenFileDialog

_____ Toolbox - Containers -


FlowLayoutPanel

12.True or False: Adding remarks or comments to your VB code is accomplished by inserting a


single quotation mark at the start of lines. (1point)
True

False

13.The term GUI stands for _____. (1point)


Grand User Icons.

Good Uniform Instructions.



Graphical User Interface.

14.Matching - Programming terms. (9points)

https://www.quia.com/servlets/quia.worksheet.WSManager?tagActivityId=13537240&tagPageTypeCode=quiz[4/19/2017 4:00:52 PM]


Quia - Worksheet

_____ Programming a. actions that cause an object to react


b. the job of running a program to find out if it works and fixing
_____ code any problems
c. creating instructions for the computer to accomplish a task
_____ debug d. set of instructions that a computer executes in order to
accomplish a task
_____ label e. An object - used to place text or instructions on the screen -
users cannot change a label
_____ project f. a window in which programmers place visual objects


g. a visual basic program that is made up of more than one file
_____ event
h. An object oriented language used for computer programming
i. a set of instructions that tells a computer how to do the work
_____ Visual Basic

_____ Program

_____ Form

15.In Visual Basic, IDE stands for: (1point)


Intentional Decision Elevation

International Development E-learning

Internal Decimal Equation

Integrated Development Environment

16.What window lists all the files included in the solution? (1point)
_______________

https://www.quia.com/servlets/quia.worksheet.WSManager?tagActivityId=13537240&tagPageTypeCode=quiz[4/19/2017 4:00:52 PM]

You might also like