Today's response to the data access dilemma eschews the traditional archival approach in favor of emerging standards for what are described as the documents of the future: compound documents. Product users and developers hope the latest standards effort--such as OpenDoc and Microsoft Corp.'s Object Linking and Embedding(OLE) will(26)data accessibility.OpenDoc is a standards group(27)a common look and feel throughout documents, even though different applications are used.OLE technologies allow Microsoft to(28)its various software products. Microsoft creates, governs and distributes the OLE capability, which is what most(29)it from the open OpenDoc approach. Thus, users can assemble(30)of varying application to create compound documents. With OLE users can, for example, embed an Excel chart in a Microsoft word report.A.getB.makeC.ensureD.take

Today's response to the data access dilemma eschews the traditional archival approach in favor of emerging standards for what are described as the documents of the future: compound documents. Product users and developers hope the latest standards effort--such as OpenDoc and Microsoft Corp.'s Object Linking and Embedding(OLE) will(26)data accessibility.OpenDoc is a standards group(27)a common look and feel throughout documents, even though different applications are used.OLE technologies allow Microsoft to(28)its various software products. Microsoft creates, governs and distributes the OLE capability, which is what most(29)it from the open OpenDoc approach. Thus, users can assemble(30)of varying application to create compound documents. With OLE users can, for example, embed an Excel chart in a Microsoft word report.

A.get

B.make

C.ensure

D.take


相关考题:

RRC连接建立包括建立原因是MT-Access和MO-Data两种 A.错误B.正确

有如下的程序:includeincludeusing namespace std;int main(){ char s[25]= 有如下的程序:include<iostream>include<fstream>using namespace std;int main(){char s[25]="Programming language";ofstream f1("DATA. TXT");f1<<"C++Programming";f1.close();ifstream f2("DATA.TXT");if(f2.good())f2>>s;f2.close();cout<<s;return 0;}执行上面的程序将输出______。

ForanHttpServletResponseresponse,whichtwocreateacustomheader() A.response.setHeader(“X-MyHeader”.“34”):B.response.addHeader(“X-MyHeader”.“34”):C.response.SetHeader(newHttpHeader(“X-MyHeader”.“34”)):D.response.addHeader(newHttpHeader(“X-MyHeader”.“34”)):E.response.addHeader(newServletHeader(“X-MyHeader”.“34”)):F.response.setHeader(newServletHeader(“X-MyHeader”,“34”)):

Youarecreatingaservletthatgeneratesstockmarketgraphs.Youwanttoprovidethewebbrowserwithpreciseinformationabouttheamountofdatabeingsentintheresponsestream.WhichtwoHttpServletResponsemethodswillyouusetoprovidethisinformation?()A.response.setLength(numberOfBytes);B.response.setContentLength(numberOfBytes);C.response.setHeader(Length,numberOfBytes);D.response.setIntHeader(Length,numberOfBytes);E.response.setHeader(Content-Length,numberOfBytes);F.response.setIntHeader(Content-Length,numberOfBytes);

LTERRC连接建立原因有哪些 A.MO (Mobile Originating) – signalingB.MO – data;C.MT (Mobile Terminating) – access;D.Emergency;E.highPriorityAccess;

To the scientists' delight, their efforts have increased people's _______of the importance of saving water.A.awarenessB.commitmentC.agreementD.response

下列程序段的输出结果是()。 int data = 0; char k = 'a', p = 'f'; data = p - k; System.out.printlln(data);A.0B.aC.5D.f

17、下列程序段的输出结果是()。 int data = 0; char k = 'a', p = 'f'; data = p - k; System.out.printlln(data);A.0B.aC.5D.f

7、一个顺序栈S,其栈顶指针为top,则将元素e入栈的操作是()。A.S.data[top]=e;S.top++;B.S.top++;S.data[top]=e;C.S.data[top]=e;D.S.top=e;

下列程序段的输出结果是()。 int data = 0; char k = 'a', p = 'f'; data = p - k; System.out.printlln(data);A.0B.5C.aD.f