Issues with array

Issues with array

Professional Development

48 Qs

quiz-placeholder

Similar activities

Multiplication Arrays for Jimbe

Multiplication Arrays for Jimbe

KG - Professional Development

44 Qs

GM Calibration

GM Calibration

Professional Development

52 Qs

ITS 101 10-14 Review

ITS 101 10-14 Review

10th Grade - Professional Development

45 Qs

Revision database

Revision database

Professional Development

45 Qs

Python Refresher

Python Refresher

Professional Development

50 Qs

CS- Data Security Level 6

CS- Data Security Level 6

Professional Development

48 Qs

Comptia A+ Core 1 pt.2

Comptia A+ Core 1 pt.2

University - Professional Development

50 Qs

Unity Storage System Multiple Choice Questions

Unity Storage System Multiple Choice Questions

Professional Development

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