Chapter 3 (to Section 3.6) Test

Chapter 3 (to Section 3.6) Test

9th - 12th Grade

34 Qs

quiz-placeholder

Similar activities

AP CS A Midterm Review

AP CS A Midterm Review

9th - 12th Grade

37 Qs

2.16.1: Basic Java Review

2.16.1: Basic Java Review

10th Grade

32 Qs

8525 AQA GCSE 3.2.7 Inputs and Outputs

8525 AQA GCSE 3.2.7 Inputs and Outputs

11th Grade

30 Qs

GUIA NO 4 FINAL JUEGO DINAMICO

GUIA NO 4 FINAL JUEGO DINAMICO

9th - 12th Grade

35 Qs

Microsoft Python Unit 1 Review

Microsoft Python Unit 1 Review

9th - 12th Grade

34 Qs

Bimestral: Programación IV - 4Baco/Baci

Bimestral: Programación IV - 4Baco/Baci

10th Grade

30 Qs

Python Quiz II

Python Quiz II

9th Grade - University

30 Qs

Java Boolean

Java Boolean

10th - 12th Grade

30 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?