MICROPROCESSOR AND MICROCONTROLLER

ICT

ARCHITECTURE OF 8085

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following languages is used to create macros?
A
Java
B
C++
C
Visual Basic
D
c
E
Assembler
Explanation: 

Detailed explanation-1: -VBA is the programming language that we can use for creating macros.

Detailed explanation-2: -The macros that you create in Excel would be written in the programming language VBA (Visual Basic for Applications).

Detailed explanation-3: -Macro language is an extension of assembler language. It provides a convenient way to generate a sequence of assembler language statements many times in one or more programs.

Detailed explanation-4: -The correct answer is Visual Basic. Visual Basic: VBA (Visual Basic for Applications) is a programming language accustomed produce macros.

Detailed explanation-5: -On the Tools tab, select Visual Basic to open the Visual Basic Editor. In the Visual Basic Project Explorer, right click on the project folder, and choose Insert > Module. In the code window, add a subroutine by entering Sub followed by the name for the macro. More items

There is 1 question to complete.