Which of the following function is used to extract a fixed length of characters from a string?
Mid
Trim
Len
Dim
Which of the following keyword is used to alter the base index?
As
To
Type
What are the predefined functions in the programming language?
Procedures
Functions
Sub Procedures
Built in functions
Which statement can be used to stop the execution of a procedure at any point?
Exit Sub
By Val
Call
Re Dim
Which function returns the square root of a number?
Sqr ( )
Sqrt ( )
Abs ( )
Fix ( )
For list processing,which of the following type is suitable?
Single dimensional array
Two dimensional array
Multi dimensional array
None of these
Which of the following is the standard colour handling function in VB?
Rnd
Abs
Sqr
RGB
Which of the following property is not applicable to menu item?
Caption
Name
Visible
Picture
Which function can be used to get the name of the week day as a character string ?
Week day
Date
Now
Week day Name
Which arrays are dimensioned at runtime,when the array size needed depends on some condition.
Dynamic
One dimensional
Static
Fixed Sized