
Chapter 3 (to Section 3.6) Test
Computers
9th - 12th Grade
Used 12+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
34 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
It's possible to view the order in which all controls on a form will receive the focus by ________.
clicking TabOrder in the Properties window
clicking View on the menu bar and then Tab Order
pressing the Esc key
all of the above
2.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What is the value of intE after the following statements execute?
Dim intC As Integer
Dim intD As Integer
Dim intE As Integer
intC = 20
intD = 3
intE = intC \ intD
0
6
6.66667
7
3.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Which will be displayed in the label lblResult following execution of the code below?
Dim dblGrossPay as Double
dblGrossPay = 3500
lblResult.Text = dblGrossPay.ToString("c")
$3,500.00
3500.00
$3,500.00
3500
4.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Variables declared within a button's click-event are ________ variables.
private
global
String
local
5.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What is the default value assigned to a new Date object?
12:00:00 AM January 1, 1980
12:00:00 PM January 1, of the year 1
12:00:00 AM January 1, 2000
12:00:00 AM, January 1 of the year 1
6.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Which of the following declares a variable named index that stores whole numbers?
(Variable nameprefixes have intentionally been omitted.)
Dim Integer As index
Dim index As String
Dim index As Integer
Dim index As Whole
7.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Which of the following is false in regard to naming variables?
Names may contain letters.
Names may contain digits.
Names may contain underscores.
Names may contain spaces.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?