English trip -- VC(情景课)2 C Where's my pencli?
Grammar focus 语法点: in 和 on
in the desk 在桌子抽屉里
on the desk 在桌子面上
Practice 练习
Where's my pencil?
In the desk
Where's my dictionary?
In the filing cabinet
Where's my notebook?
on the desk
Where's my ruler?
on the table
Where 's my pen?
on the floor
Where is 单数
Where are 复数
there is 那儿有
Is there 那里有
Words
in front of ... 前面
behind 后面
next to 旁边
a lot of 许多
on the left 左边
on the right 右边
on the top 上面
under 下面
between 之间
in the middle of 在...中间
corner 角落 ['kɔːnə]
look for something... 查找...
magazing 杂志
plug 插头 [plʌg]
plastic bag 熟料口袋 ['plæstɪk]
plate 盘子,碟子
windows sill [sɪl] 窗台
a row of tables 一排桌子
toy 玩具 [tɔɪ]
fire hydrate 消防栓 hyd.ra.te ['haɪdreɪt]
a box of glass cup 一箱玻璃杯
sentence
it's keybroad in front of dispaly # 它是显示器前面的键盘
it's mouse between keyboard and english books # 它是键盘和英文书籍之间的鼠标
there is notebook on the desk # 桌上有笔记本
there are some bottle of water on the table # 桌子上有一瓶水
There is a fire hydrant between the pink wall and the plant 在粉色墙与植物之间有个消防栓
there is box behind filing cabinet 文件柜后面有盒子
it's pencli in the notebook 它是笔记本中的笔
there is whiteboard on the wall 墙上有白板
there are chairs on the floor 地板上有椅子
Summer
1.学习了很多针对指定寻找某些东西的形容位置的单词
English trip -- VC(情景课)2 C Where's my pencli?的更多相关文章
- English trip -- VC(情景课)1 C What's your name?(review)
Xu言: 今天,阴差阳错又上了一次 VC 1 C的课,不过这次是小班的形式.这次课的教室叫 toronto [təˈrɒntəʊ] to ron to (多伦多(加拿大城市)) - -0我还 ...
- English trip -- VC(情景课)10 C I like to watch TV. 我爱看电视
Grammar focus 语法点: like to do you do they What does he like to do? does she Practice 练习 ...
- English trip -- VC(情景课)9 B Outside chores 室外家务
Vocabulary focus 核心词汇 cutting the grass 修剪草坪 getting the mail 收到邮件 taking out the trash 把垃圾带出去 wal ...
- English trip -- VC(情景课)8 C
MP review: 音标(Phonetic symbol) [ɪ] lit adj. 照亮的,点着的(light的过去式及过去分词)n. (Lit)人名:(瑞典)利特:(老)李 [ʊ] g ...
- English trip -- VC(情景课) 6 B Events 事件
xu言: ... 自己选择的路,就算是爬,也要给我爬完.短短人生数载,我能之止于此? Words appointment 预约 meeting 会议 class movie party prog ...
- English trip -- VC(情景课)5 Around Town
Around Town 城市周围 Talk about the picture 看图说话 sentences Where are you? I'm in the Meten classroom. ...
- English trip -- VC(情景课)2 D Reading
Xu言: 业精于勤,荒于嬉:行成于思,毁于随 Before you read 阅读准备 Talk about the picture, what do you see?看图说话,你看到了什么? Lis ...
- English trip -- VC(情景课)2 A At school
xu言: Sometimes, I feel very confused. However, there will always be a weak light in a corner to ligh ...
- English trip -- VC(情景课)1 C What's your name?
Grammar focus 语法点 What's your name? What's his name? What her name? My name is Angela. His name is K ...
随机推荐
- 【笔记】DataTable或IList使用GroupBy方法的lamda表达式
DataTable GroupBy的用法 var result = dt.AsEnumerable(). GroupBy(g => new { StaffID = g.Field<stri ...
- ZOJ 3949 Edge to the Root
题意: 在一棵树中,可以从根节点往其他节点加一条边,使得根节点到其他所有节点的距离和最小,输出最小的距离和. 思路: 我们考虑在加的一条边为$1 \to v$,那么在树上从$1 \to v$的路径上, ...
- poj2932 Coneology
地址:http://poj.org/problem?id=2932 题目: Coneology Time Limit: 5000MS Memory Limit: 65536K Total Subm ...
- Python: itertools.compress()
定义: itertools.compress() 输入: iterable对象 相应的Boolean选择器序列 输出: iterable对象中对应选择器为True的元素 用途: 当需要用另外一个相关联 ...
- vue 拨打电话
<a v-bind:href="'tel:'+(order.orderer.phone)">{{order.orderer.phone}}</a> v-bi ...
- 自己封装的ajax
/** * ITCAST WEB * Created by lsy on 2016/5/24. */ /* * 1. 请求的类型 type get post * 2. 请求地址 url * 3. 是异 ...
- (mac)阿里云ECS服务器配置过程
-----首先本人是半只脚入门的iOS开发者,弄这个只是单纯想多学点东西. -----阿里云服务器的配置选择:既然是学习用的,最最基础的配置就行了.1M带宽,1核1G...这就不详述了.没啥可选的,( ...
- 安装webpack出现警告: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
警告如下: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_mo ...
- 散列表(HashTable)
散列表 i. 散列函数 i. 冲突解决 ii. 分离链表法 ii. 开放地址法 iii. 线性探测法 iii. 平方探测法 iii. 双散列 ii. 再散列 ii. 可扩散列 i. 装填因子:元素个数 ...
- js验证两次输入的密码是否一致
原文链接:http://blog.csdn.net/DDfanL/article/details/51460324