VISUAL BASIC for APPLICATIONS TEST

Progress

1.

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

2.

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

3.

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

4.

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

5.

To close a form named Form1, you can use:

6.

This control is used for titles/captions

7.

Why Macro is used

8.

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

9.

___________ statement enables us to trap runtime error.

10.

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

11.

The _______________ control used to insert image to the form

12.

Private Procedure can be called from anywhere in the project

13.

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

14.

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

15.

___________ indicates whether a particular condition is on or off

16.

To load graphics on a control at runtime, we have to use the function….

17.

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

18.

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

19.

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

20.

32-bit Software/Applications can be installed on:

21.

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

22.

What will be the output of the following statement?

txtBox.Text = FormatCurrency(1234.567)

23.

_______________ is the function to compare 2 strings.

24.

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

25.

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

26.

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

27.

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

28.

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

29.

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

30.

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

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