1,841 views

1 Answer

Best answer
0 votes
0 votes

Answer D) OLE

  • Object Linking and Embedding (OLE, ) allows embedding and linking to documents and other objects. 
  • The main benefit of OLE is to add different kinds of data to a document from different applications, like a text editor and an image editor.
  • This creates a compound document and a master file to which the document makes reference.
selected by
Answer:

Related questions

3 votes
3 votes
2 answers
1
2 votes
2 votes
1 answer
2
go_editor asked Jul 29, 2016
2,175 views
Which of the following commands would return process_id of sleep command?Sleep 1 and echo $Sleep 1 and echo $#Sleep 1 and echo $*Sleep 1 and echo $!
2 votes
2 votes
1 answer
3
go_editor asked Jul 29, 2016
1,977 views
In windows 2000 operating system all the processor-dependent code is isolated in a dynamic link library calledNTFS file systemHardware abstraction layerMicrokernelProcess...
2 votes
2 votes
1 answer
4
go_editor asked Jul 29, 2016
1,557 views
In Unix, how do you check that two given strings a and b are equal?test $a -eq $btest $a -equal $btest $a = $bsh -C test $a == $b