When you create a single page and then create an alternate layout for that page, the orientation for the file is _______________.

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


Portrait and landscape

Computer Science & Information Technology

You might also like to view...

How many parameters are there in a binary operator implemented as a friend?

a. 0 b. 1 c. 2 d. as many as you need

Computer Science & Information Technology

To change the text orientation from portrait to landscape and back again, you add a section ________ before and after the landscape-oriented text

A) break B) terminator C) indicator D) marker

Computer Science & Information Technology

Accent in Sway is similar to ________ in Word

A) underline B) shadow C) italics D) bold

Computer Science & Information Technology

Which of the following functions correctly returns the argument value times 10?

A. new timesTen(num) {    var result = num * 10;    return result; } B. timesTen(num) {    var result == num * 10;    return result; } C. function timesTen(num) {    var result == num;    return result; } D. function timesTen(num) {    var result = num * 10;    return result; }

Computer Science & Information Technology