Passage Five
In every language there are two great classes of words which, taken together, consist of the whole vocabulary. First, there are those words with which we become acquainted in daily conversation, which we learn, that is to say, from the members of our own family and from our familiar associates, and which we should know and use even if we could not read or write. They concern the common things of life, and are the goods in trade of all those who speak the language. Such words may be called "popular", since they belong to the whole people; and are not the exclusive possession of a limited class.
On the other hand, our language includes a large number of words which are comparatively seldom used in ordinary conversation. Their meanings are known to every educated person, but there is little occasion to use them at home or in the market-place. Our first acquaintance with them comes not from our mother's lips or from the talk of our school-mates, but from books that we read, lectures that we bear, or the more formal conversation of highly educated speakers who are discussing some particular topic in a style. raised above the habitual level of everyday life. Such words are called "learned". And the distinction between them and "popular" words is of great importance to a right understanding of the language.
51. One class of words can be learned ______.
A. through everyday life
B. without too much practice
C. from popular songs
D. with a dictionary in one's hand
第1题:
How many children does the woman have?
A. Two.
B. Three.
C. Five.
第2题:
Each life jacket light that has a non-replaceable power source must be replaced ______.
A.every 6 months after initial installation
B.every 12 months after initial installation
C.every 24 months after initial installation
D.on or before the expiration date of the power source
第3题:
【填空题】运行下列程序,输出结果是____。 #include <iostream> using namespace std; enum opt{ONE,TWO,THREE,FOUR,FIVE,SIX,SEVEN}op; int main(void) { cout<<ONE; cout<<TWO; cout<<SIX; return 0; }
第4题:
Howmanypiecesofadvicearegiventotheteenagerswhohaveproblemsinthispassage?
A.Two.
B.Three.
C.Four.
D.Five.
第5题:
以下对于列表的相关操作中哪些项有正确的输出结果?
A.>>> language = list('PHP'); >>> language[1:] = 'ython'; >>> print(language) ['P', 'y', 't', 'h', 'o', 'n']#B.>>> print(list('Life is short, you need Python.').count('is')) 1#C.>>> x = [2, 3, 0, 4, 1] >>> x.sort() >>> print(x) [0, 1, 2, 3, 4]#D.>>> words = ['Life', 'is', 'short', 'you', 'need', 'Python'] >>> words.index('you') 4第6题:
以下对于列表的相关操作中哪些项有正确的输出结果?
A.>>> language = list('PHP'); >>> language[1:] = 'ython'; >>> print language ['P', 'y', 't', 'h', 'o', 'n']#B.>>> print list('Life is short, you need Python.').count('is') 1#C.>>> x = [2, 3, 0, 4, 1] >>> x.sort() >>> print x [0, 1, 2, 3, 4]#D.>>> words = ['Life', 'is', 'short', 'you', 'need', 'Python'] >>> words.index('you') 4