This quiz titled 'IT 15 SEMI FINALS!' tests knowledge on arrays, focusing on their properties, identification, and usage in programming.
Add(x)
Add(y,x)
Add(x,y)
Add(y)
Rate this question:
Public
Private
Prototype
Protected
Rate this question:
19
20
String
Places
Rate this question:
Method prototype
Method definition
Method call
Return type
Rate this question:
One-dimensional
Two-dimensional
Three-dimensional
Multidimensional
Rate this question:
Variable
Array
Functions
Constants
Rate this question:
Integers
Characters
Floating point
String
Rate this question:
One-dimensional
Two-way
Three-type
Multidimensional
Rate this question:
Type of an Array
Index of an Array
Strength of an Array
Size of an Array
Rate this question:
Int ages[1,2,3,4,5];
Int ages = {1,2,3,4,5};
Int[5] ages = new int[{1,2,3,4,5}];
Int[] ages = {1.9, 2.9, 3.4, 3.5};;
Rate this question:
1
5
4
7
Rate this question:
By their array sizes
By their indexes
By their array names
By their array locations
Rate this question:
Public
Private
Prototype
Protected
Rate this question:
1
5
4
7
Rate this question:
Array location
Array index
Array Size
Array Type
Rate this question:
Method prototype
Method definition
Method call
Return type
Rate this question:
3
The size of the array
. the size of the array -2
Rate this question:
Index of an array
Strength of an Array
Size of an Array
Type of an array
Rate this question:
3
The size of the array
. the size of the array -1
Rate this question:
Rate this question:
Rate this question:
Quiz Review Timeline (Updated): May 26, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.