The word Figure below an image is the ________, which is the uniform text that displays before the caption number and descriptive text

A) image identifier
B) caption label
C) table of contents index
D) table of figures index

B

Computer Science & Information Technology

You might also like to view...

Table names can include spaces

Indicate whether the statement is true or false

Computer Science & Information Technology

The following statement __________

``` int *ptr = new int; ``` a. results in a compiler error b. assigns an integer less than 32767 to the variable ptr c. assigns an address to the variable ptr d. creates a new pointer named int e. None of these

Computer Science & Information Technology