Using ____ in InDesign helps you organize and display text in rows and columns.

A. grids
B. guides
C. tables
D. graphs

Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is the most correct in a digitally signed message transmission using a hash function?

A. The hash and the message are encrypted by the receiver's private key. B. The hash and the message are encrypted by the receiver's public key. C. The sender's public key encrypts the message. D. The sender's private key encrypts the hash.

Computer Science & Information Technology

Which of the following loop headers will arrange for the loop body to execute exactly 10 times?

a) for (int i = 1; i < 10; ++i) b) for (int i = 0; i <= 10; ++i) c) for (int i = –5; i < 5; ++i) d) for (int i = 2; i < 20; ++i)

Computer Science & Information Technology