【单选题】选词填空。 1.水面上渐渐( ),只见月亮的影子在水中摇晃。
【单选题】单位工程施工组织设计应由( )负责编制。
【单选题】What was Prince Henry's principal achievement?
A.
Making oceanic exploration possible.
B.
Improving the compass.
C.
Founding a school for mariners.
D.
Inventing the clipper ship.
【单选题】水面上渐渐(),只见月亮的影子在水中摇晃。
【单选题】有如下程序 #include void main() { char ch[80]="123abcdEFG*&"; int j;long s=0; puts(ch); for(j=0;ch[j]>'\0';j++) if(ch[j]>='A'&&ch[j]<='Z') ch[j]=ch[j]+'e'-'E'; puts(ch); } 该程序的功能是 ( )
【单选题】单位工程施工组织设计应由( )负责编制。
【单选题】水面上渐渐( ),只见月亮的影子在水中摇晃。
【单选题】What does the man think is the most important for the woman to impr o ve her dress sense ?
C.
To make herself dress comfortably.
D.
To dress right clothes for the right occasion.
【简答题】按要求改写句子。 (2)水面上渐渐沉寂,只见月亮的影子在水中摇晃。 改变顺序,意思不变:______________________________________________
【单选题】有如下程序 #include void main() { char ch[80]="123abcdEFG*&"; int j;long s=0; puts(ch); for(j=0;ch[j]>'\0';j++) if(ch[j]>='a'&&ch[j]<='z') ch[j]=ch[j]-'b'+'B'; puts(ch); } 该程序的功能是________。