When changes are made in a linked subdocument, the changes are ________ in the master document

A) ignored
B) reflected
C) deleted
D) copied


B

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. An object can store data. 2. A class is not an object. It is a description of an object. 3. Instance methods should be declared static. 4. Instance methods do not have the key word static in their headers. 5. When an object is passed as an argument to a method, the object's address is passed into the method's parameter variable.

Computer Science & Information Technology

Which of the following is true about protected access?

a. Protected members may be accessed by methods in the same package or in a subclass, even when the subclass is in a different package. b. Protected members may be accessed by methods in the same package or in a subclass, but only if the subclass is in the same package. c. Protected members cannot be accessed by methods in any other classes. d. Protected members are actually named constants.

Computer Science & Information Technology

When Show/Hide is toggled on, table formatting marks appear for each cell and row in a table

Indicate whether the statement is true or false

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 1: Jack of All TradesYou've been asked to design an application for Jack of All Trades, which rents small power equipment to commercial and residential customers, to process its transactions. ThestrCustomervariable will be used to determine whether a customer is commercial (C) or residential (R). Commercial customers receive a 10% discount if they are members of the Rental Rewards Program. Residential customers receive a 5% discount if they are members.

The message provided when a customer is not a current member of the Rental Rewards Program is "Enroll this customer in the Rental Rewards Program?". The clerk can click "Yes" to begin the application process, or "No" to enter a note that the customer has declined the offer. What type of selection structure is used to accomplish this? A. a single-alternative selection structure B. a dual-alternative selection structure C. a yes/no selection structure D. a decline/accept selection structure

Computer Science & Information Technology