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 light up for you. Maybe you need more faith forward. Life needs a sense of ritual...
有些时候,感觉很迷茫。但是,总会在某个角落有一盏弱弱的小光为你点亮。也许向前需要更多的信仰。生活需要有仪式感...
—— loki.valentine
Get ready 预备课
Talk about the picture 看图说话
Look at the picture. What do you see? 看图片。你看到了什么?
Listen and point 。支出你听到的内容
a book
a chair
a computer
a desk
a notebook
a pencil
words extend 扩展单词
whiteboard 白板
blackboard 黑板
homework 家庭作业
hosework 家务
arm 肩膀
armchair 扶手椅
loptop 笔记本电脑
under 在...下面
plane 飞机
plant 植物
planet 行星
plate ( n. 碟;金属板;金属牌;感光底片)
bathroom 浴室;厕所;盥洗室
restroom 厕所;洗手间
sentence review 句型复习
They are talking each other 他们正在互相交谈
I am sitting on an armchair 我坐在扶手椅上
There is a Notebook in my hand 我手里拿着一个笔记本
What's you need? 你需要什么?
I need a bottle of water 我需要一瓶水
What's he needs to do? 他需要做什么? # 第三人称变化带s
he does need to drink water 他确实需要喝水
What do you need?你需要什么? # 第一 or 二 次人称用do
What does she need?她需要什么?# 第三人称用does
What does he like to do?他喜欢做什么?
She is eating 变成疑问句 What's she doing?
She likes to read book. 她喜欢看书。
What does she to read book? 她读什么书?
I like to read Harry Potter. 我喜欢读哈利波特
in front of 在....前方
example: 看中文翻译英文
厕所在你的前面
restroom is in front of you 洗手间就在你面前
白板在你前面
Whiteboard is in front of you 白板就在你的面前
sentence extend 句型扩展
Raise your hand 举起你的手
Stand up 起立
Erase the blackboard 擦除黑板
Close the door 关闭这个门
Sit down 坐下
Open the door 打开门
Take out your notebook 拿出你的笔记本
Go to the front(前进)
May I goto the restroom? 我能去上个洗手间吗
Close your book 关闭你的书
Open your notebook? 打开笔记本
Close your notebook 关闭你的笔记本
Turn on TV 打开电视
Turn off A.C 关闭空调
Note的几种用法解释
1)Let me take a note # 让我记一下(比如接电话时,记录一些信息的时候说)
2)read the note 便条
an 的用法介绍
这下面之所以用 an 不用a 是因为后面单词以元音音节开头的单词都使用 an
an hour 一小时
an English book 一本英语书
The 的用法介绍
The表示特指独一无二的某件实物,比如太阳,月亮
The Sun 这太阳
The Moon 这月亮
The book on the table 放在桌子上的这本书
Summary:
1.了解到使用do(第一和第二人称) 和does(第三人称)的区别
2.了解了an 和the 的基本用法和情况
English trip -- VC(情景课)2 A At school的更多相关文章
- 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(情景课)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 ...
随机推荐
- EF Code First学习笔记 初识Code First(转)
Code First是Entity Framework提供的一种新的编程模型.通过Code First我们可以在还没有建立数据库的情况下就开始编码,然后通过代码来生成数据库. 下面通过一个简单的示例来 ...
- RocketMQ 2主2从 集群搭建
安装环境 jdk1.7 alibaba-rocketmq-3.2.6.tar.gz VM虚拟机redhat6.5-x64:192.168.1.201 192.168.1.202 192.168.1. ...
- Python: translate()审查清理文本字符串
①凌乱的字符串如下: ②创建一个小的转换表格然后使用translate()方法 空白字符\t和\f已经被重新映射到一个空格. \r直接被删除 ③构建一个更大的表格,删除所有的和音符
- Python: 正则表达式匹配反斜杠 "\"
Python正则表达式匹配反斜杠 "\" eg: >>>a='w\w\w' 'w\\w\\w' # 打印出来的 "\\" 被转义成 一个反斜 ...
- python类方法、静态方法、实例方法例子
类方法,静态方法,普通方法 #coding=utf-8 class Foo: def __init__(self,name): self.name=name d ...
- java,swift,oc互相转换,html5 web开发跨平台
java,swift,oc互相转换,html5 web开发跨平台 写一个java->swift的程序,这个程序是做跨平台系统的核心部分swift和oc到java也在考虑之列Swift->J ...
- phpstudy composer 使用安装
本人是windows 系统 phpstudy 是最新2018版本 以安装laravel框架为例子 一如图一,点击php Composer出现系统指令框,根据指令框路径找到文件 二把红框内文件删除 三在 ...
- Python3 Selenium WebDriver网页的前进、后退、刷新、最大化、获取窗口位置、设置窗口大小、获取页面title、获取网页源码、获取Url等基本操作
Python3 Selenium WebDriver网页的前进.后退.刷新.最大化.获取窗口位置.设置窗口大小.获取页面title.获取网页源码.获取Url等基本操作 通过selenium webdr ...
- Python3 数字保留后几位
Python3 数字保留后几位 方案一: 使用Python处理精度很重要的浮点数时,建议使用内置的Decimal库: from decimal import Decimal a = Decimal(' ...
- Jsoup解析网页html
Jsoup解析网页html 解析网页demo: 利用Jsoup获取截图中的数据信息: html代码片段: <!-- 当前基金档案\计算\定投\开户 start --> <div cl ...