Text

I am an art student and I paint a lot of pictures. Manay people pretend that they understand modern art. They always tell you what a picture is 'about'. Of course, many pictures are not about anything. They are just pretty partterns. We like them in the same way that we like pretty curtain material. I think that young children often appriciate modern pictures better than anyone else. They notice more. My sister is only seven, but she always tells me whether my pictures are good or not. She came into my room yesterday.

'What are you doing?' she asked.

'I'm hanging this picture on the wall.' I answered, 'It's a new one. Do you like it?'

She looked at it critically for a moment. 'It's all right,' she said,'but isn't it upside down?'

I looked at it again, she was right! It was!

Notes

  1. art student 艺术系的学生

    English studeng 学英语的学生

    Student of England 英国的学生

  2. artist 艺术家

    artiste 艺人

    art gallery 艺术画廊

    black art 巫术

  3. critic: n. 评论家

    criticise: v. 批评,批判

    criticism: n. 批评;考证;苛求

    crital: adj. 挑剔的

    critally: adv. 爱挑剔的

    He criticised my paintings.

  4. paint:

    paint a picture: 强调油画

    draw:

    draw a picture: 用线条画

    painting -> oil painting 油画

    Chinese painting: 国画

    Beijing Opera: 京剧

  5. When his mother came in, the baby pretended to go to sleep.

  6. pattern dirlls 模式典范

  7. appreciate: v. 鉴赏

    engjoy: 欣赏

    I like poems.

    I love poems.

    I enjoy poems.

    I appreciate poems.

    ##### Usage

    appreciate sth

    appreciate doing sth

    eg: I am appreciate your help. 我很感激你的帮助。

  8. notice: 看,注意到(别人没有注意到的)

    pay attention to 思想上注意

  9. whether

    If在表示“是否”的时候可以被whether取代,if在表示“如果”的时候就不可以。

    whether...or not = if

    If it will rain ...(不是条件状语从句,故可以用将来时)

    = Whether it will rain ...

    = Whether it will rain or (not) ...

    I wonder whether/if it will rain.

  10. hang -> huang 悬挂

    A pretty curtain hangs over the window.

    hang -> hanged 绞死

    The robber was hanged.

  11. in a way 以某种方式,正如

    The son walked in the same way that his father walked.

  12. make an appointment

    When will you be convenient for you?

  13. I like sth.

    I like sth. very much.

    I like sth. better.

    I like sth. best.

    I like sth. better than anyone else. 表示最高级

  14. 否定疑问句,表示肯定的意思。

    Isn't it upside down?

    Aren't you luck?

  15. call 称之为

    name 取名

  16. 陈述句的间接引语以that引导

    特殊疑问句的间接引语以特殊疑问词引导

    eg:

    • What time is it? -> He asked me what time it was.
    • How old are you? -> He asked me how old I was.

    注意事项:

    1)时态。主句的谓语动词是过去式时,从句的谓语动词应该变为相同的时态。

    2)疑问句变为间接引语时,要变成陈述句语序。

    3)人称的变化。

    Is it nine o'clock? -> He asked me if/whether it was nine o'clock.

Lesson 26 The best art critics的更多相关文章

  1. NCE2

    1.A private conversation Last week I went to the theatre. I had a very good seat. The play was very ...

  2. NeHe OpenGL教程 第二十六课:反射

    转自[翻译]NeHe OpenGL 教程 前言 声明,此 NeHe OpenGL教程系列文章由51博客yarin翻译(2010-08-19),本博客为转载并稍加整理与修改.对NeHe的OpenGL管线 ...

  3. 64位平台C/C++开发注意事项(转载)

    转自http://coolshell.cn/articles/3512.html 在http://www.viva64.com/en/l/上例出了28个在64位平台上使用C/C++开发的注意事项,对于 ...

  4. React.js 小书介绍

    React.js 小书 Github 关于作者 这是一本关于 React.js 的小书. 因为工作中一直在使用 React.js,也一直以来想总结一下自己关于 React.js 的一些知识.经验.于是 ...

  5. 【转】Beginning Game Programming v2.0

    Beginning Game Programming v2.0 Last Updated 8/19/18 Greetings everyone, welcome to the ground up re ...

  6. 64位平台C/C++开发注意事项

    在http://www.viva64.com/en/l/上例出了28个在64位平台上使用C/C++开发的注意事项,对于进入64位时代的程序员应该去看看这28个事项,这些英文读物对于有C/C++功底的朋 ...

  7. sqli-labs学习笔记 DAY4

    DAY 4 sqli-labs lesson 23 与lesson 1一样,只不过屏蔽了#和–注释符. 报错型注入: 爆库:id=99' UNION SELECT 1,extractvalue(1,c ...

  8. Ext.js高级组件

    第二章:Ext.js高级组件 grid组件 普通方式 表格面板类Ext.grid.Panel xtype(别名):gridpanel.grid title标题.renderTo渲染至.width宽.h ...

  9. 树莓派 Learning 003 --- GPIO 000 --- GPIO引脚图

    树莓派 Learning 003 - GPIO 000 - GPIO引脚图 我的树莓派型号:Raspberry Pi 2 Model B V1.1 装机系统:NOOBS v1.9.2 Raspberr ...

随机推荐

  1. E - Coin Change UVA - 674 &&(一些记录路径的方法)

    这一道题并不难,我们只需要将dp数组先清空,再给dp[0]=1,之后就按照完全背包的模板写 主要是我们要证明着一种方法不会出现把(1+3+4)(1+4+3)当作两种方法,这一点如果自己写过背包的那个表 ...

  2. MySQL存储过程(PROCEDURE)(一)

    一.定义与目的: 定义:存储过程是数据库 SQL 语言层面的代码封装与重用(是数据库中存储复杂程序,以便外部程序调用的一种数据库对象): 目的:我们为了完成特定功能的SQL语句集,经编译创建并保存在数 ...

  3. CentOS Linux Jenkins安装、部署、更新

    1.安装:https://wiki.jenkins.io/display/JENKINS/Installing+Jenkins+on+Red+Hat+distributions2.部署: 注意事项: ...

  4. Justoj 2389: 拼接三角形 二分查找

    2389: 拼接三角形 时间限制: C/C++ 1 s      Java/Python 3 s      内存限制: 128 MB      答案正确: 7      提交: 21 提交 我的状态 ...

  5. 获取Shell脚本当前的目录

    https://qiushao.net/article/1489983836453?p=1&m=0 SCRIPT_DIR=$(cd $(dirname ${BASH_SOURCE[0]}); ...

  6. .net基础学java系列(一)视野

    本文目的在于扩展你我视野,求各位大神帮忙补充下表格中的内容,特别是Java的相关内容. 下面的文字纯是为了凑足150个字. 本人作为一名普通的.net程序员,也快混了十年了.在.net方面的知识面较广 ...

  7. PHP如何处理emoji表情存入utf8的数据库

    一般Mysql表设计时,都是用UTF8字符集的.把带有emoji的昵称字段往里面insert一下就没了,整个字段变成了空字符串.这是怎么回事呢? 原来是因为Mysql的utf8字符集是3字节的,而em ...

  8. vsftp搭建

    (1)下载 yum install -y vsftpd (2)目录详情 /etc/vsftpd/vsftpd.conf:vsftpd 的核心配置文件 /etc/vsftpd/ftpusers:用于指定 ...

  9. .NET Core on K8S快速入门课程学习笔记

    课程链接:http://video.jessetalk.cn/course/explore 良心课程,大家一起来学习哈! 目录 01-介绍K8s是什么 02-为什么要学习k8s 03-如何学习k8s ...

  10. CocosCreator检测动作执行完毕的方法~之一吧,应该= =

    解决方案是利用动作序列,在动作后面跟一个回调函数,然后再利用之前设置好的动作执行完毕标志,即可完成动作结束的判断!Bingo!