Programming With Vba Set 4


Which mathematical function returns square root of a specified number in VBA?
  
    (A) Sqt()
    (B) Squr()
    (C) Sqrt()
    (D) Sqr()

Sqr()

Which VBA function is used to convert the string from uppercase to lowercase?
  
    (A) Lcase()
    (B) Lower()
    (C) Ucase()
    (D) Upper()

Lcase()

Which of the following is logical operator in VBA?
  
    (A) "+"
    (B) "-"
    (C) "*"
    (D) "AND"

AND

Which character is to be suffixed for long data type in VBA?
  

    (A) "&"
    (B) "!"
    (C) "#"
    (D) "@"

&

What is the storage size of decimal data type in VBA?
  
    (A) 2 bytes
    (B) 4 bytes
    (C) 8 bytes
    (D) 12 bytes

12 bytes