________ are nonprinting lines used to precisely align objects on a slide

Fill in the blank(s) with correct word


Gridlines

Computer Science & Information Technology

You might also like to view...

A numeric integer grade is between 50 and 99. Using integer division or otherwise obtain a int value that is 5, 6, 7, 8, or 9 from the numeric grade. Write code using a switch statement using this number in the selector expression that assigns letter grades based on this 10 point scheme: if the numeric_grade is not less than 90, the letter_grade is an A, if the numeric_grade is not less than 80, the letter_grade is a B, if the numeric_grade is not less than 70, the letter_grade is C, if the numeric_grade is not less than 60, the letter_grade is D, otherwise the letter_grade is F.

What will be an ideal response?

Computer Science & Information Technology

If your prototype has a void return statement, does this mean you should enter “return 0;” at the bottom of the function? Explain.

What will be an ideal response?

Computer Science & Information Technology

The ________ option under Insert Table enables you to create a customized table by first drawing the outside boundaries of the table, and then creating the rows and columns within the table borders

A) Insert Table B) Draw Table C) Import Template D) Grid Structure

Computer Science & Information Technology

In the world of printing, CMYK inks are known as what?

A. process inks B. spot colors C. Pantone colors D. RGB colors

Computer Science & Information Technology