Which of the following is not a way to widen a column?

A. Drag the line between the column headings to the desired size
B. Click on the Column label and drag it to the right.
C. Double-click the line between the column headings
D. Right-click a column heading and select Column Width


Answer: B

Computer Science & Information Technology

You might also like to view...

Consider the following function and code segment.

``` void One( int first, int & second ) { first = 17; second = first + 1; } int main() { // other code ... int j = 4; int k = 3; One(j, k); // other code .. } ``` After the call to One(j, k); what are the values of j and k? Why? a) j == 4, k == 3; b) j == 17, k == 18; c) j == 4, k == 18; d) j == 17, k == 3;

Computer Science & Information Technology

After you create a macro, you initiate all its tasks by running it

Indicate whether the statement is true or false

Computer Science & Information Technology

Case WD 5-1Cory is reviewing a friend's resume. He wants to use Word's comment features to make suggestions. Cory wants to see if anyone else has made comments in the document. Which button lets him display comments from all reviewers?

A. Reviewing Pane B. Track Changes C. Show Markup D. New Comment

Computer Science & Information Technology

____ is the most widely used type of home broadband connection, with over half of the home broadband market.

A. DSL (Digital Subscriber Line) Internet access B. Fixed wireless Internet access C. Mobile wireless Internet access D. Cable Internet access

Computer Science & Information Technology