Chapter 3 (to Section 3.6) Test

Chapter 3 (to Section 3.6) Test

9th - 12th Grade

34 Qs

quiz-placeholder

Similar activities

Unit 1: Primitive Types - AP Computer Science A

Unit 1: Primitive Types - AP Computer Science A

9th - 12th Grade

33 Qs

Java Basics

Java Basics

11th - 12th Grade

35 Qs

Arrays and Strings in C

Arrays and Strings in C

12th Grade - University

32 Qs

Visual Basic_Quiz

Visual Basic_Quiz

12th Grade

30 Qs

J3 - Review 2021-22

J3 - Review 2021-22

9th - 12th Grade

36 Qs

Zero Lessons Test Review

Zero Lessons Test Review

10th - 12th Grade

32 Qs

C# Final

C# Final

10th Grade

34 Qs

Unit 3: Values and Data types

Unit 3: Values and Data types

9th - 10th Grade

32 Qs

Chapter 3 (to Section 3.6) Test

Chapter 3 (to Section 3.6) Test

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Used 12+ times

FREE Resource

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.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?