题目内容

1. Fill in the gaps withwords or phrases givenin the box.A. statementB. longedforC. weepD. under wayE. in secretF. sprinkledG.in turn H. reversedI. repayJ. unloaded K. at sea L. traditional1) The cook put the meat on a plate,______it with saltand pepper, wrapped up the plate in aluminumfoil (铝箔) and thenplaced it in the ovento roast.2) Every waking moment we talk to ourselves about the things weexperience. Our self-talk, the thoughts we communicate toourselves, _____control the way we feel and act.3) John made everyone laugh when he got the words_____and referred to himself as“my husband's wife."4) You can't live a perfect day without doing something for someone who will perhaps never be able to______ you.5) Because the Earth is a sphere (球形),sailors_____onlycan view other ships to a distance of about 13 miles before thoseships seem to disappear into the horizon.6) Johnson dismissed_____ideas lightly as no good onseveral occasions.7) One tends to believe whatever one repeats to oneself sufficientlyoften, whether the_____ be true or false.8) Susan told me numerous times how her sister_____children.9) I don't know what my roommate is up to because he does everything_____, either when I am away or when I am asleep.10) For economic reasons, shipbuilders have designed vessels thatcan be loaded and_______in a minimum amount of timewith minimum labor.11) Laugh, and the world laughs with you;_____, and you weepalone.12) A national debate is now____ about the manner inwhich we as a society should protect our natural resources.

查看答案
更多问题

有如下语句:i=0; k=10;while( i=8 ) i=k--;判断while循环体的循环次数为( )。

A. 2
B. 3
C. 8
D. 无穷次

有以下程序段()。#include main(){ while( getchar()!='\n');}以下叙述中正确的是

A. 此while语句将无限循环
B. getchar()不可以出现在while语句的条件表达式中
C. 当执行此while语句时,只有按回车键程序才能继续执行while循环
D. 当执行此while语句时,按任意键(除回车键外)程序就能继续执行while循环

有以下程序#include main(){int s;scanf("%d",&s);while(s>0){switch(s){case 1:printf("%d",s+5);case 2:printf("%d",s+4); break;case 3:printf("%d",s+3);default:printf("%d",s+1);break;}scanf("%d",&s);}}运行时,若输入1 2 3 4 0<回车>,则输出结果是()。

A. 656645
B. 6665
C. 6666
D. 666665

有以下程序,程序的运行结果是( )。#include main(){int y=9;for( ;y>0;y--)if(y%3==0)printf("%d",y);}

A. 741
B. 963
C. 852
D. 875421

答案查题题库