_________ function is used to return the number of time intervals between two specified dates.
Date Diff( )
DateAdd( )
year( )
Day( )
A ________ is a way of representing choices (a set of command options)to the user for various functions in a program.
Properties
Menu
Event
Method
The _________ statement sets the number of the first element in an array to either 0 or 1.
Loop
Option Base
Dim
none of these
A sub routine ends with __________ statement.
End Sub
Exit Sub
Private Sub
Exit
Round (14.6) returns _________ value.
14
15
14-5
14-6
Which function return the integer portion of the argument.
Abs( )
Log( )
Int ( )
Round( )
To convert a numeric data to string type which conversion function is used.
Val( )
Str( )
Asc( )
Chr( )
__________ function returns the absolute value of x.
How many names can be stored in an array N (50)
49
50
51
52
__________ returns the absolute value of x.
Abs
Log
Sqr
Fix