A.DB-15
B.DB-9
C.DIN-6
D.DB-25
第1题:
A.AdapterwithAUIconnector
B.AdapterwithBNCconnector
C.AdapterwithRJ-45connector
D.AdapterwithDB-25connector
第2题:
注册一个自定义组件语句的用法是:( )
A.RegisterComponents(TMyComponent,[‘Standard’])
B.Register(TMyComponent,[‘Standard’])
C.RegisterComponents(‘Standard’,[TMyComponent])
D.Register(‘Standard’,TMyComponent)
第3题:
Factor表示求质因子
第4题:
A.10Base2
B.10Base5
C.10BaseT
D.10BaseF
第5题:
分析下面的函数主要完成什么功能?并给出factor(10)的值。 function f=factor(n) if n<=1 f=1; else f=factor(n-1)*n; end
第6题:
传统显示器使用VGA线传输数据。下列说法中错误的是:
A.VGA传输的是模拟信号
B.VGA接口为15针D型
C.VGA传输信号中既包含视频信息也包含音频信息
D.VGA 信号传输距离长度有限