网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

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


参考答案

更多 “ Passage FiveIn 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 lifeB. without too much practiceC. from popular songsD. with a dictionary in one's hand ” 相关考题
考题 听力原文:M: What margins will the lending bank charge?W: Margins mainly depend on these factors: evaluation of credit risk, maturity of credit, and the starting point from which onwards the rate of interest shall be firm.Q: How many factors do margins charged by the lending bank mainly depend on?(12)A.Four.B.Two.C.Three.D.Five.

考题 A General Election is held every __ years and there are ___ members of Parliaments are elected. A.five, 600B.five, 650C.five, 651D.four, 651

考题 I am committed _______ part in the meeting.A、to takingB、to takeC、takingD、taken

考题 By default, how often does a router running IGRP send its complete routing table to its neighbors?() A. Every 5 minutesB. Every 90 secondsC. Every 60 secondsD. Every 30 seconds

考题 How many children does the woman have?A. Two.B. Three.C. Five.

考题 Howmanypiecesofadvicearegiventotheteenagerswhohaveproblemsinthispassage?A.Two.B.Three.C.Four.D.Five.

考题 Each life jacket light that has a non-replaceable power source must be replaced ______.A.every 6 months after initial installationB.every 12 months after initial installationC.every 24 months after initial installationD.on or before the expiration date of the power source

考题 以下对于列表的相关操作中哪些项有正确的输出结果?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

考题 【填空题】运行下列程序,输出结果是____。 #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; }

考题 以下对于列表的相关操作中哪些项有正确的输出结果?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