niusouti.com
更多“The author of this passage intends to tell us ________. (A) the important role I ”相关问题
  • 第1题:


    A.U=Us-R×I
    B.U=Us+R×I
    C.U=-Us-R×I
    D.U=-Us+R×I

    答案:B
    解析:

  • 第2题:

    下面关于CSS样式优先级,正确的是

    A.!important > id > class > tag

    B.id> !important > class > tag

    C.!important > tag > class > id

    D.tag> id > class > !important


    important > id > class > tag

  • 第3题:

    理想电压源的源电压为Us ,端口电流为 I,则其内阻为 ()Ω

    A.0

    B.Us/I

    C.∞

    D.无法计算


    0

  • 第4题:


    A.U=US?R×I
    B.U=US+R×I
    C.U=?US?R×I
    D.U=?US+R×I

    答案:B
    解析:
    电压与电流为非关联参考方向,在电压与电流的表达式中使用负号。因此,端口电压U=US?R×(?I)=US+R×I。该题还可以从电压、电流的的参考方向与实际方向的关系这一角度考查。出题陷阱:二端口的电压方向与电压方向一致,因此C、D错误;参考电流方向与参考电压方向不一致,因此A错误。部分同学误选择A,未能理解非关联参考方向的意义。

  • 第5题:

    提升选择器样式重要性的代码正确的是()

    A..green{ color:green!important; }

    B..green{ !important color:green; }

    C..green!important{ color:green!important; }

    D..green{ color:green; }!important;


    正确

  • 第6题:

    CSS优先级说法正确的是?

    A.!important > id > class > tag

    B.!important < id < class < tag

    C.!important>class>id>tag

    D.!important>tag>id>class


    important > id > class > tag