VISUAL BASIC for APPLICATIONS TEST

Progress

1.

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

2.

The value returned by InputBox is a string

3.

The _______________ control used to insert image to the form

4.

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

5.

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

6.

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

7.

When the block of code finishes the execution, what will the final value of X be?

Public Sub Example ()

Dim Y As Integer

Dim X As Integer

X = 0

Y = 10

For Count = Y To 1 Step -2

X = X + Y

If Y = (Y = 1) Then

Exit For

End If

Next Count

X = X / X

MsgBox X

End Sub

8.

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

9.

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

10.

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

11.

32-bit Software/Applications can be installed on:

12.

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

13.

Which character in VBA, indicates start of a comment

14.

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

15.

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

16.

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

17.

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

18.

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

19.

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

20.

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

21.

Why Macro is used

22.

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

23.

Basic Excel Object model as follows:

24.

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

25.

To close a form named Form1, you can use:

26.

Private Procedure can be called from anywhere in the project

27.

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

28.

VBA Code run by

29.

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

30.

This control is used for titles/captions

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