Issues with array

Issues with array

Professional Development

48 Qs

quiz-placeholder

Similar activities

Java Collections Trivia

Java Collections Trivia

Professional Development

45 Qs

CSI-Student Chapter Technical Quiz

CSI-Student Chapter Technical Quiz

Professional Development

50 Qs

Computer architecture

Computer architecture

Professional Development

51 Qs

May test sscsa

May test sscsa

Professional Development

50 Qs

Technical Evaluation - 101 - 2024

Technical Evaluation - 101 - 2024

Professional Development

50 Qs

UAS DASAR KOMPUTER DAN PEMOGRAMAN

UAS DASAR KOMPUTER DAN PEMOGRAMAN

Professional Development

50 Qs

OS CH8_1

OS CH8_1

12th Grade - Professional Development

45 Qs

Cuestionario de JavaScript

Cuestionario de JavaScript

Professional Development

50 Qs

 Issues with array

Issues with array

Assessment

Quiz

Computers

Professional Development

Hard

Created by

ANIL KUMAR

FREE Resource

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is disadvantage of array in Java?
a) Arrays allow variable size changes.
b) Arrays store multiple data types.
c) Arrays offer easy insertion and deletion.
d) Arrays have a fixed size, hindering size changes.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the challenges to using array?
a) Insertion/deletion is simple and efficient.
b) Memory wastage is eliminated in arrays.
c) Arrays don't require consecutive memory storage.
d) Insertion/deletion are complex due to consecutive memory, wastage from excess allocation.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why arrays are difficult in Java?
a) Indexing is unnecessary in arrays.
b) Arrays are versatile with various data types.
c) Beginners struggle with content distinction.
d) Beginners struggle with indexing and content distinction, affecting usage.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the main disadvantages of arrays?
a) Arrays have dynamic size changes.
b) Arrays lack memory wastage.
c) Arrays allow heterogeneous data storage.
d) Fixed size, memory wastage, and complex insertion/deletion make arrays less versatile.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why array is not thread safe in Java?
a) Arrays are inherently thread-safe.
b) Arrays' mutability enhances thread safety.
c) Arrays are thread-safe when used carefully.
d) Arrays' mutability makes them non-thread-safe; copying arrays is safer.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is array type safe in Java?
a) Immutable arrays are always thread-safe.
b) Array type safety depends on the Java version.
c) Mutable arrays are treated as immutable.
d) Immutable arrays allow treating String[] as Object[], but mutable arrays don't.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the complexities of array?
a) Array access complexity is O(n).
b) Linear search complexity is O(1).
c) Array access complexity is O(1).
d) Linear search complexity is O(n).

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?