Individual pages in a publication that you want to upload to an iPad are referred to as which of the following:

A. Folios
B. Articles
C. Files
D. Documents


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. The following code creates a set of strings named colors: colors = {'red', 'orange', 'yellow', 'green', 'red', 'blue'} b. Duplicate elimination is automatic when creating a set. c. Sets are ordered, so you can write code that depends on the order of their elements. d. All of the above statements are true.

Computer Science & Information Technology

To someone on the Internet or another outside network, it appears that all information is coming from a single computer when ____ is used.

A. PAT B. NAT C. VPN D. IETF

Computer Science & Information Technology

The title element is part of the document's body section because the text does not appear in the main browser window._________________________

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

Computer Science & Information Technology

Case-Based Critical Thinking Questions Case 1: Frames Unlimited ? Frames Unlimited is a wholesale picture and poster frame business. Frame data are stored in sequential access files that contain four columns: item number, item name, size, and price. Which of the following statements should be used first when opening the input file?

A. If IO.File.Exists("pictureFrame57.txt") Then B. If IO.File.Exists("pictureFrame.txt") Then C. inFile = IO.File.OpenText("pictureFrame57.txt") D. inFile = IO.File.OpenText("pictureFrame.txt")

Computer Science & Information Technology