Learning how to write is like taking a course in public speaking. I’ d ask whether anyone in class had ever taken such a course. Invariably a few hands would go up.“What did you learn in that course?” I’d ask.“Well, the main thing was learning how to face

题目

Learning how to write is like taking a course in public speaking. I’ d ask whether anyone in class had ever taken such a course. Invariably a few hands would go up.

“What did you learn in that course?” I’d ask.

“Well, the main thing was learning how to face an audience ... not to be inhibited( 拘谨 )... not to be nervous

Exactly, when you take a course in public speaking nowadays, you don’ t hear much about grammar and vocabulary. Instead, you’ re taught how not to be afraid or embarrassed, how to speak without a prepared script, how to read out to the live audience before you. Public speaking is a matter of overcoming your long-standing nervous inhibitions.

The same is true of writing. The point of the whole thing is to overcome your nervous inhibitions, to break through the invisible barrier that separates you from the person who’ ll read what you wrote. You must learn to sit in front of your typewriter or dictating machine and read out to the person at the other end of the line.

Of course, in public speaking, with the audience right in front of you, the problem is easier. You can look at them and talk to them directly. In writing, you’ re alone. It needs an effort of your experience or imagination to take hold of that other person and talk to him or her. But that effort is necessary -- or at least it’ s necessary until you’ve reached the point when you quite naturally and unconsciously “talk on paper

1、The topic of the passage is ________

A、how to be a good writer

B、how to be a good speaker

C、how to express yourself with your words

D、how to get rid of nervousness in public speaking

2、The public speech course mainly teaches students ______

A、how to make an attractive speech using perfect grammar and vocabulary

B、how to express themselves exactly and vividly

C、how to collect data needed and organize it

D、how to get over their nervousness when making a speech

3、The similarity between making a public speech and writing is that _______

A、you have to do a lot of preparation work beforehand

B、 you should get over your nervous inhibitions

C、 you should know grammar and vocabulary well to accomplish them

D、 both of them have audience

4、In the opinion of the author, public speaking is much easier than writing because _______

A、public speaking requires less effort than writing

B、 it’ s unnecessary for you to write a lot for speech and you can say anything as you like

C、 you face the audience directly in public speaking; while writing is otherwise

D、 in public speaking, the audience have to listen to you whether they like it or not

5、The author of this passage probably is a ________

A、boss

B、 politician

C、 writer

D、 professor


相似考题
参考答案和解析
正确答案:1A 2D 3B 4C 5D
更多“Learning how to write is like taking a course in public speaking. I’ d ask whether any ”相关问题
  • 第1题:

    9. — I ask you _________questions about your plan?

    — course.

    A.that

    B.much

    C.some

    D.any


    正确答案:C

  • 第2题:

    --Who is he? Is he our new teacher?
    --I'm sorry. I don't know __ and __ he is.

    A.who; what
    B.who ; how
    C.how; what
    D.where ; how

    答案:A
    解析:
    考查疑问词。根据上句的疑问推知下句的回答为“不知道他是谁,也不知道他是做什么的”。对一个人职业的疑问词应用what.故可以排除B、D项;how是对方式的提问,用在此处不合适,排除C项,故选A。

  • 第3题:

    若输入: 11 12 13 14 15 0 则写出下面程序的输出结果。 class Program { static void Main(string[] args) { int no = 0, i ; do { Console.Write("请输入整数:"); i= int.Parse(Console.ReadLine()); no += i; } while (i != 0); Console.Write("和是{0}", no); } }


    由分析可知: (1)被2除余数是0的数:250、408、210、124、300; (2)被3除余数是0的数:369、408、210、300、105; (3)被5除余数是0的数:250、210、300、105、95. 故答案为:250、408、210、124、300;369、408、210、300、105;250、210、300、105、95.

  • 第4题:

    ( )is a subset of artificial intelligence in the field of computer science that often uses statistical techniques to give computers the abillity to mlGarnr,(i.e.,progressively improve performance on a specific task)with data.Without being explitiy?programmed.

    A.Machine learning
    B.Program language learning
    C.Natural language learning
    D.Statistical?learning

    答案:A
    解析:

  • 第5题:

    --Who is he? Is he our new teacher?
    --I'm sorry. I don't know ___________ andhe is.

    A.who; what
    B.who ; how
    C.how; what
    D.where ; how

    答案:A
    解析:
    根据上旬的疑问推知下句的回答为“不知道他是谁,也不知道他是做什么的”。对一个人职业的疑问词应用what,故可以排除B、D项;C项,how是对方式的提问,用在此处不合适,故该题应选A。

  • 第6题:

    补全代码:执行下面程序,程序输出结果为:0 1 2 3 class Program{ public void printArray(){ int[] ia = new int[4]; for (int i = 0; i < ia.Length; i++){ ia[i] = i; Console.Write("{0} ", ia[i]); } } static void Main(string[] args){ Program lin = new Program(); ________; } }

    A.lin.printArray()

    B.Console.Write("{0} {1} {2} {3}");

    C.printArray()

    D.Console.Write(0123);


    10