To use a graphical image in a Word document, the image must be stored digitally in a file.
Answer the following statement true (T) or false (F)
True
You might also like to view...
The binary search algorithm in the text makes recursive on subarrays of the array passed to the algorithm. The index values of the array the algorithm searches run from first to last. The subarrays are dermined using the mid-point. How is the mid point calculate?
a) ``` mid = (first - last)/2; ``` b) ``` mid = (first + last)/2; ``` c) ``` mid = (first + last)%2; ``` d) ``` mid = (first - last)%2; ```
A collection of worksheets is called a(n) ____________________.
Fill in the blank(s) with the appropriate word(s).
[CD] Categorize each of the following as an element or an attribute:
a) width b) td c) th d) frame e) name f) select g) type
When you record a macro, Excel is actually converting your keystrokes and mouse clicks to ________ commands
Fill in the blank(s) with correct word