In what programming language are macro instructions written?

A) FTP
B) HTML
C) VBA
D) SQL


C

Computer Science & Information Technology

You might also like to view...

In the following code segment, what type of variable is counter?

``` Dim temp, counter, check As Integer Do temp = CInt(InputBox("Enter a number.")) counter += temp If counter = 10 Then check = 0 End If Loop Until (check = 0) ``` (A) counter (B) accumulator (C) sentinel (D) loop control variable

Computer Science & Information Technology

Recursively visiting the left subtree, right subtree and then the root describes:

(a) preordering processing (b) inorder processing (c) postorder processing (d) none of the above

Computer Science & Information Technology

The Web was born in 1990, when it was launched, and the technology was very basic compared to what web users know today

Indicate whether the statement is true or false

Computer Science & Information Technology

How can you control a new window from the browser window that created it?

What will be an ideal response?

Computer Science & Information Technology