Excel allows you to ____________________ the titles so that the titles remain on the screen no matter how far down or to the right you scroll.
Fill in the blank(s) with the appropriate word(s).
freeze
You might also like to view...
External DTDs work the same way as ____ style sheets.
A. dynamic B. external C. embedded D. inline
Which of the following will display:
0 2 4 6 8 10 a. ``` php $count = 0; while ($count < 6) { print($count * 2)." "; $count++; } ?> ``` b. ``` php $count = 0; for($count=0;$count< 6;$count++) { print($count * 2)." "; } ?> ``` c, ``` php $count = 0; do print($count * 2)." "; while ($count < 6) ?> ``` d. either (a) or (b)
A(n) ________ style formats selected letters, numbers, and symbols
Fill in the blank(s) with correct word
The ________ dialog box can be used to locate and change specific formatting and nonprinting characters such as paragraph marks and manual line breaks
A) Find and Replace B) Locate and Change C) Go To D) Edit