Describe how each of the following tab stops function and give an example of when you would use each type of tab stop:  Left Tab, Right Tab, Center Tab, Decimal Tab.

What will be an ideal response?


(Answers may vary)
- Left Tab: Left-aligns selected text at the point indicated on the horizontal ruler. This is the default tab, and I could use it to set up section titles on a report, or set up a return address in a business letter.
-Right Tab: Right-aligns selected text at the point indicated on the horizontal ruler. This is useful for aligning page numbers in a table of contents.
-Center Tab: Centers selected text at the point indicated on the horizontal ruler. This is used with titles and announcements.
-Decimal Tab: Aligns selected text on the decimal point at the point indicated on the horizontal ruler. This is helpful when preparing price lists, invoices, and menus.

Computer Science & Information Technology

You might also like to view...

The try block is immediately followed by one or more

a. errors b. error messages c. catch blocks d. throw blocks e. None of these

Computer Science & Information Technology

Given an M × N matrix mat that has all of its elements initialized to 0, write a C++ code fragment to store 1's along mat's main diagonal while leaving all other entries unchanged.

Example: 1 0 0 0 0 1 0 0 0 0 1 0

Computer Science & Information Technology

C++ is a true object-oriented language.

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

Computer Science & Information Technology

If users require the ability to both read and write to a compact disc they need a(n) ________ drive

Fill in the blank(s) with correct word

Computer Science & Information Technology