Java Chapter 7 Review Questions

Java Chapter 7 Review Questions

Professional Development

23 Qs

quiz-placeholder

Similar activities

Chapter 5 : JavaScript Objects & Arrays

Chapter 5 : JavaScript Objects & Arrays

Professional Development

20 Qs

Data Structures

Data Structures

University - Professional Development

20 Qs

C Programming Intro

C Programming Intro

Professional Development

24 Qs

Data Structure

Data Structure

Professional Development

20 Qs

BDA Unit Test II

BDA Unit Test II

Professional Development

20 Qs

Final Quiz

Final Quiz

Professional Development

20 Qs

Advanced JavaScript

Advanced JavaScript

Professional Development

20 Qs

js DOM

js DOM

12th Grade - Professional Development

20 Qs

Java Chapter 7 Review Questions

Java Chapter 7 Review Questions

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Alejandro Hidalgo

Used 2+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an array declaration, this indicates the number of elements that the array will have

subscript

size declarator

element sum

reference variable

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each element of an array is accessed by a number know as a(n):

subscript

size declarator

address

specifier

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The first subscript in an array is always

1

0

-1

1 less than the number of elements

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The last subscript in an array is always

100

0

-1

1 less than the number of elements

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Array bounds checking happens:

when the program is compiled

when the program is saved

when the program runs

when the program is loaded into memory

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This array field holds the number of elements that the array has

size

elements

length

width

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This search algorithm steps through an array, comparing each item with the search value

binary search

sequential search

selection search

iterative search

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?