The ________ button fits the active slide to the maximum view in the Slide pane

Fill in the blank(s) with correct word

Fit to current window, fit to current window

Computer Science & Information Technology

You might also like to view...

You may test an initial condition of a posttest loop by ____.

A. using a nested loop for the initial condition B. placing the posttest loop inside a selection structure C. resetting the counter variable on each pass of the loop D. initializing all loop variables to zero

Computer Science & Information Technology

Find the error in the code segments, and explain how to correct it:

``` i = 1; 2 while (i <= 10); 3 ++i; 4 } ```

Computer Science & Information Technology