An indent can be removed from text on a slide by dragging the indent marker to the left of the 0 inch marker on the ________

A) vertical ruler B) horizontal ruler C) gridlines D) guides

B

Computer Science & Information Technology

You might also like to view...

A(n) ________ backup creates an exact copy of an entire internal hard drive on an external hard drive

Fill in the blank(s) with correct word

Computer Science & Information Technology

How many times is the body of the loop below executed?

``` int counter = 1; while (counter > 20) { // body of loop counter = counter + 1; } ``` a) 19 b) 20 c) 21 d) 0

Computer Science & Information Technology