VISUAL BASIC for APPLICATIONS TEST

Progress

1.

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

2.

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

3.

Which character in VBA, indicates start of a comment

4.

VBA Code run by

5.

A single Case statement can contain multiple values

6.

What data type can hold any type of data?

7.

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

8.

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

9.

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

10.

___________ indicates whether a particular condition is on or off

11.

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

12.

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

13.

What do you need to select to set the developer mode?

14.

The _______________ control used to insert image to the form

15.

The Properties window plays an important role in the development of Visual Basic Applications. It is mainly used

16.

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

17.

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

18.

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

19.

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

20.

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

21.

What will be the output of the following statement?

txtBox.Text = FormatCurrency(1234.567)

22.

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

23.

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

24.

_______________ is the function to compare 2 strings.

25.

This control is used for titles/captions

26.

You have declared 4 variables

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

27.

Why Macro is used

28.

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?

29.

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

30.

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

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