Issues with array

Issues with array

Professional Development

48 Qs

quiz-placeholder

Similar activities

C Programming Array

C Programming Array

Professional Development

45 Qs

Java Control Statement and Arrays practice

Java Control Statement and Arrays practice

Professional Development

45 Qs

FINAL EXAM

FINAL EXAM

Professional Development

50 Qs

Code A Thone Finals

Code A Thone Finals

Professional Development

45 Qs

PHP Dev

PHP Dev

Professional Development

44 Qs

data structures mcq1

data structures mcq1

Professional Development

45 Qs

Technical Quiz Competation

Technical Quiz Competation

Professional Development

50 Qs

C++ Intermediate

C++ Intermediate

Professional Development

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