The “Mode” selector switch on the autopilot steering stand is used to select any of the following with the EXCEPTION of ______.A.automatic pilot steeringB.hand-electric steeringC.non-follow-up steeringD.rudder adjustment

题目

The “Mode” selector switch on the autopilot steering stand is used to select any of the following with the EXCEPTION of ______.

A.automatic pilot steering

B.hand-electric steering

C.non-follow-up steering

D.rudder adjustment


相似考题
更多“The “Mode” selector switch on the autopilot steering stand is used to select any of the fo ”相关问题
  • 第1题:

    以下哪些关键字可以操作数据库?()

    A.create

    B.drop

    C.use

    D.select


    参考答案:A, B, C

  • 第2题:

    10、SELECT语句查询条件中的谓词“=ANY”与()等价。

    A.IN

    B.NOT IN

    C.BETWEEN

    D.NOT BETWEEN


    not in

  • 第3题:

    下列哪条语句能真正设置随机数种子()。

    A.stand(50)

    B.srand(time(NULL));

    C.stand(500)

    D.stand(1)


    srand(time(NULL));

  • 第4题:

    某企业职工关系EMP(E_no,E_name,DEPT,E_addr,E_tel)中的属性分别表示职工号、姓名、部门、地址和电话;经费关系FUNDS(E_no,E_limit,E_used)中的属性分别表示职工号、总经费金额和己花费金额。若要查询部门为"开发部"且职工号为"03015"的职工姓名及其经费余额,则相应的SQL语句应为:SELECT(请作答此空)FROM( )WHERE( )

    A.EMP.E_no,E_limit-E_used
    B.EMP.E_name,E_used-E_limit
    C.EMP.E_no,E_used-E_limit
    D.EMP.E_name,E_limit-E_used

    答案:D
    解析:
    本题考查数据库SQL语句的基础知识。查询的结果为职工姓名E_name,和经费余额,经费余额=总经费金额-已花费金额(E_limit-E_used)。

  • 第5题:

    SELECT语句查询条件中的谓词“=ANY”与()等价。

    A.IN

    B.NOT IN

    C.BETWEEN

    D.NOT BETWEEN


    IN

  • 第6题:

    下面CSS语法结构正确的选项有()。

    A.selector{property:value}

    B.selector{property:value;property:value}

    C.selector,selector{property:value}

    D.selector,selector{property:value;property:value}


    selector{property:value};selector{property:value; property:value };selector,selector{property:value };selector,selector{property:value; property:value }