Chapter 3 (to Section 3.6) Test

Chapter 3 (to Section 3.6) Test

9th - 12th Grade

34 Qs

quiz-placeholder

Similar activities

Java Quiz

Java Quiz

11th Grade - University

34 Qs

Python программалоо тили

Python программалоо тили

7th - 11th Grade

30 Qs

مراجعة شاملة مقرر حاسب1

مراجعة شاملة مقرر حاسب1

10th Grade

30 Qs

แบบทดสอบปลายภาค ภาษาซี

แบบทดสอบปลายภาค ภาษาซี

9th Grade

30 Qs

Python Programming

Python Programming

5th - 9th Grade

37 Qs

Grade9 W1_4

Grade9 W1_4

9th Grade

32 Qs

Arduino

Arduino

7th - 12th Grade

32 Qs

ASESMEN TENGAH SEMESTER INFORMATIKA KELAS X - SMKN 52 JAKARTA

ASESMEN TENGAH SEMESTER INFORMATIKA KELAS X - SMKN 52 JAKARTA

10th 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?