A sub routine ends with __________ statement.
End Sub
Exit Sub
Private Sub
Exit
__________ are predefined functions in the programming language.
Procedures
Functions
Sub Procedures
Built in functions
__________ procedures execute in response to events such as mouse click etc.
Method
Event Procedure
General Procedure
None of these
_______ statement can be used to stop the execution of procedure at any time.
End sub
The index of the first element of an array is.
0
1
2
3
The index of the first element in an array is 0,by default the index of the first element also called ________ is 0.
Base index
First Element
Array Name (1)
The first element of the array price (10) is represented as __________
Price (0)
Price (1)
Which function is used to return current system date.
Time( )
Now( )
Date( )
Day( )
____________ holds a set of homogeneous data.
Variable
Array
Round (14.6) returns _________ value.
14
15
14-5
14-6