模拟试题

3773考试网计算机等级考试模拟试题正文

2010年3月计算机等考二级VB模拟题及解析(1)

来源:fjzsksw.com 2010-1-28 16:20:18

 

  (27) 单击命令按钮,下列程序的执行结果为

  Private Sub Command1_Click()

  Dim x As Integer, y As Integer

  x=32: y=42

  Call PCS(x, y)

  Print x; y

  End Sub

  Public Sub PCS(Byval n As Integer, ByVal m As Integer)

  n=n Mod 10+1

  m=m Mod 10+1

  End Sub

  A) 32 42

  B) 2 32

  C) 2 3

  D) 12 3

  正确答案: A

 

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]  ... 下一页  >> 

触屏版 电脑版
3773考试网 琼ICP备12003406号-1