Sqr( ) is a _______ function.
String( )
Date( )
Math( )
Convertion( )
A _______ is a predefined function in the programing language.
Buit -in - function
Procedure
Subroutine
None of these
The syntax of circle method is.
Circle , R
Circle (x,y)
Circle ( x1 ,y1) , (x2 , y2)
Circle ( x , y ), R
________ function returns a substring starting at a fixed position and specified number of characters long, from a string.
LTrim( )
Len( )
Right( )
Mid( )
The process of inputting data in the array is called _________
Reading
Traversing
Searching
Sorting
__________ variable of the loop can be used as the array index.
Index(counter)
For-Next
To
a(Size)
For list processing,which of the following type is suitable?
Single dimensional array
Two dimensional array
Multi dimensional array
_______ statement can be used to stop the execution of procedure at any time.
End sub
Exit Sub
Exit
The number of elements in an array is called its __________.
Value
item
Size
Name
Dim a(10) As integer
For i=0 to 10
All elements in the array are set to 0
print values from 0 to 10
Array traversal