You use the ____ keyword to declare a procedure-level structure variable.

A. Dim
B. Public
C. Static
D. Internal


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following characters is not a Microsoft Agent character provided by Microsoft?

a) Merlin b) Peedy c) Robby d) Genie e) Aladdin

Computer Science & Information Technology

To validate HTML code, use the W3C Validation button on the Document toolbar.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What penetration testing technique can best help assess training and awareness issues?

A. Port scanning B. Discovery C. Social engineering D. Vulnerability scanning

Computer Science & Information Technology

If task T requires t time units, the innermost loop on k requires ______ time units.

Consider an algorithm that contains loops of this form: for (i = 1 through n) { for (j = 1 through i) { for (k = 1 through 10) { Task T } } } a. j b. 10 c. k * t d. 10 * t

Computer Science & Information Technology