An array of 10 elements, the first elements index is ___________.
10
1
0
None of these
The syntax of Line method is.
Line (x , y) ,(Color), (B)
Line (x1,y1) - (x1 , Y2)
Line (x1 , y1) - (x2 ,y2) , ( colour), ( B ) (F)
Line , [color] , [ B ] [F]
_________ function can be used to get input from the user.
Text Box
Input Box
Msg Box
The syntax of circle method is.
Circle , R
Circle (x,y)
Circle ( x1 ,y1) , (x2 , y2)
Circle ( x , y ), R
Which function is used to convert a string it all lower case.
UCase( )
LCase( )
Ltrim( )
Rtrim( )
The _________ statement is used to specify the array size at run time.
Dim
ReDim
static
Dim a As Integer,here the variable 'a' can hold:
Only one integer value at a time
More than one value at a time
infinite integer and character values at a time.
none of these
Sqr( ) is a _______ function.
String( )
Date( )
Math( )
Convertion( )
_______ statement can be used to stop the execution of procedure at any time.
End sub
Exit Sub
Exit
Which function is used to convert a string to all uppercase.
Left( )
Right ( )
Lcase( )
Ucase( )