VISUAL BASIC for APPLICATIONS TEST

Progress

1.

_______________ is the function to compare 2 strings.

2.

An array that maintains multiple sets of information referenced by more than one index is called ________________

3.

VBA Code run by

4.

The _______________ statement first executes the statements and then tests the condition after each execution

5.

What property of controls tells the order they receive the focus when the tab key is pressed during run time? it.

6.

Which of the following statement is not a looping statement in VBA?

7.

A ____________ is a predefined VB procedure that you can call upon when needed.

8.

Which character in VBA, indicates start of a comment

9.

Which property determines whether a control is displayed to the user?

10.

To break up long lines of code, the line continuation character in VBA is

11.

What value is stored in a variable of type single if we try to assign the variable to the value 634?

12.

To force all variables is a VBA project to be declared, which must be stated in a module?

13.

You have declared 4 variables

 Which of these variable declarations is not a valid VBA statement?

14.

Suppose the variable myName is declared in a Dim statement in two different Sub procedures. Which statement is true?

15.

___________ control is used to provide an identifiable grouping for other controls

16.

There can be different data types of an element in an array

17.

Which part of VBA window, refers to area where code is written.

18.

Given that x = 7, y = 2, and z = 4, the following If block will display “TRUE”. If (x > y) Or (y > z) Then txtBox.Text = “TRUE” End If

19.

Basic Excel Object model as follows:

20.

__________ are the attributes of an object that control the object's appearance and behavior.

21.

This operator reverses the truth value of an expression; making a true expression false and a false expression true.

22.

A loop that does not have the way of stopping is called a ___________

23.

Which property for a textbox allows the textbox to accept more than 1 line of data entry?

24.

A single Case statement can contain multiple values

25.

Which Case clause will be true whenever the value of the selector in a Select Case block is between 1 and 5 or is 8?

26.

Study the screenshot below. What is the appropriate action to take when a workbook displays this message (Security Warning Macros have been disabled)?

27.

The _______________ control used to insert image to the form

28.

Which of the following is default in VBA for data passing?

29.

To close a form named Form1, you can use:

30.

___________ function is used to return a copy of a string without leading spaces.

Assessment complete! Thank you for you time.
We are redirecting you to the result page, Please click on 'SUBMIT'