To change the width of a column like the one in the accompanying figure, hold down the ____ key while dragging markers on the ruler.

A. SHIFT
B. CTRL
C. ALT
D. F2


Answer: C

Computer Science & Information Technology

You might also like to view...

The Catalogs section of MySQL Administrator includes a Maintenance dialog box that allows you to optimize tables, check tables, and repair tables.

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

Computer Science & Information Technology

To delete a tab from the tab ruler, select the tab in the ruler then click the Delete Tab command in the Tabs dialog box.

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

Computer Science & Information Technology

Which of the following does not contain a syntax error?

2.2 Q4: Which of the following does not contain a syntax error? a. System.out.println('Hello world!'): b. System.out.println("Hello world!"); c. System.out.println("Hello world!"); d. System.out.println(Hello world!);

Computer Science & Information Technology

For the statement: enum { spring, summer, fall, winter} X; X = summer; What code is likely to get executed for the statement: X = summer.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology