Case-Based Critical Thinking QuestionsCase 10-1James owns an auto parts store. He wants to insert a table into his inventory report to keep the product names, quantities, and prices of the parts organized. He asks his friend Leon for help. James is ready to type the information into his table. Leon tells him that in order to add text to a table, he should _____.
A. click the cell where he wants to add the text
B. highlight a cell with the mouse
C. type the information outside the table first
D. highlight the table column
Answer: A
Computer Science & Information Technology
You might also like to view...
In computer systems, "expansion" and "upgrading" mean the same thing.
a. true b. false
Computer Science & Information Technology
The __________ method copies the sourceArray to the targetArray.
a. System.copyArrays(sourceArray, 0, targetArray, 0, sourceArray.length); b. System.copyarrays(sourceArray, 0, targetArray, 0, sourceArray.length); c. System.arrayCopy(sourceArray, 0, targetArray, 0, sourceArray.length); d. System.arraycopy(sourceArray, 0, targetArray, 0, sourceArray.length);
Computer Science & Information Technology