The ____ includes eight categories of buttons displayed with a drop-down menu.
A. Menu bar
B. Standard toolbar
C. Insert panel
D. Document toolbar
Answer: C
Computer Science & Information Technology
You might also like to view...
When cell C3 containing the formula =B4*C6 is copied to cell D1, the formula in cell D1 is ________
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Which of the following is true?
Given the following declarations: StringBuilder buffer = new StringBuilder(“Testing Testing”); buffer.setLength(7); buffer.ensureCapacity(5); a. buffer has capacity 5. b. buffer has capacity 31. c. buffer has content “Testin”. d. buffer has length 15.
Computer Science & Information Technology