Critical Thinking QuestionsCase 2-2A new colleague of yours has been eyeing your computer skills with envy, as you seem to know all of the shortcuts. He wants to know what your "secret" is. Which of the following keys do you recommend to your colleague for adding a hanging indent?
a. CTRL+Hc. ALT+Hb. CTRL+Td. CTRL+SHIFT+I

What will be an ideal response?


Answer: B

Computer Science & Information Technology

You might also like to view...

Suppose we wish to use a constructor of a Foo class (not a class template) that passes in one integer parameter. We wish to make an object called f and pass 5 into this constructor. The code for doing so would look like this:

A. f.Foo( 5 ); B. Foo( 5 ) f; C. Foo f( 5 ); D. f( Foo( 5 ) );

Computer Science & Information Technology

A Java source code file must end with the ___________file extension.

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

Computer Science & Information Technology

When you drag a center sizing handle to resize an object, both the height and width are adjusted simultaneously

Indicate whether the statement is true or false

Computer Science & Information Technology

A client computer authenticating using RADIUS is called a(n) ____________________.

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

Computer Science & Information Technology