海船船员考试

单选题A feedback is an input()A which governs the state of a variableB which provides a visual and audible alarmC which indicates values of controlled variablesD which measures the state of the controlled variable

题目
单选题
A feedback is an input()
A

which governs the state of a variable

B

which provides a visual and audible alarm

C

which indicates values of controlled variables

D

which measures the state of the controlled variable

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

第1题:

读数据文件的操作可以通过下列 ______ 语句来实现。

A.Input#和Get#

B.Read和Line Input#

C.Get#和Line Input#

D.Line Input# 和Input#


正确答案:D
解析:Get#语句把由“文件号”所指定的磁盘文件中的数据读到“变量”中。Visual Basic中没有Read语句。读数据文件的操作由Input#语句、Line Input#语句和Input()函数来实现。

第2题:

从磁盘顺序文件中读取一整行的信息,通常使用()。

A.Line Input#函数

B.Input Line#语句

C.Input Line#函数

D.Line Input#语句


本题答案:D

第3题:

Whichcode,insertedatline14,setsthevalueofbto314.159,26?()

A.b=nf.parse(input);

B.b=nf.format(input);

C.b=nf.equals(input);

D.b=nf.parseObject(input);


参考答案:B

第4题:

在表单的相关标记中,表示提供给用户一个可以复选的选项的标记为()

  • A、INPUT TYPE=CHECKBOX
  • B、INPUT TYPE=SUBMIT
  • C、INPUT TYPE=RESET
  • D、INPUT TYPE=TEXT

正确答案:A

第5题:

在页面中看不见的表单元素是那种?()

  • A、<input type="password"></input> 
  • B、<input type="radio"></input>
  • C、<input type="hidden"></input> 
  • D、<input type="reset"></input>

正确答案:C

第6题:

A feedback is an input ____

A.which governs the state of a variable

B.which provides a visual and audible alarm

C.which indicates values of controlled variables

D.which measures the state of the controlled variable


正确答案:D

第7题:

在页面中看不见的表单元素是那种?()

A.<input type="password"></input>

B.<input type="radio"></input>

C.<input type="hidden"></input>

D.<input type="reset"></input>


参考答案:C

第8题:

使用Do While循环从打开的文件中逐条读取记录。以下能够正确读取数据的程序段是

A.Open "c:\File1.txt" For Input As #1 Do While Not EOF() Line Input #1, strLine Loop

B.Open "c:\File1.txt" For Input As#1 Do While Not EOF(#1) Line Input #1, strLine Loop

C.FileNo=FreeFile Open FileNo For Input As #1 Do While Not EOF(FileNo) Line Input #1, strLine Loop

D.FileNo=FreeFile Open FileNo For Input As #1 DoWhile Not EOF(#FileNo) Line Input #1, strLine Loop


正确答案:B
解析:本题的内容是考察如何使用文件号。在选项A中,EOF()函数中应有文件号;在选项C和D中都有文件号使用时前后不统一的错误,其中选项D中,“#FileNo”的表示形式是错误的。

第9题:

在不设置询盘速递的情况下,客户收到询盘的发件人是(),点击回复直接生成买家email地址,同时在邮件主题和邮件正文中也有买家email地址。

  • A、feedback@support.alibaba.com
  • B、feedback@support.alibaba-inc.com
  • C、feedback@alibaba.com
  • D、feedback@alibaba-inc.com

正确答案:A

第10题:

增加表单的单选框的HTML代码是()

  • A、<input type=submit>
  • B、<input type=iamge>
  • C、<input type=radio>
  • D、<input type=checkbox>

正确答案:C

更多相关问题