If the table spans many pages, each page will include a repeat of the first row only if you select the repeat header row attribute
Indicate whether the statement is true or false
TRUE
You might also like to view...
I have an algorithm that runs in O(N2), where n is the size of the problem. For N = 100, the time the algorithm runs is 1 minute. How long does the algorithm take for N=1000?
a) Same time b) 10 minutes c) 100 minutes d) 1000 minutes e) You haven’t given enough information. I can’t tell.
Which of the following types cannot be the base-element type of an array?
a. int b. float c. enum d. char * e. None of the above.
A ________ is a more efficient way to start a report, although Design view does offer you more control as you create your report
A) table B) design view C) report wizard D) form
To get the URL of the displayed image, use the ____ property of the Image object.
A. src B. url C. href D. alt