海船船员考试

单选题In no case()to function as a document of title.A a bill of lading does not failB does not a bill of lading failC does a bill of lading failD a bill of lading does fail

题目
单选题
In no case()to function as a document of title.
A

a bill of lading does not fail

B

does not a bill of lading fail

C

does a bill of lading fail

D

a bill of lading does fail

参考答案和解析
正确答案: C
解析: 暂无解析
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

● What is the purpose of the Project Plan?

A To document the Preliminary estimates.

B To document the Definitive estimates.

C To document the Budgetary estimates.

D To document Parametric estimates.

E To document Order of Magnitude estimates.


正确答案:C

第2题:

Each of Emily Dickinsons poems has a well-chosen title.()

此题为判断题(对,错)。


参考答案:错误

第3题:

What is the purpose of the Project Plan?

A.To document the Preliminary estimates.

B.To document the Definitive estimates.

C.To document the Budgetary estimates.

D.To document Parametric estimates.

E.To document Order of Magnitude estimates.


正确答案:C
C

第4题:

说明中的链接测试页面图1实现的功能是:如果在10秒钟内链接不上指定网站,则显示“链接超时”,否则显示链接时间(单位为秒)。请根据以上功能描述,补齐代码:

……

<script>

tim=1 ∥时间初值

(1) ("tim++",100);∥定时调用时间设定

bTestFinish=0

c=1

var b=1

var autourl=new Array()

autorul[1]="61.236.219.100"

autorul[2]="220.181.26.132"∥测试网站IP地址

function butt()

{

document.write("<form. name=autof>")

for(var i=1;i<autourl.1enght; i++)

{

if(i==1 || i==3 || i==5)

{

document.write("<input type=text class=nobordername=url"+i+"value=htttp:∥"+autourl[i]+" ;size=40>→ ; ;<input type= textname=txt"+i+"size=10 class=noborder value=测试中……><br><br>")

}

e1Se

{

document.write("<input type=text class=nobordername=url"+i+"value=htttp:∥"+autourl[i]+" ;size=40>→ ; ;<input type= textname=txt"+i+"size=10 class=noborder value=测试中……><br><br>")

}

}

document.write(“<br><div align='center'><input type=submit value=重新测试></div></form>") ∥初始测试页面

}

butt()

function auto(c)

{

if(tim> (2) )

{document.forms[0]["txt"+c].value="链接超时"}

e1Se

{document.forms[0]["txt"+c].value="时间"+tim/10+"秒")

}∥测试结果判断

function run()

{

for(vat i=1;i<autourl.lenght;i++)

{

document.write("<IMG nClick=over(this) title=放大src=http:∥"+autourl[i]+"/"+Math.random()+"width=1 height=1 nerror= (3) (' "+i+" ')>");

}

}∥运行测试

run();

</script>


正确答案:(1)setInterval (2)100 (3)auto
(1)setInterval (2)100 (3)auto 解析:本题考查软件测试过程的基本概念和各种测试类型的具体内容和含义。按照软件测试过程V模型,需求分析阶段、软件设计阶段、编码阶段分别和系统测试、集成测试、单元测试对应。
功能测试是验证测试软件功能能否正常按照它的设计工作,看运行软件时的期望行为是否符合原设计。电子商务系统的功能测试包括:Cookies测试、数据库测试、设计语言测试、表单测试、链接测试、安全性测试等。
性能测试是验证软件的性能在正常环境和系统条件下重复使用是否还能满足性能指标。电子商务系统的性能测试包括:连接速度测试、负载测试、压力测试等。

第5题:

Acronyms and abbreviations are formed by putting together the initial letters of some or all words in a phrase or title.()


参考答案:正确

第6题:

下面语法正确的是()

A.Document.bgcolor

B.Document.fgColor

C.Document.location

D.Document.open

E.Window.write


正确答案:ABC

第7题:

在窗体上有一个命令按钮,然后编如下事件过程:

Function SR(x As Double) As Double

Select Case Sgn(x)

Case 1

SR=Sqr(x)

Exit Function

Case 0

SR=0

Case -1

SR=-1

End Select

End Function

Private Sub Command1_Click()

Dim Msg, SRN

Dim N As Double

N=InputBox("请输入要计算平方根的数")

Msg=N & "的平方根"

Select Case SR(N)

Case 0

Msg=Msg & "是0"

Case -1

Msg=Msg & "是一个虚数"

Case Else

Msg=Msg & "是" & SR(N)

End Select

MsgBox Msg

End Sub

程序运行后,单击命令按钮,在输入对话框内输入-1,输出结果是 【15】 。


正确答案:
正确答案:  1.(-1的平方根是一个虚数)  

第8题:

【问题3】(5 分)

该网站购物车模块负面脚本语言是JavaScript,用户订购信息临时存在cookie中,下面是购物车页面中读取cookie值的函数,请完成该程序。

<script. language="javascript”>

……

function readCookie(name)

{

var cookieValue = ””;

var search= (8) +”=”;

if(document.cookie.(9)> 0)

start= document.cookie.indexOf(search);

if(start!=-1)

start += search.length;

end = document.cookie.indexOf(";”,start);

if(end = = -1)

end=document.cookie.length;

cookieValue = document.cookie.substring((10), (11))

return(12);

……

</script>


正确答案:
(8)name         (1分)
(9)length         (1分)
(10)start         (1分)
(11)end         (1分)
(12)cookieValue        (1分)

第9题:

说明中的链接测试页面实现的功能是:如果10秒链接不上指定网站,则显示“链接超时”,否则显示链接时间(单位为秒)。请根据以上功能描述,补齐代码:

<script>

tim=1 //时间初值

(1) ("tim++",100); //定时调用时间设定

bTestFinish=0

c=1

var b=1

var autour1=new Array ( )

autourl[1]="61.236.219.100"

autourl[2]="220.181.26.132" //测试网站IP地址

function butt(){

document.write("<form. name=autof>")

for(var i=1;i<autour1.1ength;i++){

if(i==1|i==3||i==5){

document.write("<input type=text class=noborder name==url"+i+"value=http://"+autourl[i]+" ;

size=40>→ ; ;<input type=text name=txt"+i+"size=10 class=noborder value=测试中…>

<br><br>")

}

else{

document.write("<input type=text class=noborder name=url"+i+" value=http://"+autourl[i]+" ;

size=40>→&ubsp; ;<input type=text name=txt"+i+" size=10 class=noborder value=测试中…>

<br><br>")

}

}

document.write("<br><div align='center'><input type=submit value=重新测试></div></form>")

//初始测试页面

}

butt()

function auto(c){

if(tim> (2) )

{document.forms[O]["txt"+c).value="链接超时"}

else

{document.forms[0]["txt"+c].value="时间"+tim/10+"秒"}

} //测试结果判断

function run ( ){

for(var i=1;i<autour1.1 ength;i++){

document.write("<IMG nClick=over(this) title=放大 src=http://"+autourl[i]+"/"+Math.random()+"width=1 height=1 nerror=

(3) ("'+i+'")>");

}

} //运行测试

run();

</script>


正确答案:(1)setInterval (2)100 (3)auto
(1)setInterval (2)100 (3)auto 解析:本问题考查的是利用VB脚本编写简单连接速度测试的能力。
本题给出了测试网页的运行结果和脚本代码的部分,首先是定时调用时间设定,根据脚本程序,调用定时函数setInterval;此函数的格式为:setInterval(function, interval, arg);其中第一个参数function是要调用的函数或方法,第二个参数interval是调用的时间间隔 (单位是毫秒),第三个参数arg是传递给将被调用的函数或方法的参数。根据所给出的程序,该函数每隔0.1秒调用一次,并使tim变量加1。
题目要求,如果10秒链接不上指定网站,系统显示“链接超时”,而tim变量每0.1秒加1,所以在函数auto中对tim变量的判断的值为100。
根据程序,系统在运行函数run时,如果测试的站点不存在或超过了服务器TimeOut设置的时间,应设置OnError事件调用函数auto。

第10题:

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.


参考答案:D

更多相关问题