A document may be divided into ____ similar to a motion picture.
A. layers
B. columns
C. scenes
D. montages
Answer: C
You might also like to view...
Answer the following questions true (T) or false (F)
1. True/False: If one member of a class is private, all the members of that class must also be declared as private. 2. True/False: To refer to an object and one of its methods, we use dot notation. 3. True/False: A constructor in a class is a special method that can be used to create objects of that class.
Which of the following statements is false?
a. Experience has shown that the best way to develop and maintain a large pro-gram is to construct it from a small number of large, proven pieces—this tech-nique is called divide and conquer. b. Using existing functions as building blocks for creating new programs is a key aspect of software reusability—it’s also a major benefit of object-oriented programming. c. Packaging code as a function allows you to execute it from various locations in your program just by calling the function, rather than duplicating the possibly lengthy code. d. When you change a function’s code, all calls to the function execute the up-dated version.
Which of the following is NOT true about email?
A) Email is secure. B) Use the Subject line of an email message to give the recipient a clear idea of the content of the message. C) The most important part of the message is the address. D) A signature line is a block of text that can be included automatically at the end of the messages that you compose.
Which of the following is FALSE about the Undo feature in Access?
A) You can use Undo to reverse multiple edits in Access. B) You can click Undo to reverse the most recent change to a single record. C) In Access, the Undo feature works the same as it does in other Office programs. D) You can click Undo to redo a change that you made previously.