Explain in detail the following statement: "When you place a photo or a picture in InDesign, you are only placing a preview of it for viewing."
What will be an ideal response?
When you place a photo or a picture in InDesign, you are only placing a preview of it for viewing. Each preview is linked to the original artwork and its location on the hard drive. This helps to keep each InDesign document's size small and manageable. If you move the photos or pictures that you placed in InDesign to a new location or modify them after you placed them in InDesign, InDesign prompts you to find them by showing you a warning box stating that some files may be missing or modified. In many cases, the linked files are not missing, they have just been copied to a CD or copied onto a network. You need to navigate to the new location in order to open the document correctly.
You might also like to view...
Answer the following statements true (T) or false (F)
1. Consider the class and struct definitions below. ``` struct myStruct { int i; double d; }; class myClass { int i; double d; }; myStruct a; a.i = 3; myClass b; b.i = 3; ``` 2. The concept of class is central to Object Oriented Programming. 3. A class type cannot be used in some ways that a built-in type can be used 4. In defining a member function whose declaration is in a class, you use the dot operator to specify that the member function being defined belongs in the class, as ``` class foo { public: // other members void output( ); // other members }; void foo.output( ) { /* whatever */ } ```
The ____ app works the same way as Adobe Reader.
A. PDF B. XML C. Reader D. XPS
Worksheet _________________________ typically contain items analogous to items in a list.
Fill in the blank(s) with the appropriate word(s).
LCD monitors consist of two layers of glass that are glued together with a layer of liquid crystals between them
Indicate whether the statement is true or false