Programming With Vba Set 2

How many levels of variable scope available in VBA?
(A) 2
(B) 3
(C) 4
(D) 7
4
Which function returns true if the expression is a valid date, otherwise it returns false in VBA?
(A) CDate()
(B) IsDate()
(C) Day()
(D) Dateadd()
IsDate()
What is the full form of UDF in VBA?
(A) User Data Functions
(B) User Defined Functions
(C) Undefined Functions
(D) Used Data Functions
User Defined Functions
Which function returns the day of the month (number from 1 to 31) given date value in VBA?
(A) Day()
(B) Date()
(C) Month()
(D) Date part()
Day()
Which function returns the current system date and time in VBA?
(A) Date()
(B) Day()
(C) Hour()
(D) Now()
Now()