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.
Washing the dishes.
Practice 练习
What are they doing?
They are Making dinner. # make -> making(去e+ing)
What is he doing?
He is washing the dishes. # wash -> washing(+ing)
What are they doing?
They are making the bad # make -> making (去e+ing)
What is he doing?
He is taking out the trash [træʃ] # taking (去e+ing)
What is he doing?
He is washing the car # wash -> washing (+ing)
What is she doing?
She is watering the grass [ɡræs] # water -> watering (+ing)
What are they doing?
They are getting the mail # get -> geting (+ing)
What is he doing?
He is making lunch. make - making (去e+ing)
What are they doing?
They are cutting the grass. # cut -> cutting (+ing)
What is she doing?
She is doing the laundry # do -> doing ( +ing)
What is she doing?
She is drying the dishes # dry -> drying(+ing)
What are they doing?
They are taking out the trash # take -> taking(+ing)
PS: 注意 they 和 the 的读音一致
Words
ride a bike / bicycle
cycle 自行车;
recycle 回收
brush [brʌʃ] 刷子
clean the kitchen 清理厨房
clean the toilet 清理马桶
clean the windows 清理窗户
mop the floor 托地
take the rubbish out 扔垃圾
wash the dishes
cook dinner
do the laundry
recycle [,ri'saɪkl] the rubbish
microwave oven [ˈʌvən] 微波炉
microsoft 微软
sentenes
I help somebody do something.
I help my wife feed daughter everday.
My wife helps me wash clothse(do the laundry) # 三单后面是动词原型
But the class is canceled # 但课程被取消了
When class after I go to have dinner # 上课后我去吃饭
Extend-Exercises
She's eating an apple
He is waitting for a bus
They are playing football
He is lieing on the floor
Thay are eatting breakfast
She is sitting on the table
Please be quiet. I'm working
Where 's John? He's in the kitchen. He is cooking
You are standing on my foot , Oh, I'm sorry
Look!Somebody is swimming in the river
We're here on holiday. We are staying at the Central Hotel.
Where's Ann? She is having a shower
They are building a new theatre in the city centre at the moment.
I am going now.Goodbye
Jane isn't having dinner.
She's watching televiosion
She is sitting on the floor
She isn't reading book
She isn't play the piano (PS:乐器前面 play不加ing)
She is laughing
She is wearing a hat
She isn't writing a letter
English trip -- VC(情景课)9 C What are they doing? 他们在做什么?的更多相关文章
- 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 C Where's my pencli?
Grammar focus 语法点: in 和 on in the desk 在桌子抽屉里 on the desk 在桌子面上 Practice 练习 Where's my pencil? I ...
- 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 ...
随机推荐
- eclipse调优
基于Eclipse 4.7.0 (Oxygen) 目的:加快eclipse启动速度 修改eclipse安装目录下配置文件eclipse.ini(1)指定eclipse运行的jre,不让其进行搜索-vm ...
- python 正则表达式匹配ip
>>> re.match(r'^(([1-9]|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.){3}([1-9]|[1-9]\d|1\d\d|2[0-4]\d| ...
- 浅谈class私有变量
class 的前世今生 在 es6 之前,虽然 JS 和 Java 同样都是 OOP (面向对象)语言,但是在 JS 中,只有对象而没有类的概念. 在 JS 中,生成实例对象的传统方法是通过构造函数, ...
- Linux下实现 OpenSSL 简单加密与解密字符串
场景 shell脚本中存在明文密码 客户要求禁止使用明文密码,密码做加密处理. 方案 在网上了解到了Linux OpenSSL加密解密工具 可以指定各种加密算法为字符,文件做加密处理. 加密的案例比较 ...
- php打印负载函数、Linux awk打印负载
php的sys_getloadavg sys_getloadavt()可以获得系统负载情况.该函数返回一个包含三个元素的数组,每个元素分别代表系统再过去的1.5和15分钟内的平均负载. 与其让服务器因 ...
- UVA302 John's trip(欧拉回路)
UVA302 John's trip 欧拉回路 attention: 如果有多组解,按字典序输出. 起点为每组数据所给的第一条边的编号较小的路口 每次输出完额外换一行 保证连通性 每次输入数据结束后, ...
- Sony/索尼 NW-ZX300A ZX300 无损音乐播放器4.4口
https://item.taobao.com/item.htm?spm=a1z0d.7625083.1998302264.6.5c5f4e69ELHOcm&id=557859816402 ( ...
- vc++之stdafx.h
关于stdafx.h的解释,其实蛮多的,在vs中,既然创建c++工程的时候,默认会给生成main.cpp,并且自动包含了stdafx.h,而且stdafx.h不是c++标准的一部分,那么个人认为,理解 ...
- python监控端口脚本[jkport2.0.py]
#!/usr/bin/env python #!coding=utf-8 import os import time import sys import smtplib from email.mime ...
- 20145104张家明 《Java程序设计》第8周学习总结
20145104张家明 <Java程序设计>第8周学习总结 教材学习内容总结 第15章 -java.util.logging包提供了日志功能相关类与接口,不必额外配置日志组件,就可以在标准 ...