Unless an object is in the way, when a table is inserted it:
A) extends from the left margin to the right margin.
B) is inserted in the upper left corner of page one of the document.
C) is inserted in the upper right corner of page one of the document.
D) extends from the top margin to the bottom margin.
A
Computer Science & Information Technology
You might also like to view...
A picture that is applied as a slide background can be moved or resized like any other object
Indicate whether the statement is true or false
Computer Science & Information Technology
Which sort algorithm does the following outline define?
for i between 0 and number_used-1 inclusive put the ith smallest element at array[i] a. sequential b. selection c. bubble d. swap
Computer Science & Information Technology