A table of figures is a list of all the ____________________ for tables, charts, pictures, graphics, and equations in a document.

Fill in the blank(s) with the appropriate word(s).


captions

Computer Science & Information Technology

You might also like to view...

What is wrong in the following program?

``` public class Test { public static void main (String[] args) { try { System.out.println("Welcome to Java"); } } }``` a. You cannot have a try block without a catch block. b. You cannot have a try block without a catch block or a finally block. c. A method call that does not declare exceptions cannot be placed inside a try block. d. Nothing is wrong.

Computer Science & Information Technology

With many programming languages, global variables are automatically available to all parts of your program, including ____.

A. statements B. definitions C. functions D. declarations

Computer Science & Information Technology

In a(n) _____, the remote user's keystrokes are transmitted to the mainframe, which responds by sending screen output back to the user's screen.?

A. ?closed design B. ?distributed design C. ?open design D. ?centralized design

Computer Science & Information Technology

An object must be dragged into position when you want to center it on a Windows Form object.

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

Computer Science & Information Technology