English trip -- Review Unit7 Shopping 购物
Xu言:
今天,lamb老师帮我梳理的时候到时提醒了我件事,之前Jade老师也说过每个单元的课程其实有个大主题,我需要把这个单元上完以后全部好好的回顾,然后整理一下。把每个单元的主题以及主题(theme)对应的事情( sth = something)、句子(sentences)、单词(words)重新过一遍。把这些散的东西给串起来,完成一个完整的场景,再进行反复练习。
Unit 7 主要是讲的购物:
购物需要分几个步骤:
你在哪里购物?
Where are you Shopping? What do you buy ....?
supermarket 超市
store
shopping mall 大商场,大型购物中心
boutique n. 精品店;专卖流行衣服的小商店 (专卖店)
DFS 免税消费(Duty Free Shopping)
outlets “奥特莱斯”是英文OUTLETS的中文音译。其英文原意是“出口、出路、排出口”的意思,在零售商业中专指由销售名牌过季、下架、断码商品的商店组成的购物中心,因此也称为“品牌直销购物中心”。
你需要什么?/ 我可以帮你吗?
What do you need?/ Can i help you?
Yes, I need a .....
Upper body 上半身
a shirt \a T-shirt \a blouse \coat \ jacket \ sweater
Lower body 下半身
a dress \ a skirt \ shorts \ pants \ shoes \ socks\ jeans \belt
No, just looking around # 不用,我自己看看
这个...多少钱?
How much is ...? How much are...?
# 注意单数 is 复数are
回答价格
It's $ 2.00
$ 2.00?
It's two dollar
Two dollar? Thanks
$ 89.99 eighty-nine dollar ninety-nine cents
eighty-nine(短暂停顿)ninety-nine
打折咨询
May I have a discount? # 可以给我打折吗?
50 percert off # 5折优惠
20 percert off # 8折优惠
70 percert off # 3折优惠
90 percert off # 1折优惠
What are you wearing today? # 你今天穿的什么?
What is She/He waring today? # 他/她 今天穿的什么?
I am /She's / He's wearing... 我/她/他穿的...
Colors 颜色
What color is her/his sweater? # 她/他的这件毛衣是什么颜色的
Blue.
This is a black cap.
That is a white hat.
This's a yellow T-shirt
That's an orange skirt
This are brown pants
This are blue and green socks
That are purple shoes
This is a pink dress
That is a red sports shirt
English trip -- Review Unit7 Shopping 购物的更多相关文章
- English trip -- Review Unit 10 Leisure 休闲
Words dance exercise fish play basketball play cards swim cook play the guitar listen to music watch ...
- English trip -- Review Unit6 Time 时间
It's at seven o'clock 整点 7点整 It's at half past seven or It's seven-thirty7点30 It's at seven fi ...
- English trip -- Review Unit5 Around town 在城市
restaurant 餐厅 supermarket 超市 shoping mall 购物中心 drugstore 药店 hospital 医院 laundromat 洗衣店 moive threat ...
- English trip -- Review Unit4 Health 健康
medicine n. 药:医学:内科:巫术 vt. 用药物治疗:给…用药 drug 毒药;药店(drugstore) pill 药丸 patient 病人 head 头 hands 手 ...
- English trip -- Review Unit3 Family 家人
Words daughter grandfather grandmother husband wife uncle aunt brother sister Who is ...? Loki's ... ...
- English trip -- Review Unit2 At school 在学校
What do you need,Loki? I need an eraser What does he need? He needs a dictionary Where's my pencil? ...
- English trip -- Review Unit1 Personal Information 个人信息
1.重点内容进行自我介绍 What's you name? I'm Loki Where are you from? I'm Local, I'm Chengdu How old are you? t ...
- English trip -- Review Unit 9 Daily living 日常生活
主要讲了一个时态:现在进行时 Be动词+Ving 需要记住的有6种规律 1.直接单词后面 + ing e.g. watch -> watching 2.是ie结尾的单词,变y ...
- English trip -- Review Unit8 Work 工作
工作一般询问对方的工作情况的方式: What job is it? 它的工作是什么? You're a engineer? 你是工程师? Right 是的 What do you do? ...
随机推荐
- 查看Tensorflow版本
python -c 'import tensorflow as tf; print(tf.__version__)' # for Python 2 python3 -c 'import tensorf ...
- Linux下DNS服务器配置
一步:yum install -y bind bind-utils bind-chroot yum install bind* //安装DNS服务 第二步:systemctl stop firewal ...
- Python 运算符与基本数据类型
一.运算符 1.算数运算: 2.比较运算: 3.赋值运算: 4.逻辑运算: 5.成员运算: 二.基本数据类型 1.空(None) 表示该值是一个空对象,空值是Python里一个特殊的值,用None表示 ...
- 【百度统计】设置页面元素点击事件转化pv、uv
html元素点击事件内添加代码:_hmt.push(['_trackEvent', category, action, opt_label, opt_value]); 1. '_trackEvent' ...
- python no module named 'win32api'
在cmd下执行 pip install pypiwin32api 即可
- 深入JAVA注解之属性注解
项目目录结构 实体类: package org.guangsoft.annotation.entity; import java.lang.annotation.ElementType; import ...
- Linux 命令安装bin文件
Linux 命令安装bin文件 安装命令: //1,增加文件的可执行权限 chmod a+x jdk-6u30-linux-x64.bin //2,程序即安装在执行命令的文件夹下 ./jdk-6u30 ...
- Python descriptor 以及 内置property()函数
Python Descriptor 1, Python Descriptor是这样一个对象 它按照descriptor协议, 有这样的属性之一 def __get__(self, obj, type ...
- Python3基础 set add 向集合中加入新的元素
Python : 3.7.0 OS : Ubuntu 18.04.1 LTS IDE : PyCharm 2018.2.4 Conda ...
- Zookeeper一致性协议原理Zab
ZooKeeper为高可用的一致性协调框架,自然的ZooKeeper也有着一致性算法的实现,ZooKeeper使用的是ZAB协议作为数据一致性的算法, ZAB(ZooKeeper Atomic Bro ...