If you change a square graphics frame to a circular graphics frame on the master page, all of the square frames on the document pages will change to circles.

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


True

Computer Science & Information Technology

You might also like to view...

A recursive method .

a. is a method that calls itself. b. can be called directly. c. can be called indirectly through another method. d. All of the above.

Computer Science & Information Technology

An integer number is said to be a perfect number if the sum of its factors, including 1 (but not the number itself), is equal to the number. For example, 6 is a perfect number, because 6 = 1 + 2 + 3. Write a function perfect that determines whether parameter number is a perfect number. Use this function in a program that determines and prints all the perfect numbers between 1 and 1000. Print the

factors of each perfect number to confirm that the number is indeed perfect. Challenge the power of your computer by testing numbers much larger than 1000. What will be an ideal response?

Computer Science & Information Technology

Which of the following is NOT a Zoom option?

A) Two pages B) Page width C) Many pages D) Whole page

Computer Science & Information Technology

To ________ a window, means to return it to the size it was before it was maximized

Fill in the blank(s) with correct word

Computer Science & Information Technology