Which of the following can be used to format text into columns?
A. tabs
B. tables
C. columns
D. all of the above
Answer: D
Computer Science & Information Technology
You might also like to view...
Show the output :
``` cout << "12345\n"; cout.width(5); cout.fill('*'); cout << 123 << "\n" << 123; ```
Computer Science & Information Technology
Which of the following is not the extension for a Word template?
A) .dotx B) .dotm C) .dot D) .doct
Computer Science & Information Technology
In the Edit Links dialog box, If a workbook referenced by a hyperlink is lost or moved, ________ will display
A) Error: Source not found B) Error: Link Broken C) #ERROR D) Error: Manually find link?
Computer Science & Information Technology
The _____ stop is needed sometimes to stop an app because the mobile device is slow to respond
Fill in the blank(s) with correct word
Computer Science & Information Technology