Java Array Quiz

Java Array Quiz

12th Grade

18 Qs

quiz-placeholder

Similar activities

Java-Chapter 10 Exam

Java-Chapter 10 Exam

9th - 12th Grade

20 Qs

AP CSA Unit 1 Review

AP CSA Unit 1 Review

10th - 12th Grade

20 Qs

JavaScript Functions and Parameters

JavaScript Functions and Parameters

9th - 12th Grade

20 Qs

Parts of the Motherboard

Parts of the Motherboard

12th Grade

15 Qs

Java switch/for/while

Java switch/for/while

9th - 12th Grade

15 Qs

CSAwesome Unit 1 Test

CSAwesome Unit 1 Test

12th Grade

18 Qs

Programación III

Programación III

12th Grade

16 Qs

Basics in Java

Basics in Java

9th - 12th Grade

15 Qs

Java Array Quiz

Java Array Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Abed Hani

Used 2+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

PC1.2 - Creating and Initializing Arrays: Question 1
0
3
null
Compilation error

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

PC1.2 - Creating and Initializing Arrays: Question 2
Fasle
True
null
Compilation error

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

PC1.2 - Creating and Initializing Arrays: Question 3
0.0
1
null
Compilation error

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

PC1.3 - Using Initializer Lists: Question 1
2
4
6
Compilation error

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

PC1.3 - Using Initializer Lists: Question 2
a
b
c
Compilation error

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

PC1.3 - Using Initializer Lists: Question 3
Alice
Bob
Charlie
Compilation error

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

PC1.4 - Accessing and Modifying Array Elements: Question 4
System.out.println(ages[3]); and ages[2] = 37;
System.out.println(ages[2]); and ages[2] = 37;
System.out.println(ages[1]); and ages[1] = 37;
System.out.println(ages[0]); and ages[3] = 37;

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?