Java Review

Java Review

12th Grade

25 Qs

quiz-placeholder

Similar activities

React - Introdução

React - Introdução

12th Grade - University

27 Qs

organisation of data

organisation of data

11th Grade - Professional Development

20 Qs

Actividad Is

Actividad Is

1st Grade - University

20 Qs

Chapter 8 Thinking, Language, and Intelligence

Chapter 8 Thinking, Language, and Intelligence

11th Grade - University

21 Qs

P. Quiz 1.1 (UCSP) ICT

P. Quiz 1.1 (UCSP) ICT

12th Grade

24 Qs

PEMPROGRAMAN DASAR

PEMPROGRAMAN DASAR

9th - 12th Grade

30 Qs

C Programming

C Programming

12th Grade - University

25 Qs

AUTOCAD BASICS

AUTOCAD BASICS

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