A workbook stored in a network location which displays the File in Use dialog box when accessed by more than one user
A) Tracked Changes B) Private View C) Shared D) Nonsharable
D
You might also like to view...
When the first ________ diagram is made, inputs and outputs are specified and these remain constant throughout all of the following diagrams.
A) concept B) user interface C) design D) context
Which of the following statements correctly creates a Font object?
a. new Font(34); b. new Font("Times", 34); c. Font.font("Times", 34); d. Font.font("Times", FontWeight.NORMAL, 34); e. Font.font("Times", FontWeight.NORMAL, FontPosture.ITALIC, 34);
Write a program that produces a GUI with the functionality and look of a handheld calculator. Your calculator should allow for addition, subtraction, multiplication, and division. It should allow you to save and later recall two different values. Use the program in Listing 13.13 as a model. If you have not studied Listing 13.13, use Listing 13.12 as a model.
It may take some trial and error to get the additional buttons to fit into the window and look nice. If all the buttons do not show up, try resizing the window.
When you import a Photoshop ____ file into Flash, you can choose which layers to include and whether the layers will be editable in Flash.
A. TIFF B. PSD C. JPG D. PNG