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...
What value will the highest variable contain when the loop finishes?
Look at the following code sample: ``` int[] numbers = { 1, 2, 3, 4, 5 }; int highest = numbers[0]; for (int index = 1; index < numbers.Length; index++) { if (numbers[index] > highest) { highest = numbers[index]; } } ``` a. 1 b. 3 c. 5 d. 15
Excel remembers the last ____ actions you have completed.
A. 25 B. 50 C. 75 D. 100
For desktop versions of OneNote 2013, computers must have Windows 7 or higher operating system
Indicate whether the statement is true or false
Any device that connects to the Internet is susceptible to mobile malware.
Answer the following statement true (T) or false (F)