The use of tables in InDesign is similar to a ____.

A. stop tab
B. table
C. graph
D. spreadsheet


Answer: D

Computer Science & Information Technology

You might also like to view...

What is recommended for achieving realistic textures?

A. Using photos. B. Painting more details. C. Realism is in the lighting, not in the textures. D. Realism can be achieved with a good modeling and materials, not with textures.

Computer Science & Information Technology

Problems: Correcting Logic and Code ErrorsThe following sample of code contains errors. Rewrite the incorrect statements to correct all errors. Private Sub btnCalc_Click(sender As Object, e As EventArgs) Handles btnCalc   ' Display the total number of books read. ?    Dim intTotal As String ?    For Each row As MyBooksDataSet.BooksRow In MyBooksDataSet.Books        If row.IsRead = True Then           intTotal += 1   Next row    lblTotal.Text = intTotal.ToString End Sub

What will be an ideal response?

Computer Science & Information Technology

What NIST defined cloud characteristic describes access to services over the network using a Web browser and standard interfaces from any location with a variety of devices including desktop, laptop, and tablet computers?

A. on-demand self-service B. broad network access C. resource pooling D. pay-as-you-go

Computer Science & Information Technology

What is the function of the multicast address FF02::1?

A. All routers address B. Solicited node address C. All nodes address D. Broadcast address

Computer Science & Information Technology