________ ensure(s) that people using an older version of Word have full editing capabilities on the document

A) Compatibility Mode B) Rich Text Format (RTF)
C) Outline view D) Smart Lookup

A

Computer Science & Information Technology

You might also like to view...

Adaptability of the WiMAX channel size allows it to adjust to use the entire allocated what? (select one.)

What will be an ideal response?

Computer Science & Information Technology

(Cell Phone GUI) In this exercise, you will adjust the size of the cell phone’s numeric keypad and the position of the keypad buttons so that they appear as shown in Fig. 2.41.

a) Copying the template to your working directory. Copy the C:Examples Tutorial02ExercisesPhone directory to your C:SimplyJava directory.
b) Opening the Command Prompt window and changing directories. Open the Com- mand Prompt by selecting Start > Programs > Accessories > Command Prompt. Change to your working directory by typing cd C:SimplyJavaPhone, then pressing Enter.
c) Compiling the template application. Compile your application by typing the com- mand javac Phone.java, then pressing Enter.
d) Running the template application. Run the application by typing java Phone. The
GUI of the Phone template application should appear as shown in Fig. 2.42.

e) Closing the application. Close the running application by clicking its close button.
This returns you to the Command Prompt window.
f) Opening the template file. Open the Phone.java file in your text editor.
g) Customizing the keypad JPanel. The keypad JPanel is too small for all the keypad buttons. Y

Computer Science & Information Technology