English trip -- VC(情景课)9 D Reading 阅读练习
Read 阅读
Dear Susie(苏西)
It's after dinner, My family is working in the kitchen. My daughter Li is washing the dishes. My daughter Mei is drying the dishes.My sons are taking out the tarsh.Where is my husband?He isn't in then kitchen. He is sleeping in the living room! I am not happy. I need help. What can I do?
I need help. What can I do?
Huan
Read and match 阅读回顾
1)She is not happy
2)She is washing the dishes
3)They are taking out the trash
4)She is drying the dishes
Rooms of a house 房子的房间
1)bathroom (注意咬舌音) 浴室;厕所;盥洗室 restroom
What can you do in the room?
I can take a shower/bath, brush teeth,wash face, comb(b 不发音) hair and use the toilet.
what's in the room?
There is a mirror, a cabinet, a sink, a shower and a toilet.
2)bed room 卧室 (注意可以连读)
What can you do in the room?
I can paly with the phone, sleep, read book, tell stories
what's in the room?
There is a cabinet ,a closet and a lamp
3)living room 起居室;客厅 (注意变化 live -> living)
What can you do in the room?
I can watch TV , drink tea, meet friend and chat with my wife
what's in the room?
There is a television , sofas ,chairs , plants ,an air conditioner and tea table
4)laundry room 洗衣房
What can you do in the room?
I can do laundry(wash clothes) and dry the clothes
what's in the room?
There is a washing machine and a cabinet
5)kitchen 厨房
What can you do in the room?
I can cook ,wash fruites and vegetables
what's in the room?
There is a refrigerator , a sink, an oven and cupboard # an over考虑,注意使用an
6)dining room 饭厅
What can you do in the room?
I can eat three meals and sometimes do homework # some time 分开是“一些时间”的意思,连在一起 sometimes 才是 有时候
what's in the room?
There are chairs and a dinner table
Words
castle ['kæsl] 城堡
palace [ˈpælɪs] 宫殿
swimming pool 游泳池
mirror 镜子
cabinet 陈列柜
sink n. 水槽;洗涤槽;污水坑
shower n. 淋浴;(倾泻般出现的)一阵,一大批;阵雨
toilet n. 厕所,盥洗室;梳妆,打扮
closet 壁橱
lamp 台灯
furniture 家具
comb hair 梳头
comb 梳子
brush teeth 刷牙
Study 书房
air conditioning 空调
Sentences
There is/are .... in the ....
What room is this?
What room is that?
What can this room do?
English trip -- VC(情景课)9 D Reading 阅读练习的更多相关文章
- English trip -- VC(情景课)10 D Reading 阅读练习
Read 阅读 From: Lupe To:Miriam Hi Miriam, I'm not working today.It's my day off. Are you busy?Come an ...
- English trip -- VC(情景课) 7 D Reading 阅读练习
Read Hi patty, This morning, Smuel and I are going to The Clothes place. Samuel needs blue pants.He ...
- English trip -- VC(情景课)2 D Reading
Xu言: 业精于勤,荒于嬉:行成于思,毁于随 Before you read 阅读准备 Talk about the picture, what do you see?看图说话,你看到了什么? Lis ...
- English trip -- VC(情景课)8 D Reading
Listen and read. Shop Smart [smɑːt] Employee of the Month: Sara['særə] (萨拉) Lopez(洛佩斯) Congratulati ...
- English trip -- VC(情景课)3 D Reading
xu言: 感觉睡眠尽量还是要保证7+小时,才能让自己的脑袋更清醒一些... Read 阅读 My Family My name is Gloria. This is my family . This ...
- 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(情景课)10 B Around the house 在家里
Vocablulary focus 核心词汇 cook play the guitar listen to music watch TV read magazines work in the gar ...
- English trip -- VC(情景课)9 C What are they doing? 他们在做什么?
Grammar focus 语法点: 以What 开头的问句 What is/is/are he/she/they doing? Cutting the grass. Walking the dog. ...
随机推荐
- uva11383 转化为 二分图匹配
给定一个n*n矩阵,每个格子里都有一个正整数w(i,j).你的任务是给每行确定一个整数row(i),没列也确定一个正整数col(i),使得对于任意格子(i,j),w(i,j) <= row(i) ...
- Python: 正则表达式中的group()
正则表达式中,group()用来提出分组截获的字符串,()用来分组 eg:
- 了解SpringBoot
一.SpringBoot是什么? Spring Boot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程.该框架使用了特定的方式来进行配置,从而使开发 ...
- Linux服务器配置---tftpserver
安装tftp-server 1.安装tftp-server [root@localhost weijie]# yum install -y tftp-server Loaded plugins: fa ...
- Linux服务器配置---ntp
配置ntp ntp就是网络时间同步的服务,时间的准确性非常重要,很多数据在记录时都要知道准确的时间.网上有很多站点,一般国内会设置匹配中科院国家授时中心的时间. 1.安装ntp软件 [root ...
- iPhone手机获取uuid 安装测试app
iPhone手机获取uuid 安装测试app UDID是一种iOS设备的特殊识别码.除序号之外,每台ios装置都另有一组独一无二的号码,我们就称之为识别码( Unique Device Identif ...
- java多线程-----volatile
谈谈Java中的volatile 内存可见性 留意复合类操作 解决num++操作的原子性问题 禁止指令重排序 总结 内存可见性 volatile是Java提供的一种轻量级的同步机制,在并发编程中, ...
- USB开发库STSW-STM32121文件分析
hw_config.c: 该文件中包含系统配置的函数. usb_desc.c:各种描述符 usb-endp.c:就两个函数分别处理端点1的IN和端点2的OUT. usb_istr.c: 该文件中只有一 ...
- C++ 电路布线/最短路径问题
问题描述 用二维数组表示地图,若值为 1 则表示有障碍物,若值为 0 则表示可以通行. 输入: m*n 的二维数组,布线起点坐标,布线终点坐标. 输出: 最短布线距离以及对应的布线路径. 问题分析 从 ...
- linux下保存下位机输出的串口信息为文件
linux下保存下位机输出的串口信息为文件 1.stty -F /dev/ttyUSB0 raw (转换成raw模式) 2.stty -F /dev/ttyUSB0 speed 115200 (设置波 ...