您现在的位置:在线题库 >> 计算机类 >> 计算机应用基础
  • ID:9613-20100
    下列循环控制结构出现错误的是____。 A)For I=1 to 100 B)While I<100 s=s+1 s=s+I:I=I+1 if s>100 Then Exit For if s>100 Then Exit While Next I Wend C)Do D)Do WhileI<100 s=s+I:I=I+1 S=S+I:I=I+1 if s>100 Then Exit Do if s>100 Then Exit DO Loop While I<100 Loop

  • 相关试题查看更多

  • ID:9613-20153
    在窗体上画一个名称为Commandl的命令按钮,然后编写如下程序: Private Sub Commandl_Click() Static X As Integer Static Y As Integer Cis Y=1 Y=Y+5 X=5+X Print X,Y End Sub 程序运行时,3次单击命令按钮Commandl后,窗体上显示的结果为____ A)15 16 B)15 6 C)15 15 D)5 6

    查看解析

  • ID:9613-18970
    写出下列语句执行结果。 int a,b,c,d=4,m=6,n=8; int *p1=&d,*p2=&m,*p3;A=p1==&d; b=3*(-*p1)/(*p2)+7; c=*(p3=&n)=*p1*(*p2); printf("%d,%d,%d",a,b,c); A、1,5,24 B、4,5,23 C、1,2,22 D、5,5,14

    查看解析

  • ID:9613-20149
    在VB中,按下鼠标键触发事件,正确的程序段是( ) A).Private Su b Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) …… End Sub B.Private Sub Form_MouseUP(Button As Integer, Shift As Integer, X As Single, Y As Single) …… End Sub C.Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) …… End Sub D.Private Sub Form_Load() …… End Sub

    查看解析

  • ID:9613-18913
    下面说法错误的是( ) A.Linux操作系统部分符合UNIX标准,可以将Linux上完成的程序经过重新修改后移植到UNIX主机上运行。 B.Linux操作系统是免费软件,可以通过网络下载。 C.Linux操作系统不限制应用程序可用内存的大小 D.Linux操作系统支持多用户,在同一时间可以有多个用户使用主机

    查看解析

  • ID:9613-18344
    数0的补码为 ____________。 A、00000000 B、01111111 C、11111111 D、00000001

    查看解析