Which function is used to return the ASCII code of a character.
Val( )
Str( )
Asc( )
Chr( )
_____________ function displays a small dialog with a prompt.
Msg box
Input box
Format
None of these
A _______ is a predefined function in the programing language.
Buit -in - function
Procedure
Subroutine
Round (14.6) returns _________ value.
14
15
14-5
14-6
Which function is used to return current system date.
Time( )
Now( )
Date( )
Day( )
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
_________ function returns a string containing a random number.
Right( )
Format( )
Rnd( )
Msgboxc( )
___________ returns a single containing a random number.
Rgb
Rnd
Msg
Input
__________ arrays are dimensioned at runtime,when the array size needed depends on some condition.
Dynamic
One dimensional
Static
Fixed Sized
_______ statement can be used to stop the execution of procedure at any time.
End sub
Exit Sub
Exit