The great use of school education is not so much to teach you things as to teach you the art of learning.()A.学校教育的最大用途在于不但教你东西,还教你学习的艺术。B.学校教育的最大用途与其说是教你一些知识,倒不如说是教给你学习的方法。C.学校教育的最大作用就是传授给你知识就像传授给你学习的艺术一样。D.学校教育的最大用途是教你学习的方法而不是学习的知识。

题目
The great use of school education is not so much to teach you things as to teach you the art of learning.()

A.学校教育的最大用途在于不但教你东西,还教你学习的艺术。

B.学校教育的最大用途与其说是教你一些知识,倒不如说是教给你学习的方法。

C.学校教育的最大作用就是传授给你知识就像传授给你学习的艺术一样。

D.学校教育的最大用途是教你学习的方法而不是学习的知识。


相似考题
更多“The great use of school education is not so much to teach you things as to teach you the art of learning.() ”相关问题
  • 第1题:

    It will ____ you _____ if she never speak to you again.

    A、serve....in

    B、serve.... right

    C、serve.... away

    D、serve... great


    正确答案:B

  • 第2题:

    Talk to anyone in the drug industry, you’ll soon discover that the science of genetics is the biggest thing to hit drug research since penicillin was discovered.

    [A] or

    [B] so

    [C] for

    [D] and


    正确答案:D

  • 第3题:

    修改数据库Teach,将数据文件Teach_Data.mdf的逻辑名Teach_Data改为Teaching_Data,Filegrowth改为2; 添加一个次要数据文件,将其存放在E盘,逻辑名称为Teach_Data2,文件名称请自己命名。


    UPDATE score SET final =87 WHERE studentno='17124113307' AND courseno='c05127'

  • 第4题:

    Children can________a lot from television.

    A.look

    B.learn

    C.catch

    D.teach


    参考答案:B

  • 第5题:

    【单选题】 以下哪个统一资源定位器的写法是完全正确的

    A.http//www.teach.comqueque.html

    B.http://www.teach.comqueque.html

    C.http://www.teach.com/que/que.html

    D.http//www.teach.com/que/que.html


    URL

  • 第6题:

    定义结构体类型变量teach1,不正确的是()。

    A.struct teacher {int num; int age; }; struct teacher teach1;

    B.struct teacher {int num; int age; }teach1;

    C.struct {int num; int age; }teach1;

    D.struct {int num; int age; }teacher; struct teacher teach1;


    struct {int num; int age; }teacher; struct teacher teach1;