Font size
WorksheetsArrays
Total questions: 10
Worksheet time: 8mins
what is an Array?
variable
data type
pointer
string
why arrays are required?
searching
sorting
reading
passing
Arrays are ...................data types?
built-in
user defined
computer
analysis
The total number of elements in the array is called...............
Length
memory
index
subscript
which statement is true about Arrays
1) Arrays can store a large number of value with single name.
2) Arrays are used to process many value easily and quickly.
3) The values stored in an array can be sorted easily.
4) The search process can be applied on arrays easily.
all above are true
How many types of arrays are there?
One-Dimension Array
Two-Dimension Array
Three Dimension Array
five Dimension Array
what technique is used for sorting arrays
selection sort
apple sort
bubble sort
move sort
In 2-D Array int a[5][3]....what 5 symbolise here
rows
column
line
corner
which control structure are required for Array
while loop
for loop
if......else
switch
sequential search is known as linear search.? True or False
true
false
