Describe the two methods to copy and paste objects

What will be an ideal response?


The two methods to copy and paste objects are embedding and linking. Embedding imports an object into a document from its original source and allows editing directly in the document without changing the source data file. Linking is the process of importing an object from another program, but the object retains a connection to the original data file.

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

int *p1, *p2; p1 = new int; p2 = new int; *p1=11; *p2=0; p2=p1; cout << *p1 <<" " << *p2 << endl; a. 11 0 b. 0 11 c. 11 11 d. 0 0

Computer Science & Information Technology

Two BPEL processes are said to be compatible if there are no communication deadlocks: every send in one process is received by the other, and every receive in one process has a corresponding send in the other. Give an example of two noncompatible processes for which every receive in one of the processes has a corresponding send in the other, but there is a communication deadlock.

What will be an ideal response?

Computer Science & Information Technology

Choosing what to put in a mobile site based on what people do when they’re outside their home or office is not the best approach because:

a. It doesn’t include everything that’s on the full site. b. It is only suited to people with short attention spans. c. You don’t know what people do when they’re mobile. d. People are just as likely to use a mobile device when they’re at home.

Computer Science & Information Technology

The Filter tool displays a list of all values for the active column in Datasheet view

Indicate whether the statement is true or false

Computer Science & Information Technology