This quiz titled 'IT 15 SEMI FINALS SECTION 10' tests knowledge on arrays in programming, focusing on their properties, types, and capacities.
Variable
Array
Functions
Constants
Rate this question:
Type of an Array
Index of an Array
Strength of an Array
Size of an Array
Rate this question:
By their array sizes
By their indexes
By their array names
By their array locations
Rate this question:
Index of an array
Strength of an Array
Size of an Array
Type of an array
Rate this question:
Integers
Characters
Floating point
String
Rate this question:
19
20
String
Places
Rate this question:
3
The size of the array
.the size of the array -1
0
Rate this question:
3
The size of the array
The size of the array -1
0
Rate this question:
Array location
Array index
Array Size
Array Type
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:
One-dimensional
Two-way
Three-type
Multidimensional
Rate this question:
One-dimensional
Two-dimensional
Three-dimensional
Multidimensional
Rate this question:
1
5
4
7
Rate this question:
1
5
4
7
Rate this question:
Public
Private
Prototype
Protected
Rate this question:
Add(x)
Add(y,x)
Add(x,y)
Add(y)
Rate this question:
Public
Private
Prototype
Protected
Rate this question:
Method prototype
Method definition
Method call
Return type
Rate this question:
Method prototype
Method definition
Method call
Return type
Rate this question:
Quiz Review Timeline (Updated): Apr 19, 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.