Which of the following is NOT an area in the Fields areas?

A) FILTERS B) COLUMNS C) ROWS D) LIST


D

Computer Science & Information Technology

You might also like to view...

(Bubble Sort Enhancements) The bubble sort described in Exercise 6.11 is inefficient for large arrays. Make the following simple modifications to improve the performance of the bubble sort:

a) After the first pass, the largest number is guaranteed to be in the highest-numbered element of the array; after the second pass, the two highest numbers are “in place,” and so on. Instead of making nine comparisons on every pass, modify the bubble sort to make eight comparisons on the second pass, seven on the third pass, and so on. b) The data in the array may already be in the proper order or near-proper order, so why make nine passes if fewer will suffice? Modify the sort to check at the end of each pass if any swaps have been made. If none have been made, then the data must already be in the proper order, so the program should terminate. If swaps have been made, then at least one more pass is needed.

Computer Science & Information Technology

Double-clicking the Hand tool on the Tools panel also fits the image on the screen.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Match the following PowerPoint features with the dialog box where each is located:

I. warns of features lost when saved as earlier version II. check for hidden data III. choose the layout of handouts IV. add a password to a file V. open a file with a password A. Document Inspector dialog box B. Compatibility Checker dialog box C. Encrypt Document dialog box D. Password dialog box E. Send To Microsoft Word dialog box

Computer Science & Information Technology

When adding a float property to an element, if you neglect to give it a width, the browser doesn't know how much space to set aside for the element, so the results are predictable.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology