Round (14.6) returns _________ value.
14
15
14-5
14-6
__________procedures returns a value in its name and can be submitted in place where the return value is required.
Sub procedures
Function procedures
Event procedures
Method of a control
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]
The Base index can be changed using __________ of the following.
Dim Numbers (1 to 10) as integer
Dim Numbers To integer
Dim Numbers (1 to 10)
Dim Numbers As integer
________ function returns a substring starting at a fixed position and specified number of characters long, from a string.
LTrim( )
Len( )
Right( )
Mid( )
A _______ is a predefined function in the programing language.
Buit -in - function
Procedure
Subroutine
None of these
_______ statement can be used to stop the execution of procedure at any time.
End sub
Exit Sub
Exit
The syntax of circle method is.
Circle , R
Circle (x,y)
Circle ( x1 ,y1) , (x2 , y2)
Circle ( x , y ), R
__________ function return current date and time.
Date( )
Now( )
Time( )
WeekDay( )
_________ returns the first negative integer less than or equal to number.
Int
Fix
Log
Abs