更多“Which of the following is the form factor of a standard VGA connector?() ”相关问题
  • 第1题:

    Whichofthefollowingadaptersshouldbeconnectedtocoaxialcablingwithouttheuseofmediaconverters?()

    A.AdapterwithAUIconnector

    B.AdapterwithBNCconnector

    C.AdapterwithRJ-45connector

    D.AdapterwithDB-25connector


    参考答案:B

  • 第2题:

    注册一个自定义组件语句的用法是:( )

    A.RegisterComponents(TMyComponent,[‘Standard’])

    B.Register(TMyComponent,[‘Standard’])

    C.RegisterComponents(‘Standard’,[TMyComponent])

    D.Register(‘Standard’,TMyComponent)


    正确答案:C

  • 第3题:

    Factor表示求质因子


    错误

  • 第4题:

    WhichofthefollowingcabletypesisassociatedwithanEthernetwithaRJ45connector?()

    A.10Base2

    B.10Base5

    C.10BaseT

    D.10BaseF


    参考答案:C

  • 第5题:

    分析下面的函数主要完成什么功能?并给出factor(10)的值。 function f=factor(n) if n<=1 f=1; else f=factor(n-1)*n; end


    利用函数的递归调用,求n!。

  • 第6题:

    传统显示器使用VGA线传输数据。下列说法中错误的是:

    A.VGA传输的是模拟信号

    B.VGA接口为15针D型

    C.VGA传输信号中既包含视频信息也包含音频信息

    D.VGA 信号传输距离长度有限


    VGA 传输信号中既包含视频信息也包含音频信息