When multiple worksheet tabs are selected, the title bar displays the word ________ after the name of the workbook
A) Group
B) Pivot
C) Connected
D) Linked
Answer: A
You might also like to view...
Microsoft Word is an example of which type of computer application?
A) Database B) Accounting C) Word processing D) Spreadsheet
One of the most important uses of meta elements is to help search engines to find the Web site.
Answer the following statement true (T) or false (F)
Dreamweaver's ____ tool enables you to locate text or tags and to then replace the located elements with other text or tags.
A. Search B. Find and Replace C. Text Locator D. Tag Locator
The statement ___________ assigns an array of three columns and three rows to two- dimensional int array intArray.
a) int[][] intArray = { { 1 2 3 } { 4 5 6 } { 7 8 9 } }; b) int[,] intArray = new int( { { 1 2 3 } { 4 5 6 } { 7 8 9 } }; c) int[,] intArray = { { 1 2 3 } { 4 5 6 } { 7 8 9 } }; d) int[] intArray = { { 1 2 3 } { 4 5 6 } { 7 8 9 } } );