【单选题】运行下面程序段的输出结果是( )int i=0, sum=1;do { sum+=i++; } while(i<5);printf(“%d\n”,sum);< /div>
【单选题】二进制数101101101除以101结果,转换成十进制数是多少?
【单选题】与“并非所有学生都是优秀的”等值的推理是( )。
【判断题】LOM胶涂布到纸上时,涂布厚度厚一点效果会更好。
【单选题】下面程序段的运行结果是( )。 DIMENSION SUM(3) DATA SUM/1.0,2.0,3.0/ I=2 X=ADD(I,SUM) WRITE(*,10)X 10 FORMAT(1X,F3.1) END FUNCTION ADD(N,SUM) DIMENSION SUM(N),L(2) ADD=0 L(2)=2 DO 20 I=1,N ADD=ADD+SUM(I)/L(2) 20 CO...
【单选题】The child drags the pot towards him because
A.
he wants to drink hot water
B.
he wants to play with it
【单选题】下面程序段的运行结果是( )。 int a[]={1,2,3,4,5,6},*p=a; int i,sum=0; for(i=1;i<6;i++) sum+=*(p++); printf("%d",sum);
【简答题】A poor traveler arrived at a small village. He had no food or money. He only had a cooking pot. He made a small cooking fire, placed his pot on it, and poured in some water. When a few villagers asked...