【程序】
SET TALK OFF
CLEAR
PUBLIC X,Y
X=5
Y=3
DO SUB
? X,Y
SET TALK ON
RETURN
PROCEDURE SUB
PRIVATE X
X=1
X=X*2+1
Y=5
RETURN
X的输出结果为 ______。
A.5
B.6
C.8
D.3
第1题:
A.talk to
B.talk with
C.talk of
D.talk
第2题:
A. RARP request
B. Show Network Address request
C. Proxy ARP request
D. ARP request
E. Show Hardware Address request
第3题:
Yesterday we had () talk.
Aone and a half hour’s
Bone and a half hour
Can hour and a half’s
Dan hour’s and a half
第4题:
以下程序的执行结果是______。
include<iostream.h>
void main()
{
int x=5 y=2;
cout<<! (y==x/2)<<",";
cout<<(y!=x%3)<<",";
cout<<(x>0 && y<0=<<",";
cout<<(x!=y||x>=y)<<endl;
}
第5题:
He kept on __________(talk) until the class was over.