English trip M1 - AC1 My Dream Car Teacher:Corrine
In this lesson you will learn to describe an object.
课上内容(Lesson)

You want to rent a car. Go to the rental company and tell them What you need.(你要去租赁公司租辆车,告诉他们你需要什么样的?)
I want to rent a car.
I am going to...
There are ... people.
I want a ..., and ... car.
You partner will tell you which car is best for you and why.
This car is best. It is very...and... What do you think?
A: Excuse me, I want to rent a car. I'm going to Hangzhou.
B: OK, What color do you like?
A: I like a red car.
B: How many people are there?
A: 4 people.
B: OK,this car is the best for you.
A: Yeah. Is it expensive?
B: Yes, $450 for one day. But it is very fast and stylish.
A: Is it new?
B: Yes.
A: Oh,I don't want to rent a new car. Are there any old cars?
B: Yes, of course.How about this one?
A: ...
词汇(Key Word )
rent 英 [rent] 美 [rɛnt]
- n. 租金
- vt. 出租;租用;租借
- vi. 租;出租
- n. (Rent)人名;(瑞典)伦特
stylish 英 ['staɪlɪʃ] 美 ['staɪlɪʃ]
- adj. 时髦的;现代风格的;潇洒的
countries 国家(country的复数)
at least 至少
dialogue 英 ['daɪəlɒg] 美 [ˈdaɪəˌlɔɡ]
- n. 对话;意见交换
- vi. 对话
- vt. 用对话表达
Write the opposites(反义词)
big -> small
fast -> slow
new -> old
black -> white
expensive -> cheap
safe -> dangerous
easy -> difficult
句型(Sentences)
Is it a nice color?
Is it fast?
Is it big?
Is it cheap?
Is it easy to park?
Is it safe?
语法(Grammar)
"Be" Verb
I am
He/She/It is from Canada.
You/we/They are
缩写(Short questions):
I'm
He's/She's/It's Canada.
You're/We're/They're
Am I
Is he/she/it Australian?
Are you/we/they
回答:
Yes,I am.
he/she/it is.
you/we/they are.
No, I'm not.
he/she/it isn't
you/we/they aren't
English trip M1 - AC1 My Dream Car Teacher:Corrine的更多相关文章
- English trip M1 - PC6 Likes and Dislike Teacher:Jade
In this lesson you will learn to talk about likes and dislikes. 课上内容(Lesson) # 通常在习惯性的表达式用 it's 来表达w ...
- English trip M1 - PC9 Where am I Teacher:Jade
In this lesson you will learn to ask for and give directions # 在本课中,您将学习如何提出要求并给出指示 Words North ...
- English trip V1 - 23. Big and Bigger Teacher:Corrine Key: adjective comparisons 形容词 比较级
In this lesson you will learn to make comparisons. 课上内容(Lesson) compare n. 比较 vt. 比拟,喻为:[语]构成 vi ...
- English trip V2 - 3. A Healthy Diet Teacher:Corrine Key:各种前缀 im- un- in- re- over- under-
In this lesson you will learn to talk about foot and drink for a healthy diet. 课上内容(Lesson) What do ...
- English trip M1 - AC11 I Dreamed a Dream? 我做了一个梦 Teacher:Lamb
In this lesson you will learn to describe an experience. 这节课你讲学习到描述经历 课上内容(Lesson) 词汇(Key Word ) 句型 ...
- English trip M1 - PC1 Are you a Model? 你是模特吗? Teacher:Taylor
In this lesson you will learn to talk about jobs. 课上内容(Lesson) What's your partner name? Her name is ...
- English trip M1 - AC9 Nosey people 爱管闲事的人 Teacher:Solo
In this lesson you will learn to talk about what happened. 在本课中,您将学习如何谈论发生的事情. 课上内容(Lesson) # four “ ...
- English trip M1 - PC7 Can I Borrow Your Ping-Pong? Teacher:Patrick
In this lesson you will learn to desribe abilities. 这节课你将学习到描述你的能力 课上内容(Lesson) 三种常见情态动词 can aux. 能 ...
- English trip V1 - 7.My dream car 我梦想的车 Teacher:Lamb Key: famous for
中华In this lesson you will learn to describe an object(目标). 课上内容(Lesson) famous for 以…著称,闻名 国家(名词) ...
随机推荐
- day 26 元类
一.isinstance issubclass class Person: passclass Student(Person): passstu1=Student()#判断是不是实例print(isi ...
- DataSnap服务器从xe2升级到xe5报错的处理
DataSnap服务器从xe2升级到xe5环境下,能够正常编译,但运行后会报错,如下图: 处理参考: http://blogs.embarcadero.com/pawelglowacki/2013/0 ...
- oracle 之 连接查询
where 连接 select * from a,b //使用的是笛卡尔乘积 显示 a.count*b.count 条数 select * from a,b where a.id=b.id 其实只是 ...
- 题解——洛谷P2613 【模板】有理数取余(扩展欧几里得算法+逆元)
题面 题目描述 给出一个有理数 c=\frac{a}{b} ,求 c mod19260817 的值. 输入输出格式 输入格式: 一共两行. 第一行,一个整数 \( a \) .第二行,一个整 ...
- 论文笔记:Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments 2017-10-25 16:38:23 [Proj ...
- (转) 干货 | 图解LSTM神经网络架构及其11种变体(附论文)
干货 | 图解LSTM神经网络架构及其11种变体(附论文) 2016-10-02 机器之心 选自FastML 作者:Zygmunt Z. 机器之心编译 参与:老红.李亚洲 就像雨季后非洲大草原许多野 ...
- AtomicReference实现单例模式
CAS是项乐观锁技术,当多个线程尝试使用CAS同时更新同一个变量时,只有其中一个线程能更新变量的值,而其它线程都失败,失败的线程并不会被挂起,而是被告知这次竞争中失败,并可以再次尝试. 乐观锁的一种实 ...
- Python GIL(Global Interpreter Lock)
一.介绍 In CPython, the global interpreter lock, or GIL, is a mutex that prevents multiple native threa ...
- cas4.2.4 登添加验证码
看了很多添加验证码的博文,唯独没有4.24的 重点看第3条,其余的和别人博文大致相同 1.首先在cas工程的web.xml增加验证码功能的支持 <!-- 验证码功能 --> &l ...
- Python数据类型补充1
一.可变和不可变类型 可变类型: 值变了,但是id没有变,证明没有生成新的值而是在改变原值,原值是可变类型 不可变类型:值变了,id也跟着变,证明是生成了新的值而不是在改变原值,原值是不可变 # x= ...