Java Review

Java Review

12th Grade

25 Qs

quiz-placeholder

Similar activities

ASAS TATASUSUNAN - UJIAN

ASAS TATASUSUNAN - UJIAN

12th Grade

20 Qs

OOP (Object Oriented Programming)

OOP (Object Oriented Programming)

9th - 12th Grade

30 Qs

math

math

KG - Professional Development

26 Qs

Abdomen UTZ - Imaging of Small Parts

Abdomen UTZ - Imaging of Small Parts

1st - 12th Grade

20 Qs

Java Variables Quiz

Java Variables Quiz

12th Grade

25 Qs

Data Structures Key Terms

Data Structures Key Terms

12th Grade

25 Qs

HTML, CSS, and JavaScript Quiz

HTML, CSS, and JavaScript Quiz

12th Grade

20 Qs

Soal Algoritma dan Struktur Data

Soal Algoritma dan Struktur Data

12th Grade

20 Qs

Java Review

Java Review

Assessment

Quiz

Other

12th Grade

Medium

Created by

Kristel Rebana

Used 10+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

IndexOutOfBoundsException is an exception that occurs when trying to access an array with an index that is either too large or too small.

TRUE

FALSE

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Syntax error is a type of compiler error that prevents a program from compiling and creating an executable file with a .class extension.

TRUE

FALSE

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Arithmetic Exception is an exception that occurs whenever a wrong mathematical or arithmetic operation appears in the code during run time.

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Variable is an integer contained within square brackets that indicates one of an array’s variables, or elements?

TRUE

FALSE

Answer explanation

SUBSCRIPT is an integer contained within square brackets that indicates one of an array’s variables, or elements.

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Parallel array is an array with the same number of elements and for which the values in corresponding elements are related.

TRUE

FALSE

Answer explanation

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Loop is a collection of multiple values in a single variable with a similar data type?

TRUE

FALSE

Answer explanation

ARRAY is a collection of multiple values in a single variable with a similar data type.

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The elements of an array are stored in a non-contiguous memory location.

TRUE

FALSE

Answer explanation

The elements of an array are stored in a CONTIGUOUS memory location.

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?