题目内容

Many foreigners who have not visited Britain call all the inhabitants English, for they are used to thinking of the British Isles as England. (1) , the British Isles contain a variety of peoples, and only the people of England call themselves English. The others (2) to themselves as Welsh, Scottish, or Irish, (3) the case may be; they are often slightly annoyed (4) being classified as "English".Even in England there are many (5) in regional character and speech. The chief (6) is between southern England and northern England. South of a (7) going from Bristol to London, people speak the type of English usually learnt by foreign students, (8) there are local variations.Further north, regional speech is usually" (9) "than that of southern Britain. Northerners are (10) to claim that they work harder than Southerners, and are more (11) They are openhearted and hospitable; foreigners often find that they make friends with them (12) . Northerners generally have hearty (13) : the visitor to Lancashire or Yorkshire, for instance, may look forward to receiving generous (14) at meal times.In accent and character the people of the Midlands (15) a gradual change from the southern to the northern type of Englishman.In Scotland the sound (16) by the letter "R" is generally a strong sound, and "R" is often pronounced in words in which it would be (17) in southern English. The Scots are said to be a serious, cautious, thrifty people, (18) inventive and somewhat mystical. All the Celtic peoples of Britain (the Welsh, the Irish, the Scots) are frequently (19) as being more "fiery" than the English. They are (20) a race that is quite distinct from the English. Read the following text. Choose the best word(s) for each numbered blank and mark A,B,C or D on ANSWER SHEET Ⅰ.14()

A. helpings
B. offerings
C. fillings
D. findings

查看答案
更多问题

下列程序的执行结果是( )。 #include<iostream.h> class Sample int x,y; public: Sample()x=y=0; Sample(int a,int b)x=a;y=b; ~Sample() if(x==y) cout<<"x=y"<<endl: else cout<<"x!=y"<<endl; void disp() cout<<"x="<<x<<",y="<<y<<endl; ; void main() Sample s1(2,3); s1.disp();

Many foreigners who have not visited Britain call all the inhabitants English, for they are used to thinking of the British Isles as England. (1) , the British Isles contain a variety of peoples, and only the people of England call themselves English. The others (2) to themselves as Welsh, Scottish, or Irish, (3) the case may be; they are often slightly annoyed (4) being classified as "English".Even in England there are many (5) in regional character and speech. The chief (6) is between southern England and northern England. South of a (7) going from Bristol to London, people speak the type of English usually learnt by foreign students, (8) there are local variations.Further north, regional speech is usually" (9) "than that of southern Britain. Northerners are (10) to claim that they work harder than Southerners, and are more (11) They are openhearted and hospitable; foreigners often find that they make friends with them (12) . Northerners generally have hearty (13) : the visitor to Lancashire or Yorkshire, for instance, may look forward to receiving generous (14) at meal times.In accent and character the people of the Midlands (15) a gradual change from the southern to the northern type of Englishman.In Scotland the sound (16) by the letter "R" is generally a strong sound, and "R" is often pronounced in words in which it would be (17) in southern English. The Scots are said to be a serious, cautious, thrifty people, (18) inventive and somewhat mystical. All the Celtic peoples of Britain (the Welsh, the Irish, the Scots) are frequently (19) as being more "fiery" than the English. They are (20) a race that is quite distinct from the English. Read the following text. Choose the best word (s) for each numbered blank and mark A, B, Cot D on ANSWER SHEET 1.1()

A. In consequence
B. In brief
C. In general
D. In fact

下列程序用于将源文件中的字母进行大小写转换,请填写while语句。 #include<iostream.h> #include<fstream.h> #include<iomanip.h> void main() char ch; fstream file1,file2; char fn1[10],fn2[10]; cout<<"输入源文件名:"; cin>>fn1; cout<<"输入目标文件名:"; cin>>fn2; file1.open(fn1,ios::in); while(______) if(ch>=’a’&&ch<=’z’) ch=ch=’a’+’A’; file2.put(ch); file1.close(); file2.close();

结构化程序设计所规定的3种基本控制结构是顺序结构、选择结构和______。

答案查题题库