VISUAL BASIC for APPLICATIONS TEST

Progress

1.

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

2.

Which of the following statements is not true about user-defined functions?

3.

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

4.

What is the color of comments?

5.

When the form is first referenced in any manner by program,the triggered event is….

6.

A single Case statement can contain multiple values

7.

___________ indicates whether a particular condition is on or off

8.

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

9.

Suppose you need to develop an online poll of user responses to a question. For convenience, you would like the most popular options to be displayed in a list for the user to quickly select an option and submit their answer. However, you would also like them to be able to use the same control to allow them to specify an write-in value of their own. Which control is most appropriate for this application?

10.

Which of the following arithmetic operations has the highest level of precedence?

11.

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

12.

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

13.

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?

14.

32-bit Software/Applications can be installed on:

15.

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

16.

To close a form named Form1, you can use:

17.

You have declared 4 variables

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

18.

A Combo box is loaded in the From_Initialize event with:

Combo1.AddItem “Red”

Combo1.AddItem “Blue”

Combo1.AddItem “Green”

19.

Why Macro is used

20.

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

21.

VBA Code run by

22.

Private Procedure can be called from anywhere in the project

23.

Which event, runs macros automatically in excel VBA while opening Workbook

24.

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

25.

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

26.

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

27.

Do…Loop... Until code block is always executed once.

28.

Which windows displays a list of all forms and modules making up your application.

29.

A ______________ returns a value to the part of the program that called it.

30.

The value returned by InputBox is a string

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