Java Review

Java Review

12th Grade

25 Qs

quiz-placeholder

Similar activities

INVESTMENT APPRAISAL

INVESTMENT APPRAISAL

12th Grade - University

23 Qs

Bloed op het schoolplein

Bloed op het schoolplein

1st Grade - Professional Development

20 Qs

Java Programming Quiz

Java Programming Quiz

12th Grade

20 Qs

สอบปลายภาค วิชาพื้นฐานการเขียนโปรแกรมคอมพิวเตอร์ (C++)

สอบปลายภาค วิชาพื้นฐานการเขียนโปรแกรมคอมพิวเตอร์ (C++)

12th Grade - University

20 Qs

Play with Python Lib

Play with Python Lib

KG - Professional Development

30 Qs

Quiz on Arrays and Strings

Quiz on Arrays and Strings

12th Grade

20 Qs

Data Types and Operators

Data Types and Operators

9th - 12th Grade

26 Qs

Test Faham?

Test Faham?

12th Grade - Professional Development

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