【单选题】动态数列中各项指标数值之和有独立经济意义的是( )。
【单选题】下列程序段的执行结果为( )。 Dim A(3,3) For M=1 To 3 For N=1 To 3 If N=M Or N=3-M+1 Then A(M,N)=1 Else A(M,N)=0 End If Next N Next M For M=1 To 3 For N=1 To 3 Print A(M,N) Next N Print Next M
【多选题】Both bridges are switches are being used throughout the Ezonexam LAN. Which of the following statements are true regarding bridges and switches in this network? (Choose 3)
A.
Switches are primarily software based while bridges are hardware based.
B.
Switches usually have a higher number of ports than most bridges.
C.
Bridges are frequently faster than switches.
D.
Bridges define broadcast domains while switches define collision domains.
E.
Both bridges and switches forward Layer 2 broadcasts.
F.
Both bridges and switches make forwarding decisions based on Layer 2 addresses.
【单选题】有程序段Dim a%(10),k%: For k=1 to 10 : a(k)=sqr(k) : Next k : Print a(k), 程序运行结果为( )。
【简答题】有如下程序段 Dim a(4) As Integer,b(4) As Integer For k=0 to 2 a(k+1)=k*2 b(3-k)=a(k-1) Next k Print b(k) 执行程序段的结果是 。
【单选题】编写以下程序段: DIM I, J, K, A A=0 FOR I = 1 TO 3 FOR J = 1 TO I FOR K=-J TO 3 A=A+1 NEXT K NEXT J NEXT I 执行上面的三重循环后,变量A的值为( )。
【单选题】下列程序段的执行结果是Dim A(3,3)For M = 1 To 3For N = 1 To 3If N = M Or N = 3 - M + 1 ThenA(M,N) = 1Else A(M,N) = 0 End IfNext NNext MFor M = 1 To 3For N = 1 To 3Print A(M,N)Next NPrint Next M
【简答题】按主拱圈截面形式分拱桥有 、 、 和箱形拱桥。