软考初级

Each Web(72)has its own unique address known as a URL(Uniform. Resource Locator).A.serverB.pointC.computerD.site

题目

Each Web(72)has its own unique address known as a URL(Uniform. Resource Locator).

A.server

B.point

C.computer

D.site

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Whichelementofawebapplicationdeploymentdescriptorelementisrequired?()

A.<realm-name>

B.<auth-method>

C.<security-role>

D.<transport-guarantee>

E.<web-resource-collection>


参考答案:E

第2题:

GiventhesecurityconstraintinaDD:101.<security-constraint>102.<web-resource-collection>103.<web-resource-name>Foo</web-resource-name>104.<url-pattern>/Bar/Baz/*</url-pattern>105.<http-method>POST</http-method>106.</web-resource-collection>107.<auth-constraint>108.<role-name>DEVELOPER</role-name>109.</auth-constraint>110.</security-constraint>Andgiventhat"MANAGER"isavalidrole-name,whichfouraretrueforthissecurityconstraint?()

A.MANAGERcandoaGETonresourcesinthe/Bar/Bazdirectory.

B.MANAGERcandoaPOSTonanyresourceinthe/Bar/Bazdirectory.

C.MANAGERcandoaTRACEonanyresourceinthe/Bar/Bazdirectory.

D.DEVELOPERcandoaGETonresourcesinthe/Bar/Bazdirectory.

E.DEVELOPERcandoonlyaPOSTonresourcesinthe/Bar/Bazdirectory.

F.DEVELOPERcandoaTRACEonanyresourceinthe/Bar/Bazdirectory.


参考答案:A, C, D, F

第3题:

构成Web的五大要素URL、HTTP、HTML、WEB服务器和WEB浏览器。()


参考答案:√

第4题:

23、框架中“不可改变大小”的语法是下列哪一项?

A.<IMG SRC="URL" BORDER=?>

B.<SAMP></SAMP>

C.<ADDRESS></ADDRESS>

D.<FRAME NORESIZE>


D

第5题:

9、URL重写是将URL重新写成Web应用可以处理的另一个URL的过程。


ABDE

第6题:

Whichtwoarerequiredelementsfortheelementofawebapplicationdeploymentdescriptor?()

A.<realm-name>

B.<url-pattern>

C.<description>

D.<web-resource-name>

E.<transport-guarantee>


参考答案:B, D

第7题:

Neither Tom nor John__a bike of__own.

A.have,their
B.has,his
C.have,his
D.has,their

答案:B
解析:
主语由neither…nor…连接时,谓语形式由最邻近的主语的单复数形式决定。

第8题:

AWebservicereturnsalistofsystemusersinthefollowingformat.Youneedtopopulateadrop-downmenuwiththeIDsandnamesoftheusersfromtheWebservice,intheorderprovidedbytheservice.Whichcodesegmentshouldyouuse?()

A.$.ajax({type:"GET",url:serviceURL,success:function(xml){$.each($(xml),function(i,item){$("").attr("value",id).text(tx).appendTo("#dropdown");});}});

B.$.ajax({type:"GET",url:serviceURL,success:function(xml){$(xml).find("user").each(function(){varid=$(this).id;vartx=$(this).name.text$("").attr("value",id).text(tx).appendTo("#dropdown");});}});

C.$.ajax({type:"GET",url:serviceURL,success:function(xml){$(xml).find("user").each(function(){varid=$(this).attr("id");vartx=$(this).find("name").text();$("").attr("value",id).text(tx).appendTo("#dropdown");});}});

D.$.ajax({type:"GET",url:serviceURL,success:function(xml){xml.find("user").each(function(node){varid=$(node).attr("id");vartx=$(node).find("name").text();$("").attr("value",id).text(tx).appendTo("#dropdown");});}});


参考答案:C

第9题:

框架中“不可改变大小”的语法是下列哪一项?

A.<IMG SRC="URL" BORDER=?>

B.<SAMP></SAMP>

C.<ADDRESS></ADDRESS>

D.<FRAME NORESIZE>


D

第10题:

72、下面是某单位的主页的Web地址URL,其中符合URL格式的是()。

A.Http//www.hziee.edu.cn

B.Http:www.hziee.edu.cn

C.Http://www.hziee.edu.cn

D.Http:/www.hziee.edu.cn


C