The ________ feature in PowerPoint offers an array of design sizes for posters, banners, and even small banners for the top of Web pages

Fill in the blank(s) with correct word

Page Setup

Computer Science & Information Technology

You might also like to view...

The sum of squares can be defined as ____.

A. (num) + sumOfSquares(num - 1) B. (num / num) + sumOfSquares(num - 1) C. (num * num) + sumOfSquares(num - 1) D. (num * num) + sumOfSquares(num)

Computer Science & Information Technology

Suppose that x and y are int variables and x = 7 and y = 8. After the statement: x = x * y - 2; executes, the value of x is ____.

A. 42 B. 54 C. 56 D. 58

Computer Science & Information Technology