RPC/literal
RPC/encoded
Document/encoded
Document/literal
Document/literal wrapped
第1题:
A Windows Communication Foundation (WCF) service is responsible for transmitting XML documents between systems.The service has the following requirements:It must minimize the transmission size by attaching the XML document as is without using escape characters or base64 encoding.It must interoperate with systems that use SOAP but are not built on the .NET plafform.You need to configure the service to support these requirements. Which message encoding should you use?()
A. Binary message encoding
B. MTOM (Message Transmission Optimization Mechanism) message encoding
C. Text message encoding with message version set to none
D. Text message encoding with message version set to SOAP 1.2
第2题:
A.RPC/literal
B.RPC/encoded
C.Document/encoded
D.Document/literal
E.Document/literalwrapped
第3题:
A.Document.bgcolor
B.Document.fgColor
C.Document.location
D.Document.open
E.Window.write
第4题:
DOM is a platform. and language -(66)API that allows programs and scripts to dynamically access and update the content, structure and style. of WWW documents(currently, definitions for HTML and XML documents are part of the specification). The document can be further processed and the results of that processing can be incorporated back into the presented(67)DOM is a(68)-based API to documents, which requires the whole document to be represented in(69)while processing it. A simpler alternative to DOM is the event - based SAX, which can be used to process very large(70)documents that do not fit into the memory available for processing.
A.specific
B.neutral
C.contained
D.related
第5题:
A.document.getElementById("flower").style.display="none";
B.document.getElementById("flower").style.display="hidden";
C.document.getElementById("flower").style.visibility="none";
D.document.getElementById("flower").style.visibility="hidden"
第6题:
Two users share the same Windows 7 computer. The first user creates a document intended to be used by both users, and then logs off. The second user logs on and types the name of the document in the Start menu, but the document is not found. Which of the following is the problem?()
A. The document is set to hidden.
B. The document is locked.
C. The document was saved as a system document.
D. The document is owned by the first user.
第7题:
ThefollowingmethodsaretobepublishedasWebservicestobeinvokedviaSOAPmessagesandvalidatedwithaschema:publicvoidmyMethod(intx,floaty);publicvoidmyMethod(intx);publicvoidsomeOtherMethod(intx,floaty);WhichWSDLstyleshouldbeused?()
A.RPC/literal
B.RPC/encoded
C.Document/encoded
D.Document/literal
E.Document/literalwrapped
第8题:
A.document.documentElement.scrollTop;
B.document.documentElement.topScroll;
C.document.style.scrollTop;
D.document.style.topScroll;
第9题:
A.document.documentElement.scrollTop;
B.document.documentElement.topScroll;
C.document.style.scrollTop;
D.document.style.topScroll;
第10题:
在HTML页面上包含如下创建层的语句,那么编写Javascript语句实现显示该层的语句错误的是() < html> < body> < div id=”imageLayer” style=”display:none;”> < img src=”images/Sunset.jpg” width=”200” height=”100”> < /div> < /body> < html>