10th Computer Science MCQS Chapter 4

Google Ads1

10th Computer Science MCQS


The first element in two dimensional array represents:
Row
Column
Subscript
Variable

The DIM statement is optional if the names of memory location is less then _______ locations.
20
10
11
9

Array manipulates the operations:
Sorting
Find largest
All
Rearranging

The values given in the parenthesis in an array are called:________
index
Subcript
Both a and b
None of these

A subscripot of index is used to __________ the position of a particular element.
Hide
Identify
All
Remove

The minimum value for subscripts in always assumed of the ____
None of these
-1
Zero
1

Two dimensional array is also known as
Table
None of these
4-D
1-D

If a be a two dimensional array having 4 rows and 3 columns, then its last element will be:
A(0,0)
A(3,2)
A(2,2)
A(1,1)

Array can be divided in ____________ major categories.
Four
Two
One
Three

A collection of variables that can store data of same type is known as:
Subscript
Variable name
Array
Memory location

Continue Reading Go to Next Page

Google Ads