参考答案和解析
正确答案:C
更多“[A] outline [B] outcome [C] input [D] intake”相关问题
  • 第1题:

    在界面模型可视化设计器中,怎样创建模型数据源()

    A.在模型资源大纲视图(OutlinE.中,右键datasources,选择创建模型数据源

    B.在模型资源大纲视图(OutlinE.中,右键resources,选择添加资源

    C.在模型资源大纲视图(OutlinE.中,右键permissions,选择添加资源

    D.在模型资源大纲视图(OutlinE.中,右键requires,选择添加资源


    参考答案:A

  • 第2题:

    增加表单的隐藏域的HTML代码是()

    A. < input type=submit > 

    B. < input type=iamge > 

    C. < input type=text > 

    D. < input type=hide > 


    正确答案:D

  • 第3题:

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

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

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

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

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


    参考答案:C

  • 第4题:

    将字符串”INPUT”保存到存储单元MESS,正确的伪指令是()。

    • A、INPUT DB MESS
    • B、MESS DB INPUT
    • C、INPUT DB “MESS”
    • D、MESS DB “INPUT”

    正确答案:D

  • 第5题:

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

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

    正确答案:C

  • 第6题:

    为了在input两侧添加额外元素,以下说法正确的是()

    • A、使用input-group来封装控件
    • B、使用input-group-addon来添加前置元素
    • C、使用input-group-tailon来添加后置元素
    • D、必须为input添加form-control类

    正确答案:A,B,D

  • 第7题:

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

    • A、Line Input#函数
    • B、Input Line#语句
    • C、Input Line#函数
    • D、Line Input#语句

    正确答案:D

  • 第8题:

    要使单选框默认状态为被选中,下列正确的是()。

    • A、〈input type="radio"selected/〉
    • B、〈input type="radio"checked="checked"/〉
    • C、〈input type="radio"/〉
    • D、〈input type="radio"enabled/〉

    正确答案:B

  • 第9题:

    以下语法格式正确的是()。

    • A、input:disabled{background:red;}
    • B、input:enable{background:green;}
    • C、input:checked{background:green;}
    • D、input:selected{background:red;}

    正确答案:A,C

  • 第10题:

    增加表单的文字段的HTML代码是()

    • A、<input type=submit> 
    • B、<input type=iamge> 
    • C、<input type=text> 
    • D、<input type=hide>

    正确答案:C

  • 第11题:

    In a web page with chechboxes you need to write e jquery that retruns the number checked checkboxes.()

    • A、var n = $(“input:checked”).length;
    • B、var n = $(“:input, :checked”).length;
    • C、var n = $(“input:selected”).length;
    • D、var n = $(“:input, :selected”).length;

    正确答案:A

  • 第12题:

    ( 难度:中等)增加表单电脑的隐藏域的HTML代码是()
    A.<input type=submit>
    B.<input type=image>
    C.<input type=text>
    D.<input type=hidden>

    答案:D

  • 第13题:

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

    A.Input#和Get#

    B.Read和Line Input#

    C.Get#和Line Input#

    D.Line Input# 和Input#


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

  • 第14题:

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

    A.Line Input#函数

    B.Input Line#语句

    C.Input Line#函数

    D.Line Input#语句


    本题答案:D

  • 第15题:

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

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

    正确答案:C

  • 第16题:

    在界面模型可视化设计器中,怎样创建模型数据源()

    • A、在模型资源大纲视图(OutlinE.中,右键datasources,选择创建模型数据源
    • B、在模型资源大纲视图(OutlinE.中,右键resources,选择添加资源
    • C、在模型资源大纲视图(OutlinE.中,右键permissions,选择添加资源
    • D、在模型资源大纲视图(OutlinE.中,右键requires,选择添加资源

    正确答案:A

  • 第17题:

    增加表单的图像域的HTML代码是()

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

    正确答案:B

  • 第18题:

    增加列表框的HTML代码是()

    • A、<input type=submit></input> 
    • B、<textarea name="textarea"></textarea> 
    • C、<select multiple></select>   
    • D、<input type=checkbox></input>

    正确答案:B

  • 第19题:

    属性选择器语法格式不正确的是()。

    • A、input[type="text"]{background:red;}
    • B、input{type="text"}{background:red;}
    • C、input[type=password]{background:red;}
    • D、input[type=’password’]{background:red;}

    正确答案:B

  • 第20题:

    以下表示获取焦点的,语法格式正确的是()。

    • A、input:active{background:red;}
    • B、input:hover{backgroungd:reen;}
    • C、input:focus{background:orange;}
    • D、input:link{background:yellow;}

    正确答案:C

  • 第21题:

    获取所有被选中的复选框,以下写法正确的是()。

    • A、$("input[type=radio]:checked")
    • B、$("input:checkbox")
    • C、$("input[checkbox]:disabled")
    • D、$("input[type=checkbox]:checked")

    正确答案:D

  • 第22题:

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

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

    正确答案:C

  • 第23题:

    单选题
    Which of the following statements is correct regarding a turbocharged four-stroke/cycle diesel generator?()
    A

    At zero load the intake manifold pressure is greater than the exhaust manifold pressure

    B

    At full load the intake manifold pressure and exhaust manifold pressure are equal

    C

    At full load the intake manifold pressure is less than the exhaust manifold pressure

    D

    At full load the intake manifold pressure is greater than the exhaust manifold pressure


    正确答案: B
    解析: 暂无解析